Originally Posted By: jcl
Yes, I remember the timestamp was changed from bar start to bar end some time ago.


Hi jcl, now I've noticed the little difference in BrokerHistory2() method description:

Zorro_v1.74.chm: ticks - Output, array of T6 structs to be filled with the ask price history and additional optional data if available...

Zorro_V1.83.chm: ticks - Output, array of T6 structs to be filled with the ask prices, bar end time, and optionally additional data if available...

Isn't this a big change from a plugin's point of view? How can we be sure that every plugin is aware of the change, because the API technicaly is the same, only the description is different.

For example, a plugin developed with API 1.74 in mind will feed with wrong data Zorro 1.83+, because it still implements the correct API methods.

Last edited by kvm; 08/23/18 14:04.