Modify Level of an already drawn fibonacci
-
Hi,
Hope someone can help with this...
I am trying to modify the 0 level price of an already drawn fib to always be the high of the current bar (where the 0 level is the highest level). That way, the fib will keep adjusting as price goes higher. But I can't see anywhere that the fib level prices can be modified...there is no "Modify Object" or "Modify fib properties" block.For clarity, I know how to check for the conditions (by the way, I am using the "loop" option so I don't have to specify a name for the fib. This works on other object types such as trend lines). The issue I am having is changing just one level without having to move the actual fib (hence the "move" block does not do the job).
Even if I save the 0 lovel price to a variable, how do I write that variable into the fib level?
Hope that makes sense.
Any ideas?
-
Not to worry. Worked it out. Just needed to write the level of the already drawn object's 100 level to a variable and leave it unchanged in the "Move" block...while the O level keeps updating with the current bar
-
How? Could you post that part of your project, please!