Recent content by JohnKelly

  1. J

    Using an indicator variable in a strategy?

    Thanks Blu-Ray I'll take a look at doing that.
  2. J

    Using an indicator variable in a strategy?

    Say I had the following indicator and strategy files: // indicator.eld file LineVar = 1.54 // strategy.eld separate file If LineVar > 0 then Buy If LineVar < 0 then Sell How can strategy.eld know what value is contained in variable LineVar?
Top