- Search Energy EXCH
-
abokwaik replied Feb 10, 2015OK guys, I will work on the idea. Need to do some research first.
Robot Lab Project
-
abokwaik replied Feb 10, 2015Aside from my eralier reply to you SignMeUP, Looking at the last image you attached , I am confused , Some pairs have 5 digits (i.e. AUDUSD) and some pairs have 4 digits (AUDCAD) ??? is that normal?. Which broker are you using ? image
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 10, 2015Cases of when the EA will not open a trade although HA/HAS on the selected time frame are confirming the trade : The EA will open a new trade on EACH HA/HAS candle UNLESS: Higher Time Frame filter used, and HA/HAS on the Higher time frame has an ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 10, 2015Please refer to my post in the Robots Lab Project on how to modify the MQ4 file HERE You can not use multiple instances on the same pair even with different time frames UNLESS you changed the Magic Number for each instance. Remember though that ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 10, 2015Here is a copy of some posts related to HA_Rider taken from the Robots Lab Project HA_Rider_05 : Few words on inputs: Lot Sizes: Fixed_Lot_Size = 0.1 : This number represents the Lot Size for the 1st order in the chain per pair Next_Lot_Factor = 0.8 ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 10, 2015Most probably your EA HA/HAS Settings are different from the Heiken_Ashi_Smoothed_TF indicator setting shown on the chart. Please note that the robot uses the settings of the EA not the Indicator. In fact you don't have to attache the indicator to ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015If today's HA/HAS candle closed as Red it will go short tomorrow.
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015Assuming that you have activated Allow Live Trading, I can spot at least 2 errors in your settings, both were answered on previous posts: 1- Higher time frame should be a valid time frame code (M5, H1, H4 ... etc). if you want to disable it set it ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015I have EA Analyzer of Strategy Quant and used it for some EAs evaluation, but didn't know that you can simulate a portfolio by combining multiple individual test results ! I was planning to produce an MT5 version for portfolio testing. I will give ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015Yes. And you can also change the settings of each EA instance to be pair specific.
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015Thanks, I know that but some times the comments is not shown, I don't know why ? as in the first example.
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015In the EA settings Window some times it shows variable names instead of description (comment) for example here it shows variable names : iinput string note1= "*** Ladder System by Khalil Abokwaik ***"; input int Magic_Number = 40001; // magic number ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015In general you are right. As this is a Trend Following System. Coming to details, although "it was a downtrend whole year", looking at the back test results posted earlier: The robot made a total of 83 trades, out of which 62 were Short, and 21 were ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015Variable Lot size for the 1st order in the Chain for each pair is calculated as follows: Suppose your balance is 50K and your settings were: Lot_Size_Percentage_Of = "B" Lot_Size_Percentage = 2 Next_Lot_Factor = 0.8 And your account Leverage is ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015Sorry macdh4, I misinterpreted your question the first time. The indicator is not necessarily to be uploaded on the chart(s). Because the HA_Rider calls it internally with the settings from the EA.
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015Each pair has its own settings, right? --> Right Backtest shows good results for EURUSD only. Yes. MT4 Back Testing does not support multiple pairs. That's why the guys here are doing forward testing on multiple pairs.
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015HA_Rider_06 New version updates : Fixing of trailing stop error tracking, raised by B-Naire2B in "Robots Lab" HERE Addition of 2 new inputs for Lot Size Controls Lot_Size_Percentage_Of = "B";//1st Order Lot Size as Prcentage Of "E"quity, "B" Balance ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015Glad to have you here FerruFx. I have a technical question if you don't mind. Is there a way to flip between Input Variable Name and Description in EA Settings Window ? Thanks in advance,
HA_Rider (A Robots Lab EA)