Forum

Static members of nested classes.

How could I initialize a static member of a inner class? I could not get information about that in the documentation nor in the forum. ‌ class Outter { static bool logical; public: class Inner { int integer; static float real; }; }; bool Outter::logical=true; // OK float Outter::Inner::real=1; //

Leverage 1 400 in MT5

How can I test a EA in MetaTrader 5 with the Strategy Tester with a leverage of 1:400. It goes from 1:200 to 1:400. Thanks

Push only deals

Is there any way to enable push notifications but just on deals and not all the trades? Thanks in advances