- Search Energy EXCH
-
abokwaik replied Feb 12, 2015I was thinking almost the same ... What about this? : If the "basket" suffers a loss% higher than gain% (in case your settings were so) or it came near the loss% and came back the EA should try to close the "basket" either at a pre-defined "recovery ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015I second your suggestion.
Guys, any one can try it on Renko or CRB, and share the explorer or results?.HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015Me neither
, Most probably I will go for an MT5 version of the EA to test it on a portfolio. Because the portfolio results I posted earlier from EA Analyzer do not reflect the actual EA behavior when using Gain% and Loss%. Thanks for your ...HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015This is not one of your accounts shared on Trade Explorer. I understand that opening balance was 100. Trading 16 pairs with 0.02 each = 0.32 (total lot size) on a 100 account is Very High Leverage. Check my previous notes about lot size to balance ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015The EA uses the Closed candle (previous not current one).
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015As I mentioned before for said reasons, I would not recommend going below H4 time frame. However, If your willing to try lower time frames, you need to consider a couple of things: Min_Pips_Between_Orders // Min. Distance in Pips or Points between ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015When trading multiple pairs I think it will be better to target a gain/loss percentage/amount instead of a fixed SL. This way you know exactly your R:R ratio.
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015I will go out for a while, and will answer any questions once I am back. Green Pips
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015Yes Ty.
I am sorry if I was not clear.
I will rephrase my earlier statement : The first Non_Zero target reached in percentage or money will trigger the closing function.HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015No need. As there was no bug in Buy. Its already covered in the current condition new_sl>old_sl because old_sl is either 0 or more. while(!OrderMod && tries<oper_max_tries && new_sl>old_sl)
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015You will have to remove the v06, and then apply v07 (Assuming you are using the same Magic Number of course). v07 will load with default inputs, so you have to modify them as you prefer. If your inputs are the same across all pairs, you can modify ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015Not necessarily, The first target reached in percentage or money will trigger the closing function.
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015HA_Rider_07 Updated and Fixes: Fixed Closing Error messages Fixed Trailing Stop for Sell Orders Added Equity_Gain_Amount Input (in money), and Added Equity_Loss_Amount Input (in money) under Closing options file file
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015Thank you antantnz for bringing this up.
I discovered a bug in the trailing stop for sell orders, after the first modify it puts the SL as 0 in some cases. Original Code : while(!OrderMod && tries<oper_max_tries && new_sl<old_sl) Fixed ...HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015You are absolutely right.
When HA_Rider was developed it was intended to trade any time frame (not only the Daily). Although I prefer to use it on Higher time frames as mentioned before, like H4, D1 .. etc. Accordingly I will add a new ...HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 12, 2015This has been answered before Here. I see that Traffex also answered this one correctly.

HA_Rider (A Robots Lab EA)