Can someone please help me with the following formula for Esignal? I cannot seem to get it right. The script is as follows:
Value0=SMA(Close,3)-SMA(Close,10)
Value1=EMA(Close,4)
Value2=EMA(Close20)
IF Value1>= Value2 then
if Vlaue0<0
Plot a Cyan Dot
If Value1 <= VAlue2 then
if Value0>0
Plot a Cyan Dot
Thanks!
Value0=SMA(Close,3)-SMA(Close,10)
Value1=EMA(Close,4)
Value2=EMA(Close20)
IF Value1>= Value2 then
if Vlaue0<0
Plot a Cyan Dot
If Value1 <= VAlue2 then
if Value0>0
Plot a Cyan Dot
Thanks!
Comment