Disliked{quote} - Thanks for the quick response, .. maybe the problem is with me, because I don't know much about programming .. but I tried to follow these steps from the first post and I was unsuccessful .. maybe if I had an image showing how it is, I could do it. {image}Ignored
Create a file named 'Presets---DailyLinesBoxes.01' (without .txt extension) in the Files folder of your MT4, put everything inside, save it, attach DLB indicator to the chart, put 01 in the ParameterFile input.
Press F8, go to Common tab, enable 'Show object descriptions'.
Inserted Code
// Parameter file for DailyLinesBoxes indicator; LookbackDays = 200; StartHours = 0; EndHours = 168; ExtendHours = 168; BoxColor = "DarkGreen"; LineColor = "Green"; Properties = "FZP"; HorizLineLevels = ""; TextProperties = ""; SymbolProperties = ""; DaysOfWeek = "Mon"; DaysOfMonth = "01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31"; Visibility = "D1"; TimeFrame = ""; CandlesMustExist = false; ClearancePips = 0; RefreshPeriod = "1440"; SecondaryPipCount = false; UniqueID = "DLB-000001";