Here is an another interesting afl code which plots the Profit table for any sort of Instruments in Amibroker.
Month-on-Month , Year-on-Year, Average monthly returns in terms of percentage can be plotted using this
afl code. Sample AFL code for Nifty has been shown in the above snapshot(Click on the table to get an enlarged view)
Rajandran R Follow
Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, USDINR and High Liquid Stock Derivatives. Trading the Markets Since 2006 onwards. Using Market Profile and Orderflow for more than a decade. Designed and published 100+ open source trading systems on various trading tools. Strongly believe that market understanding and robust trading frameworks are the key to the trading success. Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in and Co-Creator of Algomojo (Algorithmic Trading Platform for DIY Traders)
Profit Table – Amibroker AFL Code
14 sec read
Problem found here
LastYrValue = eq[ startbar ];
LastMoValue = eq[ startbar ];
Error = 10, Subscript out of range, you must not access array element outside 0..(Barcount-1)range
Looking for solution.
Which Version you are using i tried with my 5.2 version. It worked fine
Dear Mr. Rajandran,
Could you please check up the accuracy of this profittable afl, for one months data it works but for longer duration data it is not giving the correct results, could you please explain the logic used.
Thanks,
Dear Rajandran,
Are that meaning of Month-on-Month this month close minus last month?
e.g Feb[Close] – Jan[Close]
Becasue I try this code, the number seems not right…
@eagle
Now Amibroker has this custom function inbuilt in the bactesting.
Dear Mr. Rajandran,
hmm…. ver_5.5 has this function in “report chart”.
But I only have ver_5.2 >”<
Dear Sir can u have afl which give price change in point, total cummulative price + / – , percentage change, total cummulative % change + /- and , total cummulative open interest + /-
please reply sir,