
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
Last ZZ50.mq5 version "1.001"
I decided first to check how the indicator behaves when a new bar appears or after a break in communication: on every tick I get the amount of calculated data for our indicator, if this amount differs from the amount on the previous tick - a print is displayed:
And now two logs (Experts tab and Journal tab)
Experts:
Log:
As you can see the number of calculated bars changes.
Last ZZ50.mq5 version "1.002"
New: add indicator used in the calculations to the chart - for visualization (then it will look for "A", "B" and "C" points and draw a vertical line on them - again, for visual code control).
Last ZZ50.mq5 version "1.003"
Looks for vertices "A", "B" and "C". Draws vertical lines through these vertices.
Searching of vertices is performed by method "getting values from one bar at a time".
Last ZZ50.mq5 version "1.003"
Looks for vertices "A", "B" and "C". Draws vertical lines through these vertices.
The search of vertices is done by "getting a value from one bar at a time" method.
Already something)
Vladimir, will there be a sequel, or we'll call it a day =)
Vladimir, will there be a sequel, or will we end it there =)
Tomorrow there will be a description - already with pending orders.
I have discovered four point formations "A", "B" and "C" - I need to figure out how to place pending orders in each case (or rather their type: Buy*** or Sell***):
I have found four point formations "A", "B" and "C" - I need to figure out how to place pending orders in each case (or rather their type: Buy*** or Sell***):
Put and drag always in the middle of the beam:
Runs:
Red SellStop, blue BuyStop
One order is placed on one ray. If an order has worked on this ray, do not place more orders on it
Always put and haul in the middle of the beam:
Exhausted:
Red SellStop, blue BuyStop.
On one ray, there is one order and if the order worked on this ray, do not place more orders on it
The "worked out" is not always the case, because the EA may appear on the chart at any moment. Therefore, I ask you once again to review Fig. 3 and Fig. 4 in terms of: The EA has just entered the chart and there is such a picture...
"Worked out" is not always the case, as the EA can get up on the chart at any time. Therefore, please once again review Fig. 3 and Fig. 4 in terms of: the Expert Advisor has just moved to the chart and there is a picture...
If the centre of the ray is broken, the ray is considered worked out
To avoid problems after the restart, the points of the latest ray should be saved in the global variable of the terminal, and work with them.