Stop-Loss on entry date
Posted: Thu Oct 21, 2010 12:55 pm
I'm testing Trading Blox and I have a few days to end of trial.
No need to say I'm very happy so far and it looks like I'll have to break my piggy-bank
I managed to write some code and I'm aware that it takes time to become fluent. I wrote for stops:
and stops are executed the next day. Is there a way to have stops executed on entry date?
Thanks in advance for any help to all Blox Master and
best regards, as ever
No need to say I'm very happy so far and it looks like I'll have to break my piggy-bank
I managed to write some code and I'm aware that it takes time to become fluent. I wrote for stops:
Code: Select all
stopPrice = instrument.unitEntryFill[1] + sl
instrument.SetExitStop( stopPrice )
broker.ExitUnitOnStop(1,stopPrice)Thanks in advance for any help to all Blox Master and
best regards, as ever