Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 571
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
Good afternoon,
I get a warning during compilation
possible loss of data due to type conversion
on the line:
int Stop_Loss = MarketInfo(Symbol(),MODE_STOPLEVEL);
The description of MarketInfo says that it returns type double.
But the stop level is an integer and I want to use it
as an integer...
..Is it the developers' fault, or is the warning correct and I don't understand it?
Good afternoon.
Can you tell me which broker has the minimum delay (ping) on MT4?
The question is off-topic, we don't discuss brokers here. You don't need to ask a question twice in two forums.
Sorry)
The question is off-topic, we don't discuss brokers here. You don't need to ask a question twice in two forums.
dear programmers, please help!!!
The problem is that this script does not do its job after the last update of mt. bars are still missing.
maybe you can tweak it for a new platform? Or maybe there is another similar and working solution. search does not return any results.
thanks in advance.
Dear programmers, help please!!!
the problem is that this script doesn't work after the last mt update. the bars are still missing.
can it be tweaked for the new platform? or maybe there's a similar and workable solution.
thanks in advance.
Where can I download this script, I just don't know how to get all this code into a script so small?
Dear programmers, help please!!!
the problem is that this script doesn't work after the last mt update. the bars are still missing.
can it be tweaked for the new platform? or maybe there's a similar and workable solution.
thanks in advance.
Answers here
I found the problem. ObjectGet gives out zero instead of time and colour. It is written in warnings too, after I set it: possible loss of data due to type conversion. So what to do? How to fix it to give out what I need?
upd: ObjectGetInteger gives out all right. Been racking my brain for a week...
Hello,
is there any way to save the loading parameters of a custom indicator (which are initialized via input ... in the code header) and then load them, similar to how this is done when testing EAs?
I mean without writing your own utilities.
Thanks
I have started to get an error in this function in the library after the build update . The compiler points to the last line :
The error is as follows:
How can I fix it? I understand that for other cases the default output is needed. But I don't logically need it... How to fix it?