Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Behgozin Roc for Amibroker (AFL)

Rating:
3 / 5 (Votes 8)
Tags:
amibroker

This is a very Simple Indicator using Rate of Change of Price in 5, 10 and 20 time frame. The total values of these ROCs if is negative no action for buying but by cross Zero Line Buy starts. For selling or closing the condition only the Roc for 5 must cross zero line. thank you in advance for your comments

Screenshots

Similar Indicators / Formulas

Kavach Of Karna v2
Submitted by hbkwarez over 9 years ago
Advanced Elliott Waves
Submitted by MarcosEn over 12 years ago
3_6Day GuaiLiLv
Submitted by motorfly over 12 years ago
Williams Alligator System
Submitted by durgesh1712 over 12 years ago
*Level Breakout system*
Submitted by Tinych over 12 years ago
Horizontal Live Priceline Tool
Submitted by northstar over 12 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("BehgozinRoc");

Sl1= ROC(Close,5);
Sl2=ROC(Close,10);
Sl3=ROC(Close,20);
Plot(0,"BehRoc",6,styleThick);
Plot(Sl1,"\nSl5",5,styleThick);
Plot(Sl2,"Sl10",4,styleThick);
Plot(Sl3,"Sl20",3,styleThick);
Plot(Sl1+Sl2+Sl3,"SlTotal",1,styleThick);
_SECTION_END();

5 comments

1. qurman

THANKS

2. merykhi

GOOD ONE SIR AND THANKS FOR SHARING
PRASAD

3. rupeshnjoy

Good AFL sir… thanks for sharing..
sir i also want to know that Line Indicator on your price chart ( in red and black color).
can you share this one…

4. behnam53

دست شما درد نکنه جناب بهگزین

5. banama007

good,thank for sharing

Leave Comment

Please login here to leave a comment.

Back