- Search Energy EXCH
-
abokwaik replied Jan 6, 2015Your questions, My Answers. Does HA_Rider close all positions using the Magic number as a reference? Yes. PLUS the Symbol the robot is attached to. So the uniqueness of the robot is based on (MagicNumber + SymbolCode) Lets call this combination an ...
Robot Lab Project
-
abokwaik replied Jan 6, 2015OK. That explains it. because Time_Frame parameter was added on V2 onward.
Robot Lab Project
-
abokwaik replied Jan 6, 2015I would suggest another one, to start with : ESSENTIALS of Foreign Exchange Trading by James Chen. because this is a more general one, while the other books listed earlier handle specific subjects. Here is a list of its contents : Chapter 1 ...
Robot Lab Project
-
abokwaik replied Jan 6, 2015Were using the Time_Frame setting to 1440 before VPS went down. or Was it 0. ? If it was 1440 there should be no problem, if VPS (or MT4) went down or not.
Robot Lab Project
-
abokwaik replied Jan 6, 2015HA_Rider : Heiken Ashi Rider OK, here is what I'm gonna do on the new (hopefully final) version of this robot: Filter 1: using Moving Average as suggested by nogames2014 here. This will have 2 input parameters MA Period. (0, 100, 120, 200 ...) If ...
Robot Lab Project
-
abokwaik replied Jan 6, 2015I read it more than once, Point # 2 is very clear, and make sense. but Point # 1, assumes that HA indicator has setting parameters, so when you say HA 2,3,2,4, it means set the 1st HA parameter to 2, and 2nd HA parameter to 3 .. and so on. The ...
Robot Lab Project
-
abokwaik replied Jan 6, 2015SL_PIPS and TP_PIPS when set to large values like in your post, will not have any effect on the result. Other settings mainly : Profit_EQ_Perc_Inc and Loss_EQ_Perc_Dec will have. For this robot (Corr_Diver) its better to use either : 1. SL/TP as ...
Robot Lab Project
-
abokwaik replied Jan 6, 2015Are you using a customized version of HA ? As far as I know the standard one does not have setting input parameters , except the colors .. or am I missing something here ?
Robot Lab Project
-
abokwaik replied Jan 6, 2015So far we have two robots that use MA: Moving Averages Cross with a Twist: This robot avoids ranges by : Using a SLOWER MA for Major Trend, so we only BUY crosses above this MA, and only SELL crosses below this MA Using a Minimum Distance Pips ...
Robot Lab Project
-
abokwaik replied Jan 6, 2015Dear Friends, When you have a question on a robot, kindly refer to the robot name or code used on the site. This will make it much easier for to answer. Thanks,
Robot Lab Project
-
abokwaik replied Jan 6, 2015Thanks and Welcome, Most brokers now provide MT4 for MAC, so I suppose those robots will work there too. However, and Since you're just starting your Forex journey, I believe Robots are not a good start. At this stage, I would suggest some books for ...
Robot Lab Project
-
abokwaik replied Jan 5, 2015I am not in front of my computer at the moment (phone texting) . But as I remember there is a parameter for minimum pips between orders, although the original idea by Ty was to open on each candle.
Robot Lab Project
-
abokwaik replied Jan 5, 2015Usually it's better not to use SL for systems based on Close&Reverse concept like HA_Rider because your SL is actually your TP.However HA_RIDER_03 has several parameters when setup intelligently they can produce good results. Namely distance between ...
Robot Lab Project
-
abokwaik replied Jan 5, 2015Thank you, Attached as requested, HA_Rider_03 New Inputs: Stop_Loss_Pips = 100; // Stop Loss in Pips (per order) Trailing_Stop_Pips = 100; // Trailing Stop in Pips (per order) Trailing_Stop_Jump = 10; // Trailing Stop Jump (to reduce order ...
Robot Lab Project
-
abokwaik replied Jan 5, 2015Correlation Divergence Trading (Two Pairs) Third Version Corr_Diver_03 (MT5 Only) Updates : Correlation Factor : 1 for Positive, -1 for Negative Correlation between the 2 pairs Pairs Ratio : 1st pair to 2nd pair volatility ratio (better entered ...
Robot Lab Project
-
abokwaik replied Jan 5, 2015Are you Back Testing or Forward Testing ? If Forward, I hope its a demo account.
Robot Lab Project
-
abokwaik replied Jan 5, 2015As far as I can see, Nothing wrong with your test. I noticed that my test resulted 122 trades while yours resulted 118. Although History Quality is the same in both tests (91% as MT5 reported), however your test had 119,362,863 number of Ticks which ...
Robot Lab Project
-
abokwaik replied Jan 4, 2015Correlation Divergence Trading (Two Pairs) Something to think of :
Why don't we trade EURGBP based on EURUSD and GBPUSD Correlation Divergence ? or EURUSD based on EURJPY and USDJPY Correlation Divergence ? ....Robot Lab Project
-
abokwaik replied Jan 4, 2015Correlation Divergence Trading (Two Pairs) Second Version Corr_Diver_02 (MT5 Only) Updates : 1. Input parameters : ATRPeriod = 50 ATR period. 2. Robot will use the Fixed_Lot_Size for the first pair, and calculate relative lot size for second pair ...
Robot Lab Project
-
abokwaik replied Jan 3, 2015I am out of the office now. Can do it tomorrow. However I don't think it's necessary, on this Raw version any way. Remember, I am using very simple (probably inaccurate) method for divergence detection between the 2 pairs. The robot needs to ...
Robot Lab Project