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.
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
When we overlay on marketcalls signal chart message board box in the top is getting cut
Yeh it affects the dashboard. And no solution for that as of now.
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.
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
It is a customized trailing stop similar to supertrend http://www.marketcalls.in/amibroker/10-things-to-know-about-supertrend-v2-0-afl-code.html