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

PDI VeryShortTerm Simple Trading Signal.afl for Amibroker (AFL)
hanyaboy
almost 13 years ago
Amibroker (AFL)

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

Very simple signal using +DI for very short term trading.
Just overlay to your price chart and adjust the parameters to your needs.

Screenshots

Similar Indicators / Formulas

Rahul Mohindar Oscillator (RMO)
Submitted by kaiji about 14 years ago
Trending Wave 2 System
Submitted by Dryden about 12 years ago
Price Oscillator
Submitted by ariful_islam over 13 years ago
Stochastic
Submitted by expert over 13 years ago
STOCH RSI CROSSOVER
Submitted by sonia.b about 12 years ago
CCI ZERO CROSS WITH ALERT
Submitted by thanigay2k over 10 years ago

Indicator / Formula

Copy & Paste Friendly
_SECTION_BEGIN("PDI VeryShortTerm Simple Trading Signal");
range = Param("Periods", 2, 2, 50, 1 );
p=PDI(range);
pbuy  = Param("Buy if +DI <", 15, 5, 25, 1 );
psell = Param("Sell if +DI >", 45, 25, 75, 1 );

Buy 	= p > Ref(p,-1) AND Ref(p,-1) < Ref(p,-2) AND Ref(p,-1) < pbuy ;
Sell 	= p < Ref(p,-1) AND Ref(p,-1) > Ref(p,-2) AND Ref(p,-1) > psell ;
Buy 	= ExRem(Buy,Sell);
Sell 	= ExRem(Sell,Buy);

PlotShapes(Buy*shapeUpArrow,colorBrightGreen,0,Low,Offset=-20);
PlotShapes(Sell*shapeDownArrow,colorRed,0,High,Offset=-20);
_SECTION_END();

5 comments

1. ROAHIT160

nothing visible on chart…bogus afl

2. rajaswamy

useless roahit160 some body sharing somethink dont irritate hime encorage him you

useless roahit160

wast useless roahit160

3. prakash2009

Rajaswamy what are you talking.The signals are absolutely stupid. bankrupt afl.

4. godisbogus

Very deceptive afl.

5. godisbogus

Rajaswamy you follow this and sure i can give you in writing you will become a pauper.

Leave Comment

Please login here to leave a comment.

Back