why does draw a line once per bar not work
-
-
@crazycnw Unsure, am currently using draw line once per daily bar and it works, maybe it's because you are allowing it to draw once per bar, once a day I would delete object before drawing.
-
Vertical lines have only Time. No Price. You selected price value for its Time. I will suggest to manually draw a vertical line and inspect it - you will see that the only thing for it is Time:

As a matter of fact, your EA actually creates vertical lines, but you can't see them because they are set to appear at times like this:

This happens because the Time is actually an integer value where the value of 0 means 1 January 1970. Since you get the value from the price, which is something like 1.2, the Time is like 1 second after 1 January 1970. Here is how the time looks as an integer value: https://www.epochconverter.com/By the way all those "Specific properties" are specific to the lines, but for some lines they don't apply. The vertical line doesn't have angle and it's all ray(s).
-
thanks very much for your reply. how do i get Fx dreema to show me the price of lowest price yesterday?
-
@crazycnw You can do it this way:

-
thank you. i have also noticed these comments do update. i have to delete them from the chart manually?
-
@crazycnw No. They are removed when you terminate the EA.
-
you could put comment blocks on a bool to be able to turn on and off from inputs.