Rajandran R 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)

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 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)

[Live Coding Webinar] Build Your First Trading Bridge for…

In this course, you will be learning to build your own trading bridge using Python. This 60-minute session is perfect for traders, Python enthusiasts,...
Rajandran R
1 min read

[Webinar] Understanding and Mitigating Curve Fitting in System Trading

"Understanding and Mitigating Curve Fitting in System Trading"! This dynamic session aims to equip novice to intermediate traders, quantitative analysts, and financial engineers with...
Rajandran R
1 min read

P-Signal Strategy Long Only Strategy – Amibroker AFL Code

This tutorial provides an overview of the P-Signal reversal strategy, a quantitative trading strategy that utilizes statistical parameters and error functions to generate probabilistic...
Rajandran R
2 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