@mohammed65 Try to add this block below the 'sell now' block:

@mohammed65 Try to add this block below the 'sell now' block:

@blurcompany Do you mean how many pips dis the EA won lost today only?
@khacdiepvnc You need to select this settings:

@len-1 An nteresting approach. I'm not used to using the 'on Timer' chart. Did you test it? My first guess is that all drawing blocks should be moved to the 'on tick' or maybe 'on chart' tabs, depending on your whole strategy now. However, those two deleting blocks on the 'on timer' tab are interesting. However, your current structure will delete all of them at the same time. Is that what you want?
@boll3k More details would be appreciated. Can you please explain a more detailed example of what you need?
@kestra That is not possible. You need to wait until the new candle is open to know exactly when the previous one is closed. Then you can do this:
https://fxdreema.com/shared/IWV6jS8tb
I assume you are using the 1M timeframe.
@mohammed65 Can you please share your project instead of just uploading a screenshot?
@blurcompany You can specify today's period with this block:

@gousic-j This is the configuration you need:

@thomas_stock I guess this block is doing what you need:

However, I never used it so I cannot offer too many details about the way ot works. Can someone else please help?
@cdwilder1 You definitely need a loop structure looking at the past candles. I strongly recommend you to ask for mr. roar's help. He the best user creating loops.
@01punchman I mean the events tabs:

I guess the moste efficient way to give you an answer is by sharing your project. Could you please share the link?
@len-1 I see no fibos in your project. Are you sure this is the one you want to clear?
@amjad-0 What do you exactly mean by 'what code'? You don't need to code anything when using a Constant.
@simonsamxsty Ok. You can begin with this structure for buys only:
https://fxdreema.com/shared/uqKaMp8we
I included a stop loss level by default, but not sure if this is what you want.
@unimatrix The variables used to identify that timeframe cannot be corrrectly identified by fxDreema. I'm afraid you will need a real programmer to modify the indicator's code.