Announcement

Collapse
No announcement yet.

Formula request

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Formula request

    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!


  • #2
    This should get you started..
    Attached Files

    Comment


    • #3
      DaTr8dr
      This might do what you are asking.
      You did not specify where you want the dot so in the first condition you set I put it at the low and in the second at the high.
      Alex
      Attached Files

      Comment

      Working...
      X