| PureBytes Links Trading Reference Links | 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.
------------------------------------
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to 
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
    Individual Email | Traditional
<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)
<*> To change settings via email:
    amibroker-digest@xxxxxxxxxxxxxxx 
    amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 |