Forum

How to delete visible object only on current timeframe?

Hi guys, anyone have ideas about how to delete only visible objects on current timeframe ? I have this code here for delete all objects: if (ctrl_pressed == false && lparam == 16 ) // Shift key pressed ctrl_pressed = true ; else if (ctrl_pressed == true ) { if (lparam == 68 )

How to hide the Symbol and TF?

Hey guys, I wonder if it's possible to hide the symbol and TF with code/script? Or is ther any trick to hide it without script? Thanks guys, have a great day

Could you tell me what indicator is this?

Hello guys, could you tell me what is the name of the indicator showing in the chart below (in the red box)? This MT4 indicator show us Levels of Yesterday High (YH) Low (YL), Prior Week High (PWH), Range High (RH), Initial Range High (IRH) Low (IRL), Open of The Day (OpD), Open of the Week (OpW)

Modifying a simple indi?

Dear guys, any chance to help me modify "daily open line" indicator into "H1 open line" indi?? Cheers guys