Quote:
|
Originally Posted by creative
Hi all! I am looking for a signal (arrow with sound) when a linear weighted moving average crosses another linear weighted moving average. I am only finding ema cross signal  Can someone help please? I appreciate your efforts 
|
If you have EMA cross indicator, its easy to change it to do what u want.
look for line like this one
iMA(NULL,0, 5, 0, MODE_EMA, PRICE_CLOSE, i);
the parameters can be something else but u care about
MODE_EMA, PRICE_CLOSE change the
MODE_EMA to
MODE_LWMA and u set