Hello, i'm some question.
I'm calculate in my strategie some value double type, on each bar.
And at some point I wanted to display it graphically, but dot't search method which would allow it to be done. Usually I use PlotSeries, but he input DataSeries not double value.
Please tell me how it is better to implement
Thank you
Size:
Color:
Hi,
If you're in doubt about what data type your DataSeries holds, please refer to the WealthScript Programming Guide > DataSeries >
Characteristics of DataSeries:
QUOTE:
1. A DataSeries is a series of floating point data values of type double. Consequently, each value in the series is double precision (14 to 15 significant digits).
All values are a
double. So if your problem is that you're trying to
not plot the value on some bar then follow this trick in my post #2:
Indicator with fewer points than the DataSeries
Size:
Color:
Thank you for help
Size:
Color:
My pleasure.
Size:
Color: