I am wanting to wait for the closing price, and fade that level by a number of tics.
I have tried the following in place of the normal entry:
EnterLongLimit(DefaultQuantity, Fade, "Long Entry");
Where fade is a user input INT set to the number of ticks. But this doesn't work as I think that portion of the order is expecting a DOUBLE value of the actual price I want to enter at?

Comment