MetaTrader 4 Build 529 beta released with new compiler - page 137
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
People tell me plz, what build of MT4 after 509 (I sit on it), tested and reliable, that is, eliminated all the bugs that you found?
You do not have to install anything. When new builds reach release state, they will be thrown in the liv_update.
And this is where the beta versions are discussed.
Very similar to the 563 theme build
It doesn't work correctly. In 5 the same code works as expected...
Doesn't work in the strategy tester
Could you please tell us what is waiting for us in the new four with functions like OrderGetInteger(), OrderGetDouble() and OrdgerGetString()? The code with them is compiled now, but the terminal at the Expert Advisor's start tells us that these functions have not been implemented yet . What will be the logic of working with them? Will all parameters be available like in MT5, or this will be a trimmed down version?
There will be a trimmed down version.
Trading is completely different
Doesn't work.
Although the function returns true, the object in the graph has the old name.
It does not work yet.
I think there is a bug The advisor cannot call a function from the library
EA code calling the function
library code
Log error
When I try to open the graph I get an error with a text in the dialog box.
The text is something like ".\profiles\Default\chrt02.chr was not found".
How can the issue be resolved?
When I try to open the graph I get an error with a text in the dialog box.
The text is something like ".\profiles\Default\chrt02.chr was not found".
How can the issue be resolved?
I found a couple of small typos in the handbook:
OrderModify
Changes parameters of previously opened positions or pending orders.
bool
OrderModify(
int ticket, // order number
double price, // open price
double stoploss, // stop loss
double takeprofit, // take profit
datetime expiration, // expiration time
color arrow_color // colour xml-ph-00
Parameters
ticket
[Unique sequential number of the order to be closed .
Perhaps it would be more correct to write modifiable instead of closeable?