Topic: How to enter after long change?

Hello all,
My idea for a strategy is following. I have noticed that after big move (ATR from today > 3 * ema(atr(28 days)) there are big changes in one of direction: either the move is continuing in the same direction or it is moving back.

Therefore I would like to be able to open long position 100 points above the close of the day where there was big move (ATR from today > 3 * ema(atr(28 days). Also at the same time I would be able to open short 100 points below close.

I also would like to have the order valid only for next day after big move.

How to implement such strategy in FSB?

Re: How to enter after long change?

Any ideas?

Re: How to enter after long change?

You need a custom indicator for "(ATR from today > 3 * ema(atr(28 days)".
If you cannot do it alone, you can place a bid in the Technical Indicators - Coding Service forum.