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
How to get the exact time of the ZigZagColor extremum from a junior TF?
Running the other day, getting all extrema at 00.00. I need to specify the time to at least 15minutes.
I can think of storing minutes of that day in the array and searching for max/minimum there, but it seems a bit chaotic.
Why is it clumsy? Senior frames do not store high and low extrema.
So we need to do as you suggest or build a zigzag on 15 minutes considering the higher frame.
Why is it sloppy? Senior frames do not store the time of high and low extremums.
It remains to do as you say, or to build a zigzag on 15 minutes taking into account the higher frame.
Can you suggest the correct way: first initialise the object, then add it to the collection:
or adding the object to the collection first, then initialising it?
I found this on the forum
I have installed agents and provided correct MQL5.com account username and password, but I cannot see my agents in my profile.
Agents appear in the profile immediately after the first task for MQL5 Cloud Network is completed. Before that they are not counted and are not displayed in MQL5.community.
How to execute the first task in MQL5 Cloud Network? I googled it all on Google - WELL!
Thanks in advance
Can you suggest the correct way: first initialise the object, then add it to the collection:
or first add the object to the collection and then initialise it?
If the object cannot be initialised, you will not be able to add it to the collection.
Why do you need an uninitialised object in a collection?
2sergeev
Could you please tell me how to complete the first task for the MQL5 Cloud Network?
The problem is that my profile does not show agents
If so, please give me a link. Or at least tell me which of the top AMD and INTEL processors is better in terms of speed?
Of course, we are talking about desktops, not laptops or supercomps. :-)
Faced with a new system for turning an order into a position in a robot development environment.
Question: Will the position resulting from order #1 get the Magic of order #1?
Will the position which is triggered by order #2 get the Magic of order #1 or order #2?
If a stop position = Stop loss order 3, what will the new position get as Magic 1(2) or Magic 3, i.e. which one will the trading server process first for the stop or the opposite order?