I'm trying to finalize the signal in a strategy so that I can optimize a few variables. However, my strategy is based on entering and exiting the market same day. Always enter at the OPEN - and either exit at the CLOSE - or a calculated exit point based on where the Open is at (i.e OPEN minus a variable establishes the STOP exit point). As you know - can't do a STOP with TS on the same bar as the entry - has to be the next bar. The "SETSTOPLOSS" could be an option - but you have to put in a hard number (e.g. 400) - and it won't accept a variable - even though the value is always numeric.
Anyone have any other ideas?
Anyone have any other ideas?