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

Inam channel....s/r for Amibroker (AFL)
rain
about 13 years ago
Amibroker (AFL)

Rating:
5 / 5 (Votes 1)
Tags:
trading system, amibroker

u need to observe the channel…..uper channel touch sell lower channel touch buy….

Screenshots

Similar Indicators / Formulas

weighted moving average scan
Submitted by naninn about 13 years ago
Kase Peak Osc. V2 batu
Submitted by batu1453 over 9 years ago
Kase CD V2batu
Submitted by batu1453 over 9 years ago
Ichimoku
Submitted by prashantrdx over 9 years ago
EMA System Ribbon
Submitted by yo123 about 13 years ago
Three-Bar Inside Bar Pattern
Submitted by EliStern about 13 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("AFBI Channel System");
 /// AFBI Channel System /// 
FixV=6; 
x=MA(((H+L)/2)+(O-C),5); 
i=DEMA(x,5); 
r=(x+StDev(x,FixV))+ATR(2)/1.5; 
s=(x-StDev(x,FixV))-ATR(2)/1; 
color=IIf(BarsSince(Cross(s,C))> 
BarsSince(Cross(C,r)), colorBrightGreen,colorRed); 
Plot(C,"",Color,64); 
Plot(S,"S",colorGreen); 
Plot(R,"R",colorDarkRed); 
Title=Name()+" "+Date()+" "+EncodeColor(colorSkyblue)+" INAM Channel System "+EncodeColor(colorYellow)+" Vol="+NumToStr(Volume,1.0)+" "+" O="+Open+" H="+HHV(H,1)+" L="+LLV(L,1)+" 
Close="+ Close+""+"("+numtostr((Close-ref(C,-1))/ref(c,-1)*100,1.2)+" %)";
_SECTION_END();

0 comments

Leave Comment

Please login here to leave a comment.

Back