How to add position buy with different minimum 30 pips and waiting candle bar close
-
How to add position buy with different minimum 30 pips and waiting candle bar close ( below iniatial price ) and add volume by Fibonacci sequence ?
-
@homemebel Not sure I fully understand your request. In you picture I see a downtrend but you want to open buy trades only? Or are they supposed to be pending orders maybe?
-
@l-andorrà Yes the ea ,ex when the price gbp usd , open 0.01 lot at 1.35000 , will openn another 0.02 lot with difference min 30 pips and difference candle at 1.34700 , will open again 0.03 lot with dif 30 min at 1.3440 , will open again 0.05 lot with diff 30 min .
yes the ea , willl taking profit with another question .. I'm stuck with the beginning
-
@homemebel Well, that is not a trivial project to do. You will need a loop searching for those distances. Do you have any initial project link to share, please?
-
@l-andorrà here the share project
www.fxdreema.com/shared/fHG0z5qQball I want is the ea work like this theory

hope your little help @l-andorrà
-
@homemebel Your current structure is correct, but you can substitute that 'add volume' block by a standard 'buy now' block instead. Then you can use a variable to specify the new lot size, but I don0t understand that 'fibonacci sequence'. I see you are applying the same distance all the time (-25 pips).
-
after I check the forum , I found the same thread , now I got I want .. thanks @l-andorrà
for the help -
@homemebel You're welcome.