Open sell from buy position every ten pips
-
How do I open a buy position every ten pips up
And open a position of selling every ten pips down from the first point of buy
I am talking about opening a sell position from an existing long position,and vice versa.
Is there a suggestion * Help -
@khalids222 The only way to get that exactly is by using a pending order in grid. However, spread will probably ruin your results.
-
@l-andorrà Is it possible a simple form as well for the method, thank you in advance
-
@khalids222
loop for the last openend order store the open price to a variable check if the price is xy pips away from it and if this is the case open a new order -
@l-andorrà isn’t there a way to incorporate spread? Can’t you do a variable of “10pips + spread”
-
HERE https://fxdreema.com/shared/JVNbMczyd
Here I tried several ways to buy ten pips after the last deal and vice versa, but it did not succeed
I tried again to collect the buying and selling and divide them /2, and from the same point, buy after +ten pips and sell when going down after -ten pips, and it did not succeed
-
@bk7 Thank you, but this method is not successful. Do you have a better suggestion
-
-
this structure is not what i proposed (https://fxdreema.com/shared/JVNbMczyd).
this is what i proposed you :
https://fxdreema.com/shared/dlcH7AFNc -
@rahim-1 Thank you very much, but what is required is to open a sell through an open long position when the price goes down, but I took advantage of your method.
-
@bk7 Thank you very much for your response, the project is being tested.
Thank you again for your thoughts
