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

EHSAN Design PALS RSI Overbought & Oversold for Amibroker (AFL)

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

Enjoy and help me for next formulas for next indicators by your comments ;)

it help you when sell and when by.

thanks

Ehsan Ghafari

in iran

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("RSI 2 Periods");
SetChartBkGradientFill(ParamColor("Inner panel upper", colorBlack), ParamColor("Inner panel lower", colorBlack));
SetChartOptions(0,0,chartGrid30|chartGrid70);
 
maxClip = Param( "maxClip", 70, 1, 100, 1 );
minClip = Param( "minClip", 30, 1, 100, 1 );
 
a = Param( "Periods1", 5, 1, 200, 1 );
Plot( RSI( a), "RSI", ParamColor( "Color1", colorGold ), ParamStyle("Style1")  );
 
b = Param( "Periods2", 14, 1, 200, 1 );
Plot( RSI( b), "RSI", ParamColor( "Color2", colorRed ), ParamStyle("Style2")  );
 
Upper=Param("Upper", 70, 50, 100, 1);
Plot(Upper,"Upper",ParamColor( "ColorUpper", colorRed ),ParamStyle("StyleUpper"));
Lower=Param("Lower", 30, 0, 50, 1);
Plot(Lower,"Lower",ParamColor( "ColorLower", colorGreen ),ParamStyle("StyleLower"));
 
Buy=Cross(RSI(a),Lower) OR Cross(RSI(b),Lower);
Sell=Cross(Upper,RSI(a)) OR Cross(Upper,RSI(b));
 
PlotShapes(IIf(Buy,shapeUpArrow,shapeNone),colorGreen);
PlotShapes(IIf(Sell,shapeDownArrow,shapeNone),colorRed);
 
Colorrsi=ParamToggle("Display(ON - OFF)","Off|On",1);
if(Colorrsi)
{
r = RSI(a);
PlotOHLC( r,r,50,r, "", IIf( r > 50, colorDarkRed, colorDarkGreen ), styleCloud | styleNoLabel | styleClipMinMax, minClip, maxClip );
}
 
_SECTION_END();

7 comments

1. himanshug22

RSI Overbought & Oversold pe mera dekh hu ab tak ye bhaho achha indicator hai
thanks for this indicator

2. mehdi seyyedmir

سلام احسان جان
آفرین پسر
اگر با میانگین 16 کار کنی شاید بهتر باشه
لطفا با من تماس بگیر
SM_SEYYED_M@YAHOO.COM
با سپاس
سید مهدی سیدمیر

3. mehrdad_ir2000@yahoo.com

سلام دکتر سید میر

باز جای شکرش باقیه اینو کپی نکردین تو تلگرام بگین سیستم جدید شماست

4. abbasi

قربون هرچی ایرانیه.ماشالله احسان خان

5. rob hoot

Administrator, you have to oblige these funny guys to leave comments in the English language!

6. khatera

Enjoy and help me for next formulas for next indicators by your comments ;)

7. administrator

@rob you are right. It makes it difficult for other users and me but it happens rarely.

Leave Comment

Please login here to leave a comment.

Back