Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 458
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
It must be placed before OrderSend... and OrderModify ... or before market entry definition?
It must be placed beforeOrderSend... andOrderModify... or before market entry definition?
Closing.
Closure.
closure what?
Hi guys. Can you tell me how to get rid of [Trade context is busy] error
Move to a different dealing desk.
Move to another dealing desk.
Could it be because of her? I trade on forex4u
Could it be because of her? I trade on forex4u
How much can the EA open and close at the same time, i.e. frequency of orders per minute?
How many orders can the EA open and close at the same time, i.e. frequency of orders per minute?
void start(){
if(NewSecRun()==false){ return;}
fOrderOpenB();
fOrderOpenS();
fOrderBUYSTOP();
fOrderSELLSTOP();
fOrderSTOPBUY();
fOrderSTOPSELL();
Comment(........); return;}
bool NewSecRun(){
if(TimeSec!=TimeSeconds(TimeCurrent())){
TimeSec=TimeSeconds(TimeCurrent());
return (true); }
return (false); }
Worth an EA for a couple of dozen pairs
void start(){
if(NewSecRun()==false){ return;}
fOrderOpenB();
fOrderOpenS();
fOrderBUYSTOP();
fOrderSELLSTOP();
fOrderSTOPBUY();
fOrderSTOPSELL();
Comment(........); return;}
bool NewSecRun(){
if(TimeSec!=TimeSeconds(TimeCurrent())){
TimeSec=TimeSeconds(TimeCurrent());
return (true); }
return (false); }
Forum on trading, automated trading systems and strategy testing
Any questions from newbies on MQL4, help and discussion on algorithms and codes
Alekseu Fedotov, 2018.02.12 20:08
Thank you. I will try to supplement this function
Good afternoon all. Dear programmers, please help me insert a line with the possibility to specify a sound file, for each Alert3.Lv1;2;3, to trigger a different sound that you specify.
Good afternoon all. Dear programmers, please help me to insert a string with the possibility to indicate a sound file for Alert3.Lv1;2;3 to trigger a different sound.
Good afternoon all. Dear programmers, please help me please insert a string with the sound file for Alert3.Lv1;2;3 to trigger a different sound.