Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 946

 
Comments not relevant to this topic have been moved to "OOP, templates and macros in mql5, tips and tricks of the trade".
 
Aleksey Vyazmikin:

Show a screenshot - it is not clear what you want.

The lines in the picture are horizontal, but I would like the vertical lines to be drawn in the same way.

Files:
 
Darirunu:

The lines in the picture are horizontal, but I would like the vertical lines to be drawn in the same way.

 
Artyom Trishkin:

Thank you for such a quick answer, but it's not what I'm interested in. I would like the calculation to be done in the same way as the Fibo expansion, but with vertical lines.

I understand that two values from the price chart are used in calculation of an instrument by code and the calculation formula is different.

 
Darirunu:

Thank you for such a quick answer, but it's not what I'm interested in. I would like the calculation to be done in the same way as the Fibo expansion, but with vertical lines.

I understand that two values from the price chart are used in calculation of an instrument by code and the calculation formula is different.

Judging by your description, you just need to rotate the monitor 90 degrees to the right and you will see the vertical Fibo lines built on the price

 
Darirunu:

Thank you for such a quick answer, but it's not what I'm interested in. I would like the calculation to be done in the same way as the Fibo expansion, but with vertical lines.

I understand that two values from the price chart are used in calculation of the tool according to the code and the calculation formula is different.

So they have such lines taking into account the number of bars. If you do not know what you want, do not hesitate to use this formula.

 

I've been on this forum for a long time, even if I ordered a simple mouwing, I had to twist my arm to explain the simple truth)))

The variable zone connects two points and draws vertical lines, right? Extension Fibo connects three points and draws a vertical line so? I would like to see the dots used as in Fibo Extension, and draw a vertical line like in the Time Zones tool. Is it so hard to )))) If you want to know the formula for calculating the Fibo Extension levels, you have to do it.

https://www.mql5.com/ru/forum/106860 this link is also a request. It was explained herehttps://www.mql5.com/ru/forum/225845. Probably this is the formula ofVladimir Karputov:

Example of working withOBJ_FIBO inHangseng Trader's code:

We obtain the price value at "0" point ("price_1") and at "1" point ("price_2") -simple mathematics.

https://www.mql5.com/ru/forum/271072

хочу сделать "ручной" индикатор, похожий на расширение фибоначчи
хочу сделать "ручной" индикатор, похожий на расширение фибоначчи
  • 2008.02.05
  • www.mql5.com
Приветствую всех! В программировании на mql4 я практически ничего не понимаю, но вот решил научиться. Знаю немного С++...
 
Darirunu:

I've been on this forum for a long time, even if I ordered a simple mouwing, I had to twist my arm to explain the simple truth)))

The variable zone connects two points and draws vertical lines, right? Extension Fibo connects three points and draws a vertical line so? I would like to see the dots used as in Fibo Extension, and draw a vertical line like in the Time Zones tool. Is it so hard to )))) If you want to know the formula for calculating the Fibo Extension levels, you have to do it.

https://www.mql5.com/ru/forum/106860 this link is also a request. It was explained here https://www.mql5.com/ru/forum/225845. Probably this is Vladimir Karputov' s formula:

Example of working withOBJ_FIBO in Hangseng Trader code:

We obtain the price value at "0" point ( "price_1") and at "1" point ( "price_2").Simple mathematics follows.

https://www.mql5.com/ru/forum/271072

where is Fibo's third point? there are only two

and have you looked at the properties of the vertical fibo?
there you can set exactly the same ratios

 
Taras Slobodyanik:

Where is Fibo's third point? There are only two points there too.

and have you looked at the properties of vertical fibo?
There you can set exactly the same ratios

I unfortunately couldn't find any open code .Maybe you can help me find it and look at it together and decide how to change it?

 
Darirunu:

I unfortunately couldn't find any open source code .Maybe you can help me find it and look at it together and decide how to change it?

I couldn't find any open source code either)

1

Reason: