Forum

Metatrader with iPad

I know that Metatrader has some problems on MacOS ... what about iOS? Is it working on iOs without any problem

The integer numbers of the members in enumerations

Why are some enumerations not starting from 1? For example ... ENUM_POSITION_PROPERTY_INTEGER is starting from 1, but ENUM_POSITION_PROPERTY_DOUBLE is not

The reference PDF

Maybe a stupid question ... The reference contains all the features MQL5 has? For example (I don't know C++, I have just some C background) for fully learning the OOP features in MQL5, studying the reference is enough ... or should I also read a C++ book

The best trading robot on the World

Brokers, banks, personal traders, sharks etc ... everyone uses trading robots in our times. Which one is the most famous in the trading world today ... which one is the best? Is there such an ordering, such an information

The number of objects can be placed on a chart

Is there any upper limit for the number of objects can be placed on a chart

AI with MQL 5

I don't have any idea about the AI coding style. Is there any EA example for learning the coding logic of AI trading systems

"Spread" on the data window

The "spread" on the data window is the minimum (not maximum as the documentation says) difference between the bid and ask prices in points for the selected bar, isn't it

Feature request for mobile versions

It would be great to be able to use custom indicators with the mobile versions of Metatrader 4 and 5. Is there any future plan to add such a nice feature to the mobile versions

Built-in Indicators

Is it possible to find the .mq5 files of built-in indicators? If so, in which folder are they

New to MQL 5

As I have just some C background, I'm planning to study only API functions of Metatrader. Should I also know about the standard library ? Is there anything which I can do it with the standard library but not with the API functions