Bears MACD MT5

104 0 2024-02-01

This indicator is a visual combination of 2 classical indicators: Bears and MACD.Usage of this indicator  could be the same as both classical indicators separately or combine. Input parameters:input int BearsPeriod = 9; input ENUM

This indicator is a visual combination of 2 classical indicators: Bears and MACD.

Usage of this indicator  could be the same as both classical indicators separately or combine. 

Input parameters:

  • input int BearsPeriod = 9; 

  • input ENUM_MA_METHOD maMethod = MODE_SMA;

  • input ENUM_APPLIED_PRICE maPrice = PRICE_CLOSE;

  • input int SignalPeriod = 5.