SYMBOL_TRADE_CALC_MODE returned values - page 2

 
Florent #:
Thank you @Arda Kayan for the confirmation of the numbers expected.

But could you please, execute my little script?
I need this confirmation to finish my code. 
Depending on whether it's my mt5 environment or a bug in the function, I'll adapt my approach.
Only way to make your code be proper is to use the enum constants, not the underlying integer value.

Use a switch statement to resolve your enums to your own integer definition, if you actually have to do it this way.

Else use the given mapping via enum constants.