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

CumRSI for Amibroker (AFL)

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

Based on the book “Short term Trading strategies that Work” by Larry Connor and Cesar Alvarez.

This explores for the stocks that have the CumRSI less then equal to 10 with has the high probability of profitability within the next 3-4 trading days.

Xswingtrader at xswingtrader@gmail.com

Similar Indicators / Formulas

Jasons Indicator Convergence Divergence (JICD)
Submitted by kaiji over 14 years ago
rsi<30 and sort
Submitted by ali32b about 10 years ago
EMA,MACD,RSI EXPLORATION INDICATOR
Submitted by viralmehta about 10 years ago
Awesome Oscillator (AO)
Submitted by zaroldo almost 14 years ago
Cross Prediction
Submitted by mauro24 almost 14 years ago
MACD Divergences 2
Submitted by filinta over 13 years ago

Indicator / Formula

Copy & Paste Friendly
CumRSI=RSI(2)+Ref(RSI(2),-1);
Plot(RSI(2),"RSI(2)",colorBlue,styleLine);
Plot(95,"",colorRed,styleLine|styleThick|styleDashed);
Plot(5,"",colorGreen,styleLine|styleThick|styleDashed);

Filter=CumRSI<=10 AND MA(V,60)>=250000;
AddColumn(RSI(2),"RSI(2)");
AddColumn(V,"Volume");

0 comments

Leave Comment

Please login here to leave a comment.

Back