I have a simple long entry that is being ignored... actually I've tried two different ways... and both are being ignored. Not sure why?
For both methods I get same results, no order appearing.'
I'm trying this:
EnterLongStopLimit(1,GetCurrentAsk(),GetCurrentAsk (),"");
and this:
EnterLong("");
This is using a strategy that calculates OnBarUPdate not on each tick.
I've already reset my database.
Any suggestions?

Comment