MQL4 - automated forex trading   /  

Forum

ODL Securities

How can I reverse the numbers displayed on a Fibonacci Retracement?

Back to topics list To post a new topic, please log in or register

avatar
7
code.mafia 2008.08.28 04:37 
When I use the Fibonacci drawing tool in MT4, it draws the ratio numbers backwards, starting with 1.00 (I deleted the higher ratios), then .618, .50, .382 and then 0. I want it to start with 0, then .382, .50, .618 and then 1.0 and so on. I found that if I edit the properties and swap the start and end values in the properties page, it does the same thing. How can I accomplish this without having to do this on every fib retracement range I draw?
article

Working with Files. An Example of Important Market Events Visualization

The article deals with the outlook of using MQL4 for more productive work at FOREX markets.


avatar
1926
phy 2008.08.28 05:07 

Label it differently

level --- description

0 --- 1

.382 --- .618

.5 --- .5

.618 --- .382

1 --- 0

Back to topics list  

To add comments, please log in or register