[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 672
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Six months ago someone posted a script to print zig-zag values (time and rate) to a CSV file to work in EXCEL. Now I can't find it. Maybe someone has it?
Six months ago someone posted a script to print zig-zag values (time and rate) to a CSV file to work in EXCEL. Now I can't find it. Maybe someone has it?
Discussed here and here and also this indicator.
ToLik_SRGV, thanks, I've read these threads. There was a script. Missing apparently a branch or post.
ToLik_SRGV, thanks, I've read these threads. There was a script. Missed apparently branch or post.
Sergei, sometimes it's easier to write a script yourself than to look for it :)))
The isAllZigZagDate parameter defines whether only the last ZigZag point should be written (by default) or all history.
P.S.
Shall I throw it into the codebase so that I won't have to search for it later?
Thank you, Anatoly. That's right, it's faster to write it yourself than to find it. Thanks for the script. Better of course to throw in the codebase, too, maybe someone else will be needed. Otherwise, branches are disappearing :). I also wrote mine, or rather "assembled from what was:
My EA displays the information in a separate indicator window. How to make, that at change of TF the data in the window would be updated immediately, and not with the arrival of a new tick?
Write a call for refreshing the necessary data in init()
ZS: at the weekend I wrote a full code of quotation unloader in the init, it worked fine without ticks - it just looped the unloading on start and received data
My EA displays information in a separate indicator window. How can I make the data in the window update immediately when the TF changes and not with the arrival of a new tick?
Using the WindowRedraw() function;
Write a call to update required data in init()
HH: at the weekend I wrote a full code of quotation unloader in the init, it worked fine without ticks - it just looped unloading on start and received data
Using the WindowRedraw() function;
I have this function in the empty indicator window. But the data is updated only on a new tick.