One thing you should do is put as much of your trading rules into the AFL code as possible. You don’t want to rely on the backtesting settings window because it’s too easy to forget how you set it up from run to run. If all the rules are written into your AFL then you don’...
> Hopefully my examples of code above are correct, I just typed them > into here from my poor memory > > -- > Cheers > Graham Kav > AFL Writing Service >http://www.aflwriting.com> > > > 2009/2/20 richpach2 <richpa...@...>: > > Hello, > > > > Can some please expain ...
I have tried to mark PH & PL with arrows instead of "stars" in the below AFL of yours. I tried various combination of plotshape but failed in every instance. Can you please help? Thanks, Mav --- // pivots and prices // based on Pramod's commentshttp://www.amibroker.com/library/d...
If you are looking for specific AFL or examples of AFL then read on to see where I go searching. Best Amibroker AFL Collection There are several places that I go to look for Amibroker AFL, however, it can be difficult to find well produced codes at a reasonable cost. There are also pl...
AFL Programming Share AFL code samples, programming techniques, tips & tricks. If you have AFL question - ask here please. Make sure to follow forum guidelines! 21 / month IBController Discussion about Automated-Trading interface for Interactive Brokers. How to write code for IBController, ...
A repository dedicated to document AFL as amibroker programming language caflc-likeamibroker UpdatedApr 30, 2019 A utility application that converts Philippine Stock Exchange daily stock quote pdf file into csv format that can be consume by Amibroker and other 3rd party graphing software. ...
Subject: Re: [amibroker] Help with code afl- color macd To: amibroker@yahoogroups.com Date: Wednesday, August 18, 2010, 10:42 AM Lets try it _SECTION_BEGIN("MACD");r1 = Param( "Fast avg", 12, 2, 200, 1 );r2 = Param(