Forum

MT4 same restrictions ? Terminal: Restricted access to MQL5 trading and history functions if the account is subscribed to a signal

Hi, Does MT4 has the same restrictions in the latest update ? Terminal: Restricted access to MQL5 trading and history functions if the account is subscribed to a signal This basically restrict using any algo trading on a signal account in mt5. https://www.mql5.com/en/forum/473035

I am at this stage with job "Wait till the Developer confirms the Requirements Specification on the set conditions" can I still get out or select another developer?

I am at this stage with job "Wait till the Developer confirms the Requirements Specification on the set conditions" can I still get out or select another developer? It is taking a bit to much time for me. might I have been chatting with an accomplice

Can a Shared Project contain both an EA and indicators in MQL5? I have compile issues with duplicated OnInit functions

Can a Shared Project contain both an EA and indicators in MQL5? I have compile issues with duplicated OnInit functions. There must be something wrong in my thinking as both the EA mq5 file as the indicator mq5 file have a OnInit function. What is the recommended code style to solve this

Trying to convert an mql4 to mql5 breakeven indicator but nothing is drawn on the chart.

Trying to convert an mql4 to mql5 breakeven indicator but nothing is drawn on the chart. My mql5 conversion What is wrong ? //+------------------------------------------------------------------+ //| Average Price v3.0.mq4 | //|