Highest closing price from open price
-
Hello,
how to create this rule:
A long position is closed when it has moved 3 ATR down from its highest closing price since the position was opened.Specialy part highest closing price since the position was opened is difficult form to create.
Thanks -
do you mean a stop loss 3xATR from the open?
-
No. I mean highest closed price since the position was open. Every closed bar should be controlled if is highest from open price and if yes then trailling 3x ATR should be checked. Number of bars from open bar is not defined, continuous process.
-
Candle close price?
-
Yes, close price.
-
Candle ID 1 close price adjusted +iATR(NULL,0,14,1)*3, is < or > open price got from pink for each trade above the condition, close if right
-
I purchased a 1 month plan. My payment method is USDT(TRC20). Is my plan active now?
-
@NovemLynn Don't hijack other people's threads, you can ask support or start your own question, crypto can take days to be confirmed
-
@jstap
Can you please show blocks structure in fxdreema?
Thanks -
It would be something like this: https://fxdreema.com/shared/8zhEXa1xb
-
@rforeign Thank you very much but how is solved condition highest high from open price -ATR*3? Original condition is: A long position is closed when it has moved 3 ATR down from its highest closing price since the position was opened.
Thank you