Support Board
Date/Time: Wed, 05 Feb 2025 20:06:30 +0000
Post From: ACSIL export to csv
[2025-01-07 08:30:57] |
User431178 - Posts: 579 |
I am on a Mac also using parallels and there is no letter to the pathway.
Ok, that makes sense then.Hmmmmmm cant get it to work. It's all logging correctly. I've tried a bunch of things. Placing the open and close outside the loop will not compile.
Yes, you can't just change to manual looping without also updating the code to suit.When you say placing outside the loop, I'm going to assume you mean placing outside the main function, as you don't have a loop set up in your study. Working with ACSIL Arrays and Understanding Looping would it log the file pathway if it was not accessing it
Yes, this line would print always, whether the path was valid or the file written.2025-01-07 06:09:03.425 | Chart: AUDJPY[M] 5 Min #1 | Study: File Export | CSV File Path: /Users/philiphoy/Desktop/Test.csv These lines, would only print if the write to file block executes. 2025-01-07 06:09:03.425 | Chart: AUDJPY[M] 5 Min #1 | Study: File Export | Data written to file. 2025-01-07 06:09:03.425 | Chart: AUDJPY[M] 5 Min #1 | Study: File Export | File closed after writing. So I would assume that you have some data being written. Are you actually getting any data added to the file? |