Analysis Series doesn't work with my DataSeries
Author: TCust
Creation Date: 6/1/2011 2:25 PM
profile picture

TCust

#1
Hi

We have in Perfomance Visualizer - Analysis Series

http://www2.wealth-lab.com/WL5Wiki/PVAnalysis.ashx

But 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 )

profile picture

Eugene

#2
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?
profile picture

TCust

#3
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.

profile picture

Cone

#4
Add non-formal custom DataSeries to the Bars.Cache so that AnalysisSeries can pick those up -

CODE:
Please log in to see this code.
profile picture

TCust

#5
All works, Cone Big Thanks :)

Please add this in WIKI for Analysis Series for custom DataSeries !
profile picture

Eugene

#6
Alternative (and the Bars.Cache will pick them up automatically):
CODE:
Please log in to see this code.
profile picture

TCust

#7
Ok Thanks :)
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).