OisinKelly / Publications
Forum
Compiling errors in my code!
I have a CList which holds trade objects (structs) My struct looks like this: struct trade { int ticketNumber; double stopLossLevel; truefalse isTrailing; fiblevels breakevenPoint; bool hasHitBreakeven; double distanceInPrice; double tp1; double closeAtTp; }; truefalse is an
Pending order ticket numbers
Let’s say for example i have a pending order placed on EURUSD from an expert advisor. The ticket number for this order is 12345. After x time, when the order is hit, does the ticket number be passed onto the opened trade with the same ticket number, or is a new ticket number assigned to the opened