Hi Sir,
AFStar looks perfect for my strategy in history.
I have limited screen time everyday so I can't observe all of the signals. Those that I managed to observe begin at the start of a new bar and don't repaint/disappear once the bar is completed. This
is perfectly how I would like it to behave all the time because I would like to take the trade on the start of the next new bar once current bar closes with the arrow confirmed.
Well I haven't looked at the code completely but this looks strange:
iMaSlowPrevious=iMA(NULL,0,SlowCnt,0,MODE_EMA, PRICE_CLOSE, shift-1); //Previous should be shift+1? iMaSlowCurrent=iMA(NULL,0,SlowCnt,0,MODE_EMA, PRICE_CLOSE, shift); iMaFastPrevious=iMA(NULL,0,FastCnt,0, MODE_EMA, PRICE_CLOSE, shift-1); //Previous should be shift+1? iMaFastCurrent=iMA(NULL,0,FastCnt,0, MODE_EMA, PRICE_CLOSE, shift);
What if you change this?
Well I haven't looked at the code completely but this looks strange:
What if you change this?
Well i have backtested the AFStar and it was pretty good......but it will be Perfect if you guys can add Alert Tab with sound.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
AFStar:
Author: John Smith