Hello,
how to create this rule in fxdreema blocks:
A long position is closed when it has moved ATR3 down from its highest closing price since the position was opened.
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 -ATR3 should be checked. Number of bars from open bar is not defined, continuous process.
Thanks
Latest posts made by rforeign
-
RE: Expert programmer gives solutions to any problem just ask meposted in Questions & Answers
-
RE: Highest closing price from open priceposted in Questions & Answers
@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 -
RE: Highest closing price from open priceposted in Questions & Answers
@jstap
Can you please show blocks structure in fxdreema?
Thanks -
RE: Highest closing price from open priceposted in Questions & Answers
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.
-
Highest closing price from open priceposted in Questions & Answers
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