mql4-lib icon indicating copy to clipboard operation
mql4-lib copied to clipboard

consider add more example for OrderGroup and OrderTracker.

Open fastwei opened this issue 7 years ago • 2 comments

consider add more example for OrderGroup and OrderTracker.if have a simple ea demo use api even better.

fastwei avatar Nov 22 '17 11:11 fastwei

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.

dingmaotu avatar Nov 23 '17 01:11 dingmaotu

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 !

sdejonghe avatar Mar 07 '19 12:03 sdejonghe