- Search Energy EXCH
-
abokwaik replied Feb 9, 2015If you will use Higher Time Frame as a filter, and you are using D1 as Time_Frame input, then Higher_TF could be W1, or MN. If you don't want want to use the higher time frame filter you can set it as the input used for Time_Frame input, in this ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015OK, I will continue here on the Updated settings: Maximum Seconds to activate after candle start = 60 seconds, this will be very short period, and Robot might not be able to open the trade. Specially on a start of the daily candle where slippage and ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015Dear Rooi, My Comments on your Settings: (I assume you're using a 5-digit broker as seen from the charts you attached) Min. Distance between order = 20 is too small for a 5-digit broker, should be at least 150 or 200. However since you're trading ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 9, 2015.... this BOT should be able to Open Positions on EACH of those 7 pairs once HA/HAS indicates so. >> do you mean HA/HAS of the basket chart regardless of HA/HAS of each individual pair ?
Robot Lab Project
-
abokwaik replied Feb 9, 2015I didn't dig enough in Basket Trading, but as I understand the idea is to create a new chart for the basket it self. Which I believe can be done in combining (summation of) the rates of the different pairs in the basket. If the above is correct, ...
Robot Lab Project
-
abokwaik replied Feb 9, 2015HA_Rider had left the Robots Lab into its own Thread HERE. So Kindly post all HA_Rider related questions/issues/improvements into that thread. All the best.
Robot Lab Project
-
abokwaik replied Feb 8, 2015Explanation on how to use the time frames: We have 2 inputs for time frames , the first one is Time_Frame: This is the main time frame used by the EA. the second one is Higher_TF which is used as a filter. Example: for Long Entries HA should be UP ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 8, 2015
Thank you Renaldo for opening such a dedicated thread for HA_Rider robot.
I know it requires a lot of time, patience and dedication to manage a system thread. 
The HA_Rider had left the Robots Lab into his own thread ...HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 8, 2015Yes. As @SmoothTarader already answered. Actually this is NOT a Basket Trading EA. Its an EA that can be traded on multiple pairs through the use of multiple Instances or Clones of the same EA with different settings sharing the same Magic Number ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 8, 2015Interesting.I would like to learn more about this.Can you share your view in the lab for more discussion. Thanks LITE,
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 8, 2015Note that you can use different settings for each pair you trade. Including time frames, HA settings, filters, SL..etc. BUT if you used different Equity gain/loss percentages, the minimum ones will be applied.
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 8, 2015No. All instances (clones) of the EA MUST share same magic number, which is used in trade closing. The EA tracks individual pair trades based on magic number + pair name.Accordingly if two instances share same magic number and same pair, it will ...
HA_Rider (A Robots Lab EA)
-
abokwaik replied Feb 8, 2015Yes. I did replicate the issue. I will look into it and fix tomorrow, along with the addition of variable starting lot size. Thank you Naire,
Robot Lab Project
-
abokwaik replied Feb 8, 2015I agree 100% for back testing purposes, and will do it. Also to be able to back test on multiple pairs I might develop an MT5 version for that.
Robot Lab Project
-
abokwaik replied Feb 8, 2015Looks fine at my end. Can you share your set file?. image
Robot Lab Project
-
abokwaik replied Feb 8, 2015How can I forgive my self on such a mistake. Lol.
Fixed and re-uploaded on Post # 475.Robot Lab Project
-
abokwaik replied Feb 8, 2015HA_Rider_05 : Few words on inputs: Order Controls: Min_Pips_Between_Orders = 20;// Min. Distance in Pips or Points between orders // Pips(for 4-digit broker) or Points(for 5-digit broker) Max_Open_Orders = 10;// Max. Open Orders per pair The Robot ...
Robot Lab Project
-
abokwaik replied Feb 8, 2015I fixed error tracking an re-uploaded the robot in post # 475. Sorry for any inconvenience.
Robot Lab Project
-
abokwaik replied Feb 8, 2015HA_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 : This factor is used to compute lot size following orders in the chain. To use ...
Robot Lab Project