Easy Language Question

Discussion in 'Trading Software' started by AllenW, Dec 18, 2005.

  1. AllenW

    AllenW

    I know there is a simple solution to my problem---but it escapes me at the moment.
    How do I code an increase in a given indicator? Ex.--If Adx( today) > Adx (yesterday) then....

    Thanks
     
  2. ...ADX(Length)[0]-ADX(Length)[1]>0...
     
  3. AllenW

    AllenW

    Brackets and not parenthesis' ?

    How about---- ADX(14) > Adx(14)[1] ??
     
  4. this code must work
     
  5. AllenW

    AllenW

    It did----Thank you!