Moving Average on Moving Average with Alert
- 指标
- Leonid Basis
- 版本: 3.5
- 更新: 24 四月 2020
- 激活: 5
The indicator displays the usual Moving Average with input parameters: maPeriod_1; maMethod_1; maAppPrice_1.
Then it calculates and displays MA on MA1 with input parameters: maPeriod_2; maMethod_2.
Then it calculates and displays MA on MA2 with input parameters: maPeriod_3; maMethod_3.
If AlertsEnabled = true the Indicator will show the Alert (message window) with a text like this:
"Price going Down on ", Symbol(), " - ", Period(), " min", " price = ", Bid;
If eMailEnabled = true the Indicator will send you an eMail with the same text as Alert message with subject: "MAonMA" (of course you have to check Email tab in the Options window).