I would like to implement this indicator in WLD NET, but i can't find correct description.
Size:
Color:
This thread might be a good starting point:
Supertrend Indicator. However, I've seen different renderings on different sites and have yet to find a page with clear, unambiguous description (like for every other indicator in the world.)
Size:
Color:
I'll add them to Community.Indicators in the upcoming release (2010.12).
Size:
Color:
Eugene.
Thank you very much
Size:
Color:
A little bit off-topic question to your Code Eugene.
Why do you plot the dataseries before it is calculated?
It is confusing me.
Regards odeedo
PS: Why Do you start with calculation at ATRPeriod * 3 ?
Size:
Color:
QUOTE:
Why do you plot the dataseries before it is calculated?
Because cosmetic functions like PlotSeries are applied after the strategy has finished calculating DataSeries, processing trading signals etc. Normally I'd put the call after the DataSeries is calculated as you suggest. However, since this code is dynamically changing the plot color from Green to Red, this has to be handled by placing the PlotSeries call
above SetSeriesBarColor. In any case, PlotSeries should do its job but the point is to apply a dynamic color scheme to the result.
QUOTE:
PS: Why Do you start with calculation at ATRPeriod * 3 ?
Answered by: WealthScript Programming Guide (Help menu), Indicators >
Stability of Indicators.
Size:
Color:
Both SuperTrend indicators added to our Community Indicators library v2010.12.
Size:
Color:
ruediger78 asked:
QUOTE:
Hello everyone,
I would like to use CMCSuperTrend-Indicator in a Strategy. But I cant find the syntax anywhere. Tried to use it this way:
DataSeries supertrend = CMCSuperTrend.Series(st2.ValueInt, st1.Value);
But that produces an error.
That's because a required parameter (Bars bars) is missing. Also, the 2nd parameter is double and 3rd is integer, so I believe this should be correct (st1/st2 are not too descriptive though):
CODE:
Please log in to see this code.
Size:
Color:
Musashi1970 asked in a duplicate thread:
Hi
is it possible to see the code for the community indicator "cmcSuperTrend", or alternatively/additionally the exact rules for the calculation, pls.
Thx
Size:
Color:
Size:
Color:
hefrei asked in a duplicate thread:
Where do I find documentation on Community Indicator MTSuperTrendSeries? The link in WealthLab does not seem to work and I can't find anything in Wiki or Forum.
Size:
Color:
The link will not work, it points to a part of the old (wl4) forum that is no longer available. Simply google for "SuperTrend indicator" or "SuperTrend Olivier Seban" - there are really tons of articles on the 3rd party sites out there.
Size:
Color:
Thank you.
Size:
Color: