PureBytes Links
Trading Reference Links
|
I am trying to print to my printer the date, h,l,o,c for any particular chart
say a 60 min with 30 days back. I want to list this info for all the bars. I
dont want the indicator output.
What I did is copy an indicator that I know works. After the plot statements
but before the end; statement I inserted is
Print(printer, date, high, low, open , close)
I dont know if this is formatted properly but theres no output.
Thank you for assistance
Ron
|