Forum

Getting information into a script

Question 1 : Howto initialise for example an external variables #property show_inputs extern string start_date="2009.01.20"; extern string finish_date="2009.01.27"; How change those dates automaticaly to start_ date = todays date and finish_date to start_date + 1 day. Trieed todo it in the

How to draw / redraw lines on different charts from one indicator/script ?

Hi, Have constructed an indicator that collects differend parameters from differend securities and display the figures in a separate windows. High Low Close from previous week. But how to draw those lines in the different chart-windows ? Regards Erik