Hello, I like to use and optimize the RSL Indikator-great indikator. But if I select the RSL the optimization settings are empty. I also tryed to use RSI at first (first picture below) -it works-, and then select the RSL ... same problem no settings and no possibility to start optimization (second picture below.
And it doesn't matter weather I use RSL in weight, value or other blocks.
There are two another problems. These could perhaps be related to this.
When entering the smoother, each smother is displayed more than 10 times (see image 3).
The RSL is contained in two different groups under the same name (see image 4).
Thanks forward for your help, Marko.
And it doesn't matter weather I use RSL in weight, value or other blocks.
There are two another problems. These could perhaps be related to this.
When entering the smoother, each smother is displayed more than 10 times (see image 3).
The RSL is contained in two different groups under the same name (see image 4).
Thanks forward for your help, Marko.
Rename
You must've created a lot of dummy custom indicators using SMA as template, that's why the duplicates.
Hi Eugene,
I don't understand exactly what you mean. I have not created any of my SMA indicators and am not using them in this strategy. What exactly do you mean here?
I don't understand exactly what you mean. I have not created any of my SMA indicators and am not using them in this strategy. What exactly do you mean here?
I mean the ones that WL generate for example purpose when you play with Tools > New Custom Indicator. However, you seem to be using several 3rd party indicators which may be the cause.
No I dont have a custum indicator. I jused the indicators of wealthlab (see image below). The only one in strategy is the following one. The rest are very simple indicators. Is this information useful for you to help me?
But the same problem also exists with a very simple strategy (see B picture). And it doesn’t matter which smoother you use.
Where does IndiSel.Utilities come from?
I "think" he means the finantic.IndicatorSelection extension, but I'm guessing.
Right. I'm pretty certain that if you remove that extension these problems will disappear with it.
Let me try to shed some light here:
The finantic.IndicatorSelection extension (Build2 from February 2024)
contained an indicator "RSL", short for "Relative Signal Line"
in the Indicators/IndiSel.Utilities section.
At some later time the PowerPack extension added the "Relative Strength Levy" indicator and chose the abbreviation "RSL" for this one. Form this time on there were two "RSL" indicators (when both extensions are installed).
This created some conflicts....
The "Relative Signal Line" indicator will be renamed to "RelSL" in the upcoming next build of finantic.IndicatorSelection.
The finantic.IndicatorSelection extension (Build2 from February 2024)
contained an indicator "RSL", short for "Relative Signal Line"
in the Indicators/IndiSel.Utilities section.
At some later time the PowerPack extension added the "Relative Strength Levy" indicator and chose the abbreviation "RSL" for this one. Form this time on there were two "RSL" indicators (when both extensions are installed).
This created some conflicts....
The "Relative Signal Line" indicator will be renamed to "RelSL" in the upcoming next build of finantic.IndicatorSelection.
QUOTE:
the PowerPack extension added the "Relative Strength Levy" indicator and chose the abbreviation "RSL" for this one. Form this time on there were two "RSL" indicators
I thought the point of putting all WL7/8 indicators in
CODE:was to avoid nomenclature conflicts. Somebody wasn't following guidelines. :(
namespace WealthLab.Indicators
Hi Cone, yes, it is the finantic indicator selection. But why should I delete them? I hope you can understand that deletion of ind.selection is not a solution for me. I paid money for it here in wealthlab-it's a extension and want to use it!
It's a good tool.
Hi René, thanks for your help. I hope your update comes quickly. Thank you.
And I hope the RSL Indicator (Relative strength levy - powerpack) works fine after the update. Thanks.
It's a good tool.
Hi René, thanks for your help. I hope your update comes quickly. Thank you.
And I hope the RSL Indicator (Relative strength levy - powerpack) works fine after the update. Thanks.
QUOTE:
putting all ... indicators in one namespace...
Just added a few indicators to a coded strategy.
These usings were needed:
CODE:
using WealthLab.Indicators; using WealthLab.TASC; using WealthLab.PowerPack; using WealthLab.Norgate; using WealthLab.IndexLab; using finantic.IndicatorSelection.Indicators; using finantic.Eval; using finantic.Indicators; using WealthLab.DataExtensions; using WealthLab.AdvancedSmoothers;
This means: We need another mechanism to avoid conflicts between indicators from WL core and various extensions.
The desired mechanism is to avoid repeated indicator names.
QUOTE:
avoid repeated indicator names.
Yes, of course. But for the time being this requires an indicator author to have all relevant extension installed and check if a new name is already used by someone...
The makers of PowerPack had not installed finantic.IndicatorSelection and just created an "RSL" indicator the name of which was at that time already used by the finantic.IndicatorSelection extension.
Yes it’s an unfortunate limitation. We’ll see what we can do about it in WL9.
Uiuiuiui ...... WL 9 .... uiuiuiui....
Your Response
Post
Edit Post
Login is required