Rajandran R Creator of OpenAlgo - OpenSource Algo Trading framework for Indian Traders. Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, 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. Building Algo Platforms, Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in

CodeSnippets : Condition based Gradient Vertical Fill in Amibroker

25 sec read

Here is a simple Amibroker tutorial to build a good looking trading system. Just have a look into the charts provided below where the buy signals are represented by Red and Black blended gradients and the sell signals are represented by Pale Green and Black blended colour gradients.

Gradient Buy or Sell

[wp_ad_camp_5]

 
If you want to seperate your charts into Zones (For example Bull Zone or Bear Zone) then the functions colorBlend and the parameter styleGradient comes handly. Here is a below example which can be mapped with any trading system. Just copy the codes and paste to your trading system afl below the Buy/Sell parameters. And you are done.

https://gist.github.com/b9a89821937ea09968d7

Rajandran R Creator of OpenAlgo - OpenSource Algo Trading framework for Indian Traders. Telecom Engineer turned Full-time Derivative Trader. Mostly Trading Nifty, Banknifty, 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. Building Algo Platforms, Writing about Markets, Trading System Design, Market Sentiment, Trading Softwares & Trading Nuances since 2007 onwards. Author of Marketcalls.in

Line Trading – OpenAlgo Automation Module for Amibroker Users

The line Trading Automation tool is designed for Manual traders who want to perform level-based trade execution faster and also bring some advanced trade...
Rajandran R
55 sec read

Mini Certification Course on Algorithmic Trading

Welcome to the Mini Certification on Algorithmic Trading using Amibroker and OpenAlgo! This comprehensive 4-part series is designed to equip you with the knowledge...
Rajandran R
1 min read

Pivot Reversal Strategy – Tradingview Pinescript to Amibroker AFL…

Pivot Reversal Strategy is a popular in-built strategy in Tradingview Platform. Here I had attempted to convert the pinescript v5 to Amibroker AFL Code....
Rajandran R
3 min read

5 Replies to “CodeSnippets : Condition based Gradient Vertical Fill in Amibroker”

  1. SIR,CAN I GET

    ibuy = Flip(Buy,Sell);
    isell= Flip(Sell,Buy);

    Plot(ibuy, “”, ColorBlend( colorPaleGreen, colorBlack ), styleGradient | styleHistogram | styleOwnScale );
    Plot(isell, “”, ColorBlend( colorred, colorBlack ), styleGradient | styleHistogram | styleOwnScale );
    FOR METATRADER 4 PLEASE KINDLY DO THE NEEDFUL.

  2. Hi Raj,
    Is this method used for trailing stop The trailing stop will be equal to TS and all other stops in this article will be expressed as a percentage of the average body size of the last five candlesticks (high-low) in the current chart.

    Was reading this article
    https://www.mql5.com/en/articles/442

Leave a Reply

Get Notifications, Alerts on Market Updates, Trading Tools, Automation & More