Questions from Beginners MQL4 MT4 MetaTrader 4 - page 110

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
1) I do not want to get into the metaeditor and see how it is recorded correctly.
2) I may open big ones - for the entire deposit and then close them immediately, or some other tricks, the meaning has not changed.
Who are you kidding? Your deposit or your broker?
In addition to this site, I sometimes visit multi-page discussion forums like "where will the Eurodollar go, may it go up or may it go down, I'll prove it to you". And they come across "make a robot for 2 slips with different timeframe" or "make a button on the chart in that place - for example with stop loss function =40 points from the current price". If they are interested in something, they may take it for their own development, but they are tired of it and do not want to get in touch with me, so I ask them to send them a test and oblige them to delete the test file before January 5 (date 15).
how can I get hourly server lane and transition to DST(daylight saving time)?
Hello, I would like to ask the developers. I would like to ask a developer if it is possible to remove the buy-limit or sell-limit button when I right-click on the chart. I'm sick of putting out pending orders now and then. Or make it possible in the next update.
Hello, I would like to ask the developers. I would like to ask a developer if it is possible to remove the buy or sell limit button when I right-click on the chart. I'm sick of putting out pending orders now and then. Or make it possible in the next update.
Good afternoon all, how do I compare two dates in MQL4?
Same as everything else == != > < >= <=
Same as everything else == != > < >= <=
The compiler generates the error :
implicit conversion from 'number' to 'string' to this:
if(CrTime[0] <= iTime(0,0,i) && CrTime[2] >= iTime(0,0,i))
{
Print(i);
}
The compiler generates an error :
implicit conversion from 'number' to 'string' to this:
if(CrTime[0] <= iTime(0,0,i) && CrTime[2] >= iTime(0,0,i))
{
Print(i);
}