Topic: Swing Highs or Lows as an entry condition
Hi all,
First I want to thank Popov and all the people involved in the development of this great software.
I'm not an expert programmer but I'm capable of creating my own MT4 indicators and now I'm starting to create indicators for FSB.
My first indicator open positions when the most recent swing high or low is reached, at the moment it only gives FSB and opening and closing point for the position.
My logic for a swing high is a candle which high is above the closest two on both sides (inverse logic applies for a swing low). So you have to wait for at least 2 candles before getting a confirmation that you have a valid swing high/low.
I need some help to solve a problem, when a swing is confirmed, the tester goes back to the swing candle and opens a position there (so far I can avoid the problem by adding 1 pip to the vertical shift but could be better without the issue).
That's it, I'll appreciate all the suggestions/complains you have.
Thanks a lot.