path = NinjaTrader.Core.Globals.UserDataDir + @"C:\Users\DG_Mobile_PC\Desktop\MyTestFile.txt" ;
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Text FIle Read/Write not working
Collapse
X
-
Text FIle Read/Write not working
Hello, I've downloaded the sample ReadWrite file. but since I didn't know where the program was creating the Text file. I changed the path. I still can't see any new file. Any idea how to make a simple path to write a text file to the Desktop of windows? I triedand I tried [CODE] path = @"C:\Users\DG_Mobile_PC\Desktop\MyTestFile.txt" ; /CODE].Code:Tags: None
-
ChriL. Thanks for reply, I finally got the file to write. However, I just need help with one more thing. If you look at the attached file. I keep getting an error, about accessing a OnBarUpdate method on bar 0. I'm just trying to write the previous Day's Close to the text file. Any help is appreciated.Attached Files
Comment
-
Hi Chris. I got the indicator to write the proper Close of day to a file. Can you help me with one last thing. How do I turn a String into a Double? or should I say. If I want another indicator to read the text from the File, I'd like to take that "String" that it reads, and plot a Line using the numbers (daily close)
Comment
-
Hi, ginx10k
There is a Double.Parse method you can use:
https://docs.microsoft.com/en-us/dot...e?view=net-5.0 (publicly available)
Best regards,
-ChrisL
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
85 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
143 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
83 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
256 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
334 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment