Hi, I am using in MC a indicator from TS forum that show me in the screen above and below of zigzag the range and the time of that zigzag. ¿How can export a text file in my pc? thanks
(I like run the indicator to get all zigzag from the last year and export thats move to a text file to use in Python)
as @sam028 has mentioned you will have to add code to write the values to a file. It's probably easiest to write the last zig zag values at the moment the zig zag starts in the opposite direction. Otherwise you will have to deal with updating the values.
You can use FileAppend or Print to write the values to a file (besides using EL Collections and storing your results in a Map that you write to a file on the last bar) in Multicharts.