Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Hi all, I have a EL script that grabs time and price data from some drawing objects and prints them to the print log so I can grab the data for a spreadsheet.
Currently it only prints date and price, but there is are variables "xtm" "ytm" and "ztm" that should grab time, but I can't figure out how to print it. The script uses "formatdate" to print each item, both dates and prices.
Here is the code that prints the output to the log. I can provide more of the code if needed.
Do you have the code that makes the drawing objects in the first place? If so, couldn't you make some time variables in that code, and combine that code for making drawing objects with your new EL script that grabs price data?