Hello,
I want to assign special custom values (sorted by date ) wich are stored in a .txt file to each bar. How can I do this, so that I can make an if-condition ( if (Close[bar] > Customvalue[bar]) ....
Thanks a lot!
Size:
Color:
Hi Wolfgang,
No need to reinvent the wheel -- simply let FillSeriesFromFile from Community Components do this job for you:
FillSeriesFromFileAlso see the WealthScript Programming Guide > DataSeries > Filling a Custom DataSeries > "How to: Create a DataSeries filled with zeroes", Example 2.
Size:
Color: