Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy to create a folder similar to OIF need some input

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Strategy to create a folder similar to OIF need some input

    I have used OIF for quite sometime, but problem is being able to control the trades. if you keep sending OIF files it keeps trading, and my app can't communicate with NT. So I have been working on a strategy that monitors a folder for files pretty much the same as OIF file format but I seem to have a runaway task, it shows loading all the time. Has anyone devised a script that monitors a folder and reads the file, assigns values then deletes the file waiting for the next file? i have included what i am currently testing. it reads the file and processes but the manner in which i am monitoring the folder seems to be too much for NT

    #2
    Hi set2win, I am not aware of an existing example of this. A program that monitors a folder would use the FileSystemWatcher to raise an event when there is a change in the folder:
    Listens to the file system change notifications and raises events when a directory, or file in a directory, changes.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    118 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X