Forum

Python in MT5

Hi Am I dreaming or is the Python API for MT5 really limited to mainly history functions? See https://www.mql5.com/en/docs/python_metatrader5 Where are the function to draw graphic elements on the charts? How to current time, bid, ask to to live trading? How to do back testing of a EA written in

(How) is it possible for a signal provider to get a profit- and client balance height- depending performance fee instead of a constant monthly subscription fee?

(How) is it possible for a signal provider to get a profit- and client balance height- depending performance fee instead of a constant monthly subscription fee

(How) Can Signal Trades be copied?

When subscribing to a signal, how does MT4/5 prevent that the user does a simple copy trading to other own or friends/customers accounts

API call to find out Commission rate?

Hi Does anybody know, how to find out the brokers Commission rate !!!before!!! a trade have been made on Metatrader 4 (not 5) ? Of course, I know that there is the OrderCommission() API function. But this only works, if there are already existing previous closed orders. However, if there are no

Debugging Backtests?

Is it possible to single step through Backtests ? If yes, how? When I set Breakpoints in my EA and press F5 I get a new Window and life ticks. Instead I'd like to get ticks from the back test engine. Is this possible? Regards

Access to Macroeconomic Indicators from MQL5?

Is it possible to access Macroeconomic Indicators from MQL5 within an EA? Macroeconomic Indicators are described in the help and can be accessed manually in the Toolbox via the Calendar tab. Regards