Hello,

I need some help in coding the below mentioned conditions to generate: BUY 
signal :
(Price >14EMA) AND (Price > 20MA) AND (Accdist() > MA(Accdist(),20)) AND 
(Accdist > EMA(Accdist(),14))

and vice versa for SELL
(Price < 14EMA) AND (Price <20MA)AND (Accdist() < MA(Accdist(),20)) AND 
(Accdist < EMA(Accdist(),14))


Can we combine multiple indicators to generate Buy/Sell signals ?

Also request for code to give alert output (sound) - suppressing multiple sound 
alarms AND output in the Alert Window

Requesting the pro's to help coding....

Warm Regards...Bobby

Reply via email to