Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 677
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
366366, You can go fuck yourself with such offers. What kind of divorce mania is this? Lately, I see people have completely lost their conscience. Everyone's trying to sell someone something, find a sponor, beg for something. Some are trying to get pity and some are trying to get sympathy.
But listening to the nonsense that the owl gives you 100% for 2 weeks and not having 500 dollars for some preliminary work... Do you believe that yourself? Go woodsy... woodsy... Nice and easy way out of here. And don't look back. No one's gonna help you. I'm pretty sure.
What's the owl? The development is entirely my own, it took me over a year to do it.
I'm not trying to scam anybody.
Looks like there's too many crooks in the forex business to trust anybody. All right, if that's the case. I'll have to work for a month, and I'll run a program at the same time.
What's an owl? The development is all mine, spent over a year on it.
I'm not going to divorce anyone.
There seem to be too many crooks in the forex business, they don't trust anyone anymore. All right, if that's the case. I'll have to work for a month, run a program sometimes.
What's an owl? The development is all mine, spent over a year on it.
I'm not going to divorce anyone.
There seem to be too many crooks in the forex business, they don't trust anyone anymore. All right, if that's the case. I'll have to work for a month, run a program in the meantime.
A question has arisen. When testing the owl, even on the demo in the experts tab, this is displayed:
We have 2 errors. First, concerning the line:
It says like there is no function IToS in LDataConvertion.ex4 library. But actually it is there! This function is from the LDataConvertion.ex4 library:
By the way, it is compiled with these classes and libraries without errors. There were no errors there, either. But when I started the owl, I got headaches. How do I understand what is wrong here?
Next line:
So there is no work with objects at all... What does the object have to do with it? Here's the class method where this error occurred:
Hi all! I read an article here a while ago about some changes in the terminal and mql4 language (I couldn't find it again, I could paste the link otherwise). Anyway, the idea was that now the Language 4 syntax is similar to MQL5, and the possibility is almost the same.
My question is the following: does it mean that the knowledge obtained in MQL5 will be actual in latest MQL4 builds? In other words, the best way to master the innovations in MQL4 is to study the MQL5 primer.
However, each time iCustom is called for new values from the Expert Advisor, a new window is opened, it should be prevented.
How to organize the interaction between the Indicator and the Expert Advisor correctly in this case, so that new values coming from the Expert Advisor are drawn in the same window under the main price chart?
Question regarding iCustom. The indicator displays the price coming from the Expert Advisor through iCustom in a separate window.
However, every time iCustom is called for new values from the Expert Advisor, a new window is opened, and we need to prevent it.
How to organize the interaction between the Indicator and the Expert Advisor in this case to draw new values coming from the Expert Advisor in the same window under the main price chart?
I understand that traders usually use iCustom to receive indicator values, which are then used in the Expert Advisor. My task is the opposite - the values come from the Expert Advisor and the indicator, using indicator buffers, should display them in real time on the chart in one separate window.
As an example, consider copying a certain set number of bars from the main chart into a separate window. The last unclosed bar should change to match the original one, while the others are fixed. When a new bar arrives, the oldest bar is retired and the others are shifted to the left.
I am still working in the old way (init(), start(), deinit() ), I am almost unfamiliar with new functions. Please, advise how to use iCustom correctly in this case.
The indicator, using indicator buffers, should display values coming from the Expert Advisor in a separate window below the main chart in real time. As an example, consider copying a certain preset number of bars from the main chart into a separate window. The last unclosed bar should change according to the original one, while the others are fixed. When a new bar arrives, the oldest bar is retired and the others are shifted to the left.
I am still working in the old way (init(), start(), deinit() ), I am almost unfamiliar with new functions. Please, advise how to use iCustom correctly in this case.
1. ?
2.? and the code, of course, to see how you call iCustom.
1. ?
2.? and code of course, to see how you call iCustom.
1. By real time I meant working mode. Or did you mean something else?
2. I don't understand what code you were asking about? There is EA code that generates values that then need to be displayed on a chart. At this point I want to figure out how to properly solve the problem, what options exist.