Window on Wall Street died on 1/1/2010.  I am frantically trying to convert 
their language into Amibroker afl.  I'm not good at this stuff, so only the 
extremely simple EMA, SMA type conversions were easy.  I thought it would be 
easy, but I was wrong (at least for me).  Any help with a simple conversion 
would be greatly appreciated.  Here is an example from Window on Wall Street:

Barnes Adaptive Forecast

Buy Long:  (mov(c,baf_periods,e)-ref(mov(c,baf_periods,e),-1))>baf_percent

Sell Long:  mov(c,baf_periods,e)-ref(mov(c,baf_periods,e),-1)<baf_percent

User Parameters:
baf_periods
baf_percent

Thanks - I'm pulling my hair out.

Reply via email to