MA2 signals
Indicator with sound and message alert when two moving averages crossing, it draws MA lines, and arrows in different colors, can be used as skeleton for expert advisor.
Input parameters are:
ExtPeriodFastMA – period for fast moving average
ExtPeriodSlowMA – period slow moving average
ExtModeFastMA – mode for fast MA
ExtModeSlowMA – mode for slow MA
– where mode: 0 = SMA, 1 = EMA, 2 = SMMA, 3 = LWMA
ExtPriceFastMA – price for fast MA
ExtPriceSlowMA – price for slow MA
where price: 0 = Close, 1 = Open, 2 = High, 3 = Low, 4 = HL/2, 5 = HLC/3, 6 = HLCC/4