Open new trades only when the previous is above Breakeven
-
Hi guys, i want someone help me out. i want to make my EA look for a certain condition on multiple pairs, when this condition is met it has to open just one single trade and wait until its above breakeven before opening the next one. if this question is already answered, please some body point me to it.
-
Use the "Set current market for next blocks" and connect your conditions to each pair you want to use for your EA. You can use the symbol filter in the buy/sell blocks for your trade. For this trade, store the entry price in a variable. Use a condition block to check wether the bid/ask is above the entry price.
-
thanks for for reply, I'll try it out.