optionhk wrote: Thu Nov 21, 2019 3:43 am
Thank you for replying. I hope you will find time soon.
Dear mrtools,
I have located two indicators which hopefully will make the coding not so much time-consuming.
Third indicator provides shade graphics for the MA. The idea is to print short line when prices bounces off Moving Average by xxxx points upwards and separately downwards. It is not an envelope.
Fourth indicator just sends popup alert .AlertPips=10; // distance from close to MA in pips.
ONly have exe file. No mql.
AlertBarsSkip=3; // number of bars to skip before next alert.
MAperiods=10; // MAperiods - the number of periods to be used by the MA calculation.
MAmethod="E"; // MAmethod - the method to be used by the MA calculation ('S', 'W', 'E', 'M').
MAapply="C"; // MAapply - the price type to be used by the MA calculation ('M', 'T', 'O', 'C', 'H', 'L').
MAshift=0; // MAshift - the number of periods for the MA shift calculation.
CloseBar=false // true means sending the alert only after the bar has closed and is still greater than the target distance from the MA.
MailAlert=false// set to true to receive emails. This option only works if the platform is properly configured for em