Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
8518
Rating:
(17)
Published:
2012.02.09 12:30
Updated:
2016.11.22 07:32
j_tpo.mq5 (12.27 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Normalized oscillator displayed as a histogram.

J_TPO output signal lies within -1...+1. The indicator itself is similar to RSI. Trend reversal signal borders are usually located at levels -0.5 and +0.5.

J_TPO indicator

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/764

DailyRange DailyRange

The indicator calculates forecast prices of the daily price range. It shows resistance and support levels of current day using the prices of the previous day.

BuySell BuySell

This indicator shows the "ultimate support/resistance" levels of current trend. Trend changes is shown with color rectangles, trend direction is shown with colored dots.

LinearRegression LinearRegression

When applied to financial markets this method is usually used to determine the moments of prices extreme deviation from a "standard" level.

JBrainTrendSig1 JBrainTrendSig1

Signal indicator of the popular BrainTrend1 trading system with preliminary price timeseries smoothing.