This indicator gives trend signals determined by Moving Average as color trapeziums (the color correlates with a trend direction) and integral market entry signals as color bars determined by Stochastic oscillator and Bill Williams’ Accelerator.
Indicator input parameters include Moving Average and Stochastic oscillator input parameters:
//+-----------------------------------+ //| Indicator input parameters | //+-----------------------------------+ input int MA_Period=9; // MA period input ENUM_MA_METHOD MA_Method=MODE_SMA; // Smoothing method input ENUM_APPLIED_PRICE MA_Price=PRICE_CLOSE; // Prices calculation method input int STO_Period=5; // Stochastic period input int STO_Slowing=3; // Stochastic slowing input ENUM_MA_METHOD STO_Method=MODE_SMA; // Stochastic smoothing method input ENUM_STO_PRICE STO_Price=STO_LOWHIGH; // Stochastic prices calculation method
MT5 Indicator – Download Instructions
MA AC Stochastic Signal is a Metatrader 5 (MT5) indicator and the essence of the forex indicator is to transform the accumulated history data.
MA AC Stochastic Signal provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.
Based on this information, traders can assume further price movement and adjust their strategy accordingly.
How to install MA AC Stochastic Signal.mq5?
- Download MA AC Stochastic Signal.mq5
- Copy MA AC Stochastic Signal.mq5 to your Metatrader Directory / experts / indicators /
- Start or restart your Metatrader 5 Client
- Select Chart and Timeframe where you want to test your indicator
- Search “Custom Indicators” in your Navigator mostly left in your Metatrader 5 Client
- Right click on MA AC Stochastic Signal.mq5
- Attach to a chart
- Modify settings or press ok
- Indicator MA AC Stochastic Signal.mq5 is available on your Chart
How to remove MA AC Stochastic Signal.mq5 from your Metatrader 5 Chart?
- Select the Chart where is the Indicator running in your Metatrader Client
- Right click into the Chart
- “Indicators list”
- Select the Indicator and delete
Click here below to download MT5 Indicator: