Search results

  1. M

    Index Futures Trading System - Please comment :)

    When the market opens, the first print will be both the high and the low for the session, so maybe you can code it as long if c = open + (ave range * .5) short if c = open - (ave range * .5) What am I missing?
Back
Top