How to open positions at each signal with maximum order
-
Hello
How to open orders for each signal for buy and sell (in continuous cycle add order ) and set the maximum orders for buy and sell?thank you i hope in your help
-
Setting maximum orders is easy, just put "Check trades count" on the top and configure it. I don't fully understand the other part of the question, but I feel that it is something like this: https://fxdreema.com/examples
-
hello Admin thank you
condition is:
start frist candle open
signal 1: open buy if candle 0 open > Ma at each signal
signal 2 : open sell if candle 0 open < Ma at each signal
i have make this easy ea https://fxdreema.com/shared/HjE0BMYyc but work only 1 sell and 1 buy and re-open position after close,
i need open position without close (add position at each signal)thank you
Tito -
Candle 0 > MA is not a single, it's just that the current price is higher than the moving average. Maybe you imagine the crossover, when the price crosses the MA line. In this case try "x>" instead of ">".
-
already try (x) but not work, skip signal,
i need open position every time (every time add position if open up Ma Buy- and- If open Down Ma Sell EVERY TIME.. -----but not each candle only when candle open up or down Ma.
In this forum the question Has been opened many times and never been given the right solution,thank you
Tito -
In this forum the question Has been opened many times and never been given the right solution ....
better said, it was not answered as you wanted
often people have not exactly meaning what they need - and this is major problem ...you need every signal when MA is crossed?
for candle 0: https://fxdreema.com/shared/eSDSAcc2d
for candle 1: https://fxdreema.com/shared/iF5xIaOObor you need it for candles which crossed or are opened above/below MA ?
for open candle 0 which cross MA : https://fxdreema.com/shared/Odnffb2ab
for every open candle 0 above/below MA : https://fxdreema.com/shared/NtIaFMYTbif none from above was helpful - I have no better solution for your question (in form as I understood it)
-
thank you Miro ,