Menu
  • Crash Course on Orderflow
  • Training
  • Premium
  • Traders Cafe
  • Intraday signals
  • MCX Signals
  • Library

Marketcalls

Simply Intelligent Technical Analysis and Trading Strategies

  • Software
    • Amibroker
    • NinjaTrader 7
    • Ninjatrader 8
    • Option Action
    • Market Analyst
    • Metatrader
    • Python
    • Datafeed
  • Market Profile
    • Orderflow
  • Markets
  • Commodities
  • Forex
  • Economy
    • Banking
  • Webinars
  • Trading Lessons
    • Algo Trading
    • Infographic
    • Video
You are here: Home / Amibroker / Absolute Month on Month Returns – Amibroker Profit Table AFL Code

Absolute Month on Month Returns – Amibroker Profit Table AFL Code

May 21, 2018 by Rajandran 5 Comments

Amibroker backtesting results provide profit table in the form of compounded values. However, most of the traders when comes to real life trading they prefer using fixed capital as position size. If you want to test the profitability of your system in Month on Month Absolute terms then this article is for you.

One of the reasons why we came up with Absolute Returns – Profitable table amibroker afl code last time. And this time at our trader’s workplace, yet again my partner asked: “is it possible to get a Month on Month Profit/Loss table in Absolute Percentage on Initial Capital rather than in compounded percentage terms?”

Amibroker stores the Profit Table Computation in 3.Profit Table under /formulas/reports folder. with a simple tweak one can code for Absolute Percentage on Initial Capital rather than in compounded percentage terms.

Here is the Compounded Returns and Absolute Month on Month Returns – Profitable Table for one of our upcoming intraday trading system – v-Lintra Ultimate.

Compounded Regular Profit table

Absolute Month on Month Returns (in %)

Steps to Install Profit Table

1)Download 5.Absolute Month on Month Returns ( in %)

2)Unzip and copy the file 5.Absolute-Month-on-Month-Returns-in.afl to the folder /amibroker/formulas/reports/

3)Now Run Backtest on your trading system.

4)Go and check the Backtest reports where you will get Absolute Month on Month Returns (in %) Profit/Loss Table as an add-on to your existing backtest report.

System Parameters

1)Backtesting Window Length – Jan 2011 – Oct 2017
2)Commissions and Slippages – 0.65%
3)Trading Style – Portfolio Based Intraday Trading
4)No of Stocks in Portfolio – 50 stocks
5)Stock Selection Process – Random Stocks
6)Portfolio Stops Applied – No

Download the Complete Backtest Report of V-Lintra Ultimate – Proprietary Trading System and Part of TradeStudio V2.0.0.2

Related Readings and Observations

  • Prediction Cycle Plugin for AmibrokerPrediction Cycle Plugin for Amibroker Prediction Cycle Plugin is a simple and free plugin for amibroker which separates the underlying cycle component from the price and helps you understand the ongoing cycle. Gives a better […]
  • How to Read a Market Profile Chart?How to Read a Market Profile Chart? Market Profile is not a trading system but a market generated information and a decision supportive system along with your existing trading systems. It provides you knowledge about who is […]
  • Simple EMA Crossover Intraday Strategy – AFL CodeSimple EMA Crossover Intraday Strategy – AFL Code This internet has very less resource on how to backtest a strategy on intraday basis as most of the strategy adapted so far in marketcalls are carry forward strategy. Strategies like […]
  • USDINR Medium Term Technical Analysis OverviewUSDINR Medium Term Technical Analysis Overview Bullish Momentum in USDINR Kickstarted during the start of June 2018 and most likely to extend till the Sep 2018. USDINR also tested all-time high 70.89 on 14th Aug 2018. What is really […]
  • Things You Need To Know About Virtual Credit CardsThings You Need To Know About Virtual Credit Cards There are several mean of keeping your online transaction safe and secured, although it is not really safe when payments are being made to sites, that could be insecure. In order to […]
  • Nifty Week End ReviewNifty Week End Review Nifty week end review on daily and 90 min timeframe and Nifty Option Details

Filed Under: Amibroker

About Rajandran

Rajandran is a Full time trader and founder of Marketcalls & Co-Founder of Traderscafe, trades mostly using discretionary Trading Concepts like Market Profile, Trading sentimental analysis, building timing models, algorithmic trading models. Instructs professional traders, full time traders & aspiring full time traders. Rajandran attended college in the Chennai where he earned a BE in Electronics and Communications. Rajandran has a broad understanding of trading softwares like Amibroker, Ninjatrader, Esignal, Metastock, Motivewave, Market Analyst(Optuma),Metatrader,Tradingivew,Python and understands individual needs of traders and investors utilizing a wide range of methodologies.

Comments

  1. pravin palande says

    May 21, 2018 at 9:23 am

    hi.. super analysis. how do you look at bank nifty index for trading in the futures and options segment as it has a weekly settlement?

    Reply
  2. Anurag Jais says

    May 21, 2018 at 3:50 pm

    How to get this Proprietary Trading System of TradeStudio V2.0.0.2 ? Is there any website of marketcalls is selling it ?

    Reply
    • Rajandran says

      May 21, 2018 at 9:40 pm

      currently, it is available for workshop participants and Globaldatafeeds subscribers who subscribe via Marketcalls. For more details connect with our customer support team at +91 9535133445.

      Reply
  3. Vineet Kumar says

    June 26, 2018 at 4:50 pm

    Are these calculations done with considering brokerage and Tax one have to pay while Trading in Market

    Reply
  4. swapon says

    September 22, 2018 at 3:25 pm

    Hi Rajandran,
    I use daily candle
    Can you help me write a simple afl with the following conditions:

    I want candle low is less than ma(close,50) within last 3 days (including current day)
    I want candle open is greater than ma(close,50) within last 3 days (including current day)
    I want candle close is greater than ma(close,50) within last 3 days (including current day)

    what i reach so far is:

    but i not sure about whether the code actually means what i want to achieve. Basically i have a problem with within last 3 days. Low has to be less than MA(close,50) for any of the of the day of the last 3 days and so on for others.

    Filter=(LowRef(MA(Close,50),-3)) AND (Close>Ref(MA(Close,50),-3));

    pls help.

    Thanks

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Email Newsletter

Sign up to receive email updates on latest trading strategies , analysis & financial market updates

We Respect Your Privacy

Premium Access

Username:
Password:
Remember Me
Lost your password?

Tools For Traders

  • Marketcalls Android App
  • MCX Signals
  • Intraday Signals
  • International Commodities
  • OI Tracker
  • Participation OI
  • Your Broker
  • Market Sentiment Analysis

Amibroker Updates

[Recorded Webinar] How to Send Bracket Order, Cover Order and Multiple Orders using Amibroker and AlgoAction Platform

December 25, 2018 By Rajandran 1 Comment

AlgoAction Now Supports Bracket Order and Multi Orders

December 23, 2018 By Rajandran Leave a Comment

Code Snippet : ORB – Open Range Breakout Levels – Amibroker AFL Code (Better Version)

December 4, 2018 By Rajandran 1 Comment

Button Trading in Amibroker using AlgoAction Platform

December 2, 2018 By Rajandran Leave a Comment

[Recorded Webinar] Chart Based Vs Scan/Exploration Based Automated Trading – Amibroker

December 2, 2018 By Rajandran 1 Comment

  • Facebook
  • Google+
  • LinkedIn
  • RSS
  • Twitter
  • YouTube

Metatrader Updates

MetaTrader 5 Demo Servers Now Available for BSE Currency Markets

March 20, 2018 By Rajandran 8 Comments

ChartIQ – WebTrader for MT4

December 4, 2017 By Rajandran 4 Comments

Metatrader 4 – Web Platform Overview

October 29, 2015 By Rajandran 9 Comments

William VIX FIX Indicator for Metatrader 4

May 16, 2015 By Rajandran 9 Comments

How to Install Custom MQL4 indicators in Metatrader

November 14, 2014 By Rajandran 6 Comments


About | Contact Us | Terms and Conditions | Privacy Policy | Support Policy | Privacy Policy | Refund Policy | Disclaimer


© Copyright 2018 Marketcalls Financial Services Pvt Ltd · All Rights Reserved · And Our Sitemap · All Logos & Trademark Belongs To Their Respective Owners·

Data and information is provided for informational purposes only, and is not intended for trading purposes. Neither marketcalls.in website nor any of its promoters shall be liable for any errors or delays in the content, or for any actions taken in reliance thereon.