[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 277
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
:) are buffers external parameters?
you don't need them!
the one you need. by serial number
Got it, thanks!
Can you please tell me, my indicator draws arrows when a condition is fulfilled, how can I mark the appearance of these arrows in a condition to open? Since I moved the indicator to an EA!
Can you please tell me, my indicator draws arrows when the condition is fulfilled, how can I mark the appearance of these arrows in the condition to open? Since I moved the indicator to the EA!
By the way,- does anyone know how to set the Fibo level descriptor when creating a graphical object with the program?
Well, or at least remove corrections from this chart:
Good afternoon! How do you properly write the cleaning of all the objects? It cleans every once in a while, and then less... So far I've been cleaning like this.
Thank you!!!!!!
It works!!!!
Good afternoon!
Please advise me on a reliable way to identify a flat, if there is one at all.
Good afternoon!
Please advise me on a reliable way to identify a flat, if there is one at all.
The trend on one timeframe may easily turn out to be a flat on another one. You could, for example, pick up a moving average - if it is sideways, the trend is sideways.
I hope this question is relevant here. What would the simplest program look like, where one order (for example Sell) will be opened and after some time it will be modified (change open price, SL, TP), and after some time it will be closed (regardless of the result)...? I can't figure it out myself. All I saw was a brainwashing code with order search and all sorts of nonsense output...
In general, like any other program, yours will consist of separate blocks, each block performs a certain task. We take one such block and write our own code, debug it and then move on to the next block. And so on to the end of the program.Have you looked at this? https://book.mql4.com/ru/samples/index