Watch how to download trading robots for free
Find us on Twitter!
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
Indicators

X4Period_Stochastic_Arrows - indicator for MetaTrader 5

Views:
5488
Rating:
(27)
Published:
2014.04.18 17:32
Updated:
2016.11.22 07:32
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Four semaphore signal indicators based on stochastic oscillators with different periods on one price chart.

Trend signals occur when the oscillators enter the oversold and overbought areas specified in the input parameters:

input uint rsiUpperTrigger=62;    // Overbought level
input uint rsiLowerTrigger=38;    // Oversold level


Figure 1. Indicator X4Period_Stochastic_Arrows

Figure 1. Indicator X4Period_Stochastic_Arrows

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

X4Period_RVI_Arrows X4Period_RVI_Arrows

Four semaphore signal indicators based RVI oscillators with different periods on one price chart.

X4Period_RSI_Arrows X4Period_RSI_Arrows

Four semaphore signal indicators based RSI oscillators with different periods on one price chart.

X4Period_WPR_Arrows X4Period_WPR_Arrows

Four semaphore signal indicators based on Larry Williams' Percent Range oscillators with different periods on one price chart.

FisherCGOscillator_HTF FisherCGOscillator_HTF

The FisherCGOscillator indicator with the timeframe selection option available in input parameters.