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

RAJASWAMY TREND MARKS for Amibroker (AFL)

Rating:
3 / 5 (Votes 6)
Tags:
oscillator, amibroker

HI THIS IS RAJASWAMY THIS AFL WILL TELL YOU THE EXACT TREND HOW GOOD IT IS IF YOU GET BUY AND THE TREND GOT MORE THEN 5 MARKS THEN 100% YOU WILL GET PROFIT ON THET BUY SIGNAL FREIND THIS WILL NOT SHOW YOU BUY SELL BUT IT WILL TELL YOU HOW GOOD IS THET BUY SELL RATIO ANY DOUT ADD MY ID ( RAJASWAMYM@YAHOO.COM )

Screenshots

Similar Indicators / Formulas

3 Days Track
Submitted by janet0211 almost 14 years ago
Trading Volume Statistic
Submitted by tuanstock1 almost 10 years ago
Ergodic Oscillator
Submitted by dljtrader over 13 years ago
BoH Risk Aversion Indicator
Submitted by genkumag over 12 years ago
Chande Momentum Oscillator
Submitted by klimpek over 13 years ago
%R ++
Submitted by reb almost 14 years ago

Indicator / Formula

Copy & Paste Friendly
P = ParamField("Price field",-1);

TrendScore = 
IIf(P>=Ref(P,-11),1,-1) + IIf(P>=Ref(P,-12),1,-1) +
IIf(P>=Ref(P,-13),1,-1) + IIf(P>=Ref(P,-14),1,-1) +
IIf(P>=Ref(P,-15),1,-1) + IIf(P>=Ref(P,-16),1,-1) +
IIf(P>=Ref(P,-17),1,-1) + IIf(P>=Ref(P,-18),1,-1) +
IIf(P>=Ref(P,-19),1,-1) + IIf(P>=Ref(P,-20),1,-1);

Plot(TrendScore,"TrendScore", ParamColor( "Color", colorCycle ), ParamStyle("Style") ); 
PlotGrid(0, colorLightGrey);

3 comments

1. ishfakalam

Very good afl

2. skyduck

Very good for weekly/monthly lookup. Thanks Rajasawami for sharing and being kind.

3. stoxtrends

for buy trend strength is +5

for sell signal is it should be -5

kindly clarify me…….

Leave Comment

Please login here to leave a comment.

Back