need help please
-
i want to open buy order whene the price move up for n pips or to open sell order whene move's down n pips
-
Im sorry man but i think it's not even a strategy, you need more than how much pips, like : happens in maximum "n" bars; happens if there is no opposite movement that doesn't exceed "n" pips; do you still open a trade when there is already one; do you sell when there is a buy ...
-
Seb 0 is right. You should consider more filters to apply for that condition. Will you work on different timeframes? Is volatility what you are looking for? Does need price to move up or down within a specific time lapse?
-
@seb-0 yes i agree , it's just the begining condition i look for it , then i will need the second condition, but what i want it will not open second order before close the first one, this is not a problem, I want to put a condition to open a buy order when the price or the candle move up 5 or 6 pips
-
@l-andorrà yes i think it's volatility like this picture

-
Ok. We'll try it. You say you want a buy or a sell one proce moves 'n' pips up/down. But 'n'n pips from what? Current price? Previous candle's close? You need to define the base point to count those 'n' pips.
-
@l-andorrà thnks sir, i want the buy order when the price move up 60 pips from the opening of the candle and so from the last close order, and the sell order when the price move down 60 pips
-
Ok. Here you have for buys only. Now you can duplicate this structure for sells.