Join our fan page
- Views:
- 6340
- Rating:
- Published:
- Updated:
-
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
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/2240
X4Period_RVI_Arrows
Four semaphore signal indicators based RVI oscillators with different periods on one price chart.
X4Period_RSI_Arrows
Four semaphore signal indicators based RSI oscillators with different periods on one price chart.
X4Period_WPR_Arrows
Four semaphore signal indicators based on Larry Williams' Percent Range oscillators with different periods on one price chart.
FisherCGOscillator_HTF
The FisherCGOscillator indicator with the timeframe selection option available in input parameters.