I'm writing a provider to update my existing .WL files. Is there a method to append the new bar to the .WL file without having to load the .WL file first?
I can append the new bar using BinaryWriter, but it isn't being recognized by Wealth-Lab as an additional bar. I assume the problem is the way I'm converting the date to binary
CODE:
Please log in to see this code.
Size:
Color:
Size:
Color:
QUOTE:
The only supported methods are listed here
Are you being sarcastic? :) The page is blank.
Size:
Color:
Not at all. You just have to log in to the Wiki with your account, now greenlighted to access the hidden content.
Size:
Color:
Thank you.
Back to my original question, I don't see a method to append the new bar to the existing file without having to load the existing file into a bars object, ie. LoadBarsObject/SaveBarsObject. Is appending the new bar part of what happens inside UpdateProvider or am I missing something?
Size:
Color:
QUOTE:
I don't see a method to append the new bar to the existing file without having to load the existing file into a bars object, ie. LoadBarsObject/SaveBarsObject.
That's right.
Load...,
Append, and
Save... is the way to go.
Size:
Color:
Thank you.
Size:
Color:
At your service.
Size:
Color: