szatek / Publications
Forum
Check horizontal lines' values and write to file
Hi All, I was wondering if someone could point me in the right direction. I've got a chart with two horizontal lines I draw manually. The lines are called "up" and "down". Is there any easy way to run a script or indicator (not sure which one to use to be honest) which reads the current value of the
Chart screenshot indicator
Hi All, I created an indicator which takes a chart screenshot and saves it. The name of the saved file includes symbol together with time when the screenshot was taken: ChartScreenShot(0,_Symbol + " @ " + (string)stm.hour + (string)stm.min+".gif",WIDTH,HEIGHT,ALIGN_RIGHT); What I want to then