Forum

How to protect my EA with multiple account number

int liveAccountNumber = 535621 ; int liveAccountNumber2 = 737213 ; if (( AccountNumber () liveAccountNumber) && ( AccountNumber () liveAccountNumber2)) Hello, I am trying to do in this way but it is not working for the second or multiple account number . I want to get a code that will allow my EA

How to create a scroll box with Boolean, Any Idea?

Halo guys, I am newly learning coding and currently, I am making an EA where I wanted to use this scroll box with boolean idea for different EA strategy. I'm trying to do this in this way but it giving me some warning in compiler and its not appearing with a scroll box.Can anyone please provide me

Function call in ObjectSetText possible or not?New comment

Halo fellow coder, I'm trying to use function call DoubleToStr(f0_8(), 0) in this way for my chart info panel but the function is not working. This code only showing "Total Orders = 0 ". The function value is freeze.Any other way that can works perfectly with applying font, color and position of

Please help to fix my code for switch and case oparetor

Hi, I wanted to use this code in my expert but the code not being compiled.The compiler shows error. How to make this code without switch and case operator.Please help I just started to learn mql coding. <decompiled code removed >