Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Stochastic_Fast - MetaTrader 5 Script | Forex Indicator Download - MT4/MT5 Resources

author EAcpu | 2 reads | 0 comments |

Stochastic_Fast - indicator for MetaTrader 5

The Fast Stochastic Oscillator displays the stochastic indicator in a separate window and is calculated as follows:

 FSK[i] = (minimum value/maximum value) * 100.0,
 FSD[i] = SMA(FSK,PeriodD)

Where:

 min = closing price[i] - lowest price[BL],
Maximum = High[BH] - Low[BL],
BH is the highest price index in the range from PeriodK to i,
BL is the lowest price index in the range from PeriodK to i,

If max=0,

 FSK[i] = 50.0

The indicator has four input parameters:

Stochastic_Fast - indicator for MetaTrader 5


Attachment download

📎 stochastic_fast.mq5 (10.51 KB)

Source: MQL5 #20570

Verification code Refresh