thank you, I had changed its, and the compiling works

But the fix exit times has no effect: if bool is on or off makes no difference.
I changed to "quantity" in my code:
a) private int quantity = 1;
b) ExitLong(Convert.ToInt32(quantity), @"ExitLong", @"EntryLong");
c) ExitShort(Convert.ToInt32(quantity), @"ExitShort", @"EntryShort");
Was this the next step and its right so?
What is the next one?
Best regards,
Rainbowtrader

Comment