
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
in compiller NO ERRORS
Can you show the beginning of your code please ?
extern string EAName = "EA";//
(no copyrights - i delete it)
one guy told me that we have to use that in new versions:
void OnTick()
{
int OnInit()
{
//---
//---
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Expert deinitialization function |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
{
//---
}
This is why Initialisations errors comming. I will try change my EA - if it will work i will let you know
one guy told me that we have to use that in new versions:
void OnTick()
{
int OnInit()
...You can but it's not mandatory, "old" style is still valid.
yes i change all but i think its problem due to using DLL fils...maby )) nothing working in my EA (((
i tried my old versions compiled in 610 build - all good and working in 625 ))) mother...f....update
yes i change all but i think its problem due to using DLL fils...maby )) nothing working in my EA (((
i tried my old versions compiled in 610 build - all good and working in 625 ))) mother...f....update
Show us the code then. Someone will check it for you when he has time to spare.
When update comes, you follow the update, not the update must follow you.
follow what ? i even can not compile thta was conpilling before .... stoopid developers
follow what ? i even can not compile thta was conpilling before .... stoopid developers
Please watch your language.
#property strict is only available from build 6xx. And you are trying to use it with old metaeditor from build 509 or previous.