I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?
-
-
I want to ask a quick question. If the moving value is above the price of 89, open a buy trade after 3 candles, correct? Or if it is below, open a sell trade after 3 candles.
-
and will do this only once, opened a sample buy transaction and closed with profit, will not open a transaction until the next signal occurs
-
I wonder this too
-
I want this. If the moving value falls above or below 89, enter the trade after 3 bars. Then, do not re-open the trade from where it was closed after profit or loss. until the next moving opportunity
-
-
@suleyman-0 Did you find the easy way?
-
No, no one is interested right now.
-
you can do this by referring to the closing of the candles, if you like:
candle close ID4 < moving
candle close ID3 > moving
candle close ID2 > moving
candle close ID1 > moving
buy now -
@ambrogio have no idea about this subject, can you show me an example? It is not a difficult system. If there is a 3 candle close after moving goes above 89, take the transaction and will not renew the transaction when you take profit.
-
@ambrogio Is there a visual example?
-
@ambrogio This didn't work at all.
-
@suleyman-0 said in I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?:
@ambrogio have no idea about this subject, can you show me an example? It is not a difficult system. If there is a 3 candle close after moving goes above 89, take the transaction and will not renew the transaction when you take profit.

-
@suleyman-0 said in I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?:
@ambrogio This didn't work at all.
please, upload the link to the project
-
@ambrogio Why is it so complicated, only the moving average is at 89. If it goes above 89, open a trade after 3 candles. When this trade is opened, it will be in the profit when it closes, because it will be above the moving average. Whenever it closes below 89, sell.
In other words, when the transaction is opened and closed, it will be above the moving average and will not open a buy transaction again, unless it falls below 89 and closes 3 candles, it will enter a new transaction, this time sell.
-
-
@suleyman-0 I think there are some problems of understanding, please explain to me on the graph what you would like to do

-
@suleyman-0 said in I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?:
this is your initial project, with the error you reported at the beginning. You should fix it

-
@ambrogio ok
-
