Pages:
Actions
  • #1 by binsey on 03 Feb 2014
  • Hi, I'm trying to construct a trigger that backs at a defined back price in play ,only if my selection's price has not peaked at more than actual_sp*1.5 at any time since the off, how can I best achieve this ?
    Many thanks.
  • #2 by MarkV on 03 Feb 2014
  • Hi
    Attached are two trigger files to try:

    First uses variable maxbp_{minutes} to record the high. This may have a disadvantage because the variable is recording pre-off for as long as you are monitoring the market. I have set {minutes} to 8.
    Your setting: Settings > Monitoring Options > Default markets history depth should exceed {minutes}

    Second uses a user variable to record the high inplay. This one only works on one nominated selection, I have set it as Index 1. You may have to replicate the triggers for each other selection you want to monitor.

    These triggers are provided only as ideas and not as tested triggers. Please use test mode when trying them.      
Pages:
Actions