How to : Set a minimum distance between consecutive orders
-
@fxDreema Sorry but The examples are gone figuring out may take days copy and paste is obviously of advantage
-
Could you give me a suggestion how I can set a minimum distance between the opening of consecutive orders?
In short when I just opened a buy order on 1.10000
The EA should not open another order unless it is at least 10pips away, lower or higherany suggestion how I can create the blocks to get this done?
-
That`s pretty simple...
https://fxdreema.com/shared/SbbpFisnb
if you add positive Value you add to running Position
if negative Value (unter the open price) you add (average down) to a losing one -
Ähemm, with this so easy you will get probably endless much Buy`s
You have to add some other rules. like once a day, or you count your open Positions
example: add 1 Buy if price is 10 pips unter open and not more than 1 Trade open (< 2)
-
Thank you
I feel a bit dense :-@I will try this, and the pips away from open price even allows for double sided/absolute distance!
I will try, thanks
-
Again... in case I didn't repeated this here and there at least 1000000 times... when pink blocks are used, one of "For each..." blocks should be used as well. What if there are 10 trades at the moment, do anybody know for which one of them will "pips away from open price"? It will work with the last trade that was loaded in "If trade is running", now guess that trade...