Thread: Cross!
View Single Post
  #3 (permalink)  
Old 04-24-2006, 05:09 AM
elihayun's Avatar
elihayun elihayun is offline
Senior Member
 
Join Date: Jan 2006
Posts: 350
elihayun is on a distinguished road
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
Reply With Quote