hi
if you want to allow the stop loss in markets 5f and 6f, then replace the condition
IF(market_length<1500, 1.0, IF(market_length<2000, 1.2, 1.4))
in the stop loss trigger WITH.
IF(market_length<1250,.50,IF(market_length<1500, 1.0, IF(market_length<2000, 1.2, 1.4)))
this will activate the trigger after 30 secs, because 5f race only runs for 1 min and 6f for 1.12 averaged
mcbee