Forum

Max amount of charts that can be opened in MT4

Hi, is the max amount of charts that can be opened in MT4 99 or 128? I saw on this forum that some people say it is 99 and some people say it is 128, so which one is it

what am I missing in this script? it has an error

void OnStart () { //--- } //+------------------------------------------------------------------+ void RiskPercentageByAccountBalance(); { double accBalance = ACCOUNT_BALANCE (); Alert ( "Your Account Balance is: $" + string ( ACCOUNT_BALANCE )); Alert ( "Max Risk is: $" + string ( 0.01 *

python script

There's a newly added feature in the mql4 wizard which is python script. How do I add the python script to an mql4 expert advisor ? I am only aware that it is possible to add include files into the expert advisor

Mql4 code for trade continuation

Hi all, I hired a developer to code an EA for me. He added trade continuation. However the EA does not have any trade continuation. I know a little bit of mql4 language but when I checked the source code, it does not make sense to me. below is the code for trade continuation. if ( Continuation ) {

High download data/low upload data while running EAs

Hi, I am currently running 3 EAs on 3 different terminals. All 3 EAs are the same with 8 pairs each. Question is that will the high download data/low upload data affect the order execution as my EAs are all running on M1. Latency is low though. E.g 22123/18kb Thanks in advance