I have not checked it during the subscription phase, but I know for sure that the price pointer is NULL as I can subscribe the assets.
After subscription is done, I see that only price and spread pointers are valid.
All others are NULL.
After opening a trade, the situation does not change.
Maybe everything is OK, since I check for valid pointers anyway.
I'm just curious under which conditions the other pointers(besides price and spread) become valid.
It also makes sense to test these values when developing a plugin, so I need a way to tell Zorro to use these pointers.

Or it could be that the TradeTest.c script is the wrong tool for that.