Condition 2

Embed Size (px)

Citation preview

  • 7/25/2019 Condition 2

    1/1

    It looks correct and going great with the basics. So far, we have tried using basic indicators and trading using market orders and now lets try a customized concept with different order types.

    let A = the highest high of the last eight days (including today)let B = the lowest low of the past eight days (including today)let C = today's closing price

    If C above A buy next bar at above today's high using a order type Stop. Similarly, try the reverse for going short.

    Note: last 8 days can be in input to change at anytime.