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 NullPointStrategies, Today, 05:17 AM
    0 responses
    20 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    119 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    63 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    41 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    45 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X