Place line at Highest open and Lowest open?
-
Dear forum,
It is clear how to draw a line but how do I detect the highest open (current time-frame) and lowest open (current time-frame) for the current day?
Also the lines drawn from the blocks should be self-updated as the time goes by.Thank you in advance for your help.
-
into block you can set candle number from where you will read these values
-
__into block you can set candle number from where you will read these values[/quote:38zpfgpd]
What block name, miro1360?
-
____into block you can set candle number from where you will read these values[/quote:12r09810]
What block name, miro1360?[/quote:12r09810]
This is what I mean:
https://s32.postimg.org/lk1kk2net/HOLO_A.jpg
I have done a test but isn't working for me. https://fxdreema.com/shared/BiQieAm3 -
-
__https://fxdreema.com/shared/k88FEQhwb[/quote:f007s84s]
If this works, I would add some "Once per..." block above. Yes, depending on the first 2 options in each "Draw..." block the number of objects can be controlled, but if you don't need new objects all the time, it's better to run these blocks only when needed. -
____https://fxdreema.com/shared/k88FEQhwb[/quote:2v3j9m3t]
If this works, I would add some "Once per..." block above. Yes, depending on the first 2 options in each "Draw..." block the number of objects can be controlled, but if you don't need new objects all the time, it's better to run these blocks only when needed.[/quote:2v3j9m3t]Thank you both for the help, nevertheless the condition should look back within the current day and check all the candles and draw a line at the Highest Open H1 and Lowest Open H1.
Is there a way to do so?
-
(Condition) => Market properties => Highest Price (or Lowest Price). Timeframe is optional there.
-
__(Condition) => Market properties => Highest Price (or Lowest Price). Timeframe is optional there.[/quote:262ddwg6]
fxFreema, this won't pick the Highest of Lowest OPEN.
-
Use a variable?
Once a day -> modify variable Highest to 0
Once a bar -> condition (open > Highest) -> modify variable highest to open -> draw a line on Highest -
It looks that now I have to make some new blocks, something like "Bucket of Candles"

-
__It looks that now I have to make some new blocks, something like "Bucket of Candles" :)[/quote:rzxcraci]
Hello fxDreema, may ask is these blocks have been created?
Regards
-
No, they are not created