mql4-lib
mql4-lib copied to clipboard
consider add more example for OrderGroup and OrderTracker.
consider add more example for OrderGroup and OrderTracker.if have a simple ea demo use api even better.
OrderGroup is simple and it is demonstrated in the documentation. OrderTracker is a bit complex I will need time to come up with a good example.
Hello, I have tried to understand how to use the OrderTracker. Subscribing as events to onStart(), onChange(…), onNew(), … is impossible. And using theses methods is only possible if heriteting from OrderTracker class and overloading them. What is the best way of using this classe in an EA to track changes of a set of TrackedOrders? By any chance, do you have a code sample where you show how to use this classe? Can you help?
By the way, your project is a masterpiece !