Hi
We have in Perfomance Visualizer - Analysis Series
http://www2.wealth-lab.com/WL5Wiki/PVAnalysis.ashxBut Analysis Series not work with our DataSeries ( my dsLX )
I create public class mySeries : DataSeries, and now see my DataSeries in Perfomance Visualizer - Analysis Series, but dont know this correct or not, please edit this code :)
CODE:
Please log in to see this code.
Ps. I give this code in Indicator exemples in WIKI and change
Ps2. Why we not view our DataSeries in Analysis Series, and need create other (DataSeries) ? ( WLD Please fix this )
Size:
Color:
Just for the record, possible reasons for a DataSeries not appearing in the list are summed up in the User Guide, Preferences > Performance Visualizers > Analysis Series > "Can't find a DataSeries in the list?"
If something about creation of formal indicators is unclear, please refer to this API manual:
Wealth-Lab Version 6 (.NET) Development Guide > Create an Indicator Library
The open source code of the Community Indicators library from the Wiki just works, as does the library. So do not change the code arbitrarily e.g. like you did with the constructor of the class.
P.S. Also, why would you want to bother with creating formal indicators for use in a WealthScript strategy?
Size:
Color:
Eugene Hello :)
I not want create new class and not good programer, I not find my DataSeries in the list in Analysis Series :))
How correct code for view dsLX and dsSX in Analysis Series list ? I read and not understand Analysis Series > "Can't find a DataSeries in the list?" Sorry English not good
Please give Example where our DataSeries display in Analysis Series list.
Ps I create(use) dsLX so
CODE:
Please log in to see this code.
Size:
Color:
Add non-formal custom DataSeries to the Bars.Cache so that AnalysisSeries can pick those up -
CODE:
Please log in to see this code.
Size:
Color:
All works, Cone Big Thanks :)
Please add this in WIKI for Analysis Series for custom DataSeries !
Size:
Color:
Alternative (and the Bars.Cache will pick them up automatically):
CODE:
Please log in to see this code.
Size:
Color:
Ok Thanks :)
Size:
Color: