[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 341

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
Thank you.
But I can't understand the point of creating a time measurement. After all, there are several bars in a series and their times are different. This way it is not possible to record the series.
One more thing: I can't understand where there is a logical error in my code. What is the reason why it doesn't work? Without it, any attempt to redo anything is useless.
Why the time in the series? Well, for example, (I don't know what statistics you want to collect) when processing statistical data, it would be useful to know not only the value, but also the time of that value. When graphing in excel you would be able to clearly see the location of the series and the data in that series, their relative position to each other (red and green), etc. If you don't need it, don't use it.
I haven't looked at your code and can't say where the logical error is. I remember - you made it based on Victor's indicator (Vinin), why not ask Victor about that?
What do I need to know for a beginner in addition to downloading the platform, Expert Advisor, where to start?
What do I need to know for a beginner in addition to downloading the platform, Expert Advisor, where to start?
What do you need to know? A Trading primer and Forex programming documentation. What are you more interested in?
A primer on trading and documentation on forex programming. What are you more interested in?
I am interested in what to put where, what to pay attention to.
I'm interested in what to put where, what to pay attention to.
So - a primer on trading...
I am interested in what to put where and what to pay attention to.
In terms of trading:
Place orders into the market, stop orders to the server (same place). Pay attention to global changes of price direction.
In terms of programming:
Before writing a program, work out (at least in your head) its algorithm. Perhaps the rest of the program will pick up as a trailer, you only need to ask the right questions.
In the order loop, check with an OrderMagicNumber operator such as this:
Thank you for your reply, but you probably misunderstood me. I am interested in how to distinguish between orders with an empty magic, which have been opened by an EA, and orders opened manually, by a user. In both, OrderMagicNumber gives out 0.
my handheld RSI becomes the main window
how to insert RSI in the main window "0" ? what to change ? indicator_chart_window- changed
my handheld RSI becomes the main window
how to insert RSI in the main window "0" ? what to change ? indicator_chart_window- changed
Interesting. RSI has calculated values ranging from zero to a hundred. And the prices on the chart, say, are less than 1. So how do you want to scale the RSI in the main chart window?