Announcement

Collapse
No announcement yet.

formulas

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

  • formulas

    Hi, can someone set me up a simple code for backtesting?
    am looking for a simple 5 and 15 ema crossover buy above the 69 sma and 5 and 15 ema crossover below the 69 sma.
    This all on a 3 minute chart???

    Thanks!

  • #2
    DreamVision
    The attached efs should do what you ask.
    FYI it does not take multiple trades in the same direction. If instead you do want that to happen just open the efs with the Formula Wizard and X out the lines where it says
    Strategy.isLong==0 (in Set1)
    Strategy.isShort==0 (in Set2).
    Alex
    Attached Files

    Comment

    Working...
    X