Here's the code I was using:
entryOrder1 = EnterShortLimit( 0, [COLOR="RoyalBlue"]false[/COLOR], DefaultQuantity, limitOrderPrice, shortName1 );
But, what's worse is the StrategyAnalyzer "filled" the order at a price of zero.
So here's what I think should have happened:
2) The StrategyAnalyzer should have "filled" the order at the best available price (which was a lot higher than zero.)
Just thought I'd let you know... (another couple of 2-minute fixes needed here.)

Comment