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

TTM Hourly Rolling Pivots Indicator Clone for Amibroker (AFL)
kaiji
about 14 years ago
Amibroker (AFL)

Rating:
4 / 5 (Votes 5)
Tags:
amibroker, pivots, intraday, ttm

This is a clone of the original TTM indicator for Amibroker.

TTM Hourly Rolling Pivots are great for Sideways Chop
TTM Hourly Rolling Pivots Indicator updates new pivots every hour

Similar Indicators / Formulas

TTM Auto Pivots Clone
Submitted by kaiji about 14 years ago
Plot tomorrows pivots on an intraday database
Submitted by kaiji about 14 years ago
Trend Swing
Submitted by Fortuna about 14 years ago
Floor Pivots
Submitted by stjeanluc almost 12 years ago
1 Minute inside 6 bar consolidation
Submitted by alvaroaltair about 10 years ago
MultiCharts
Submitted by janet0211 almost 14 years ago
You cannot view the code for the following reasons:
  • You must be a member and have contributed at least 1 indicator

3 comments

1. sat07sh
uptrend=PDI()>MDI()AND Signal()<MACD();
downtrend=MDI()>PDI()AND Signal()>MACD();


Plot( 2, /* defines the height of the ribbon in percent of pane width*/"ribbon",
IIf( uptrend, colorGreen, IIf( downtrend, colorRed, 0 )), /* choose color */styleOwnScale|styleArea|styleNoLabel, -0.5, 100 );
2. johnnypareek

Sat07sh,

Please copy paste wisely :)

uptrend=PDI()>MDI()AND Signal()<MACD();
downtrend=PDI()<MDI() AND Signal()>MACD();

Plot( 2, /* defines the height of the ribbon in percent of pane width*/"ribbon",
IIf( uptrend, colorGreen, IIf( downtrend, colorRed, 0 )), /* choose color */styleOwnScale|styleArea|styleNoLabel, -0.5, 100 );
3. abdalelah

good one but

Leave Comment

Please login here to leave a comment.

Back