Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 635
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
Some advice for a newbie, please!
My task is to create a sub-window (sub-windows) from an Expert Advisor in the chart window to which it is attached.
I've looked through everything, but haven't found how to do it. You can create/edit objects
subwindows that have already been created by other indicators, but they don't have what I need...
How do I get out of this situation?
A tip for a newbie, please!
My task is to create a sub-window (sub-windows) from an Expert Advisor in the chart window to which it is attached.
I've looked through everything, but haven't found how to do it. You can create/edit objects
subwindows that have already been created by other indicators, but I don't have what I need...
How do I get out of this situation?
Have a look at the article, maybe you will find something
Only a loop will help you. Go through and count.
Can you tell me how to calculate the number of filled cells in an array?
The array contains trendline prices, relative to the current bar.
I can't figure it out.
I can't figure it out for the life of me and that's it, please help!!!
Can you please tell me how to get the TerminalTester's termination signal in the terminal?
Can you tell me how to calculate the number of filled cells in an array?
The array contains trendline prices, relative to the current bar.
I can't figure it out.
I can't figure it out and that's it, please help!!!
Try it like this:
Maybe it will work. Good luck!
Can you tell me how to calculate the number of filled cells in an array?
The array contains trendline prices, relative to the current bar.
I can't figure it out.
I can't figure it out for the life of me and that's it, help please!!!
Probably need to null the counter in time, so it does not wind more, and counted again from scratch?
Kilometre functions are not good, it's better to put complete pieces of actions in separate functions, even if some of them are called only once. And it's better to call these separate functions from the main function.
This counting will do?
When I start it up, I get the following:
Seems to count right.
Hello.
When compiling a program written in 2012, a warning appears:
possible loss of data due to type conversion FinBuy1531.mq4 144 7
What does it mean and how can I avoid it?
P.S. The program is running normally in the tester.
Perhaps the counter should be zeroed out in time so that it does not add more and counts again from scratch?
Kilometric functions are not good, complete chunks of actions are better placed in separate functions, even if some of them are only called once. And from the main function call those separate ones.
Will this counting work?
When I start it up, I get the following:
Seems to count correctly.
OOO thank you very much!!!)) It works great in general.
Thank you all for your help!)
Hello.
When compiling a program written in 2012, a warning appears:
possible loss of data due to type conversion FinBuy1531.mq4 144 7
What does it mean and how can I avoid it?
P.S. The program is running normally in the tester.
Code line:
Warning:
possible loss of data due to type conversion FinBuy1531.mq4 144 7
I think the types correspond to each other. What is wrong here?