- ago
I wanted to create a block strategy with the RSI, I see that I can select the RSI twice in the menu, I don't know how this second RSI gets in there. I don't remember creating an RSI

Error message:
"RSI" is an ambiguous reference between "WealthLab.Indicators.RSI" and "WealthLab.MyIndicators.RSI".
63: "RSI" is an ambiguous reference between "WealthLab.Indicators.RSI" and "WealthLab.MyIndicators.RSI".
0
267
Solved
1 Replies

Reply

Bookmark

Sort
- ago
#1
It is likely you created an RSI indicator using the indicator sample. You would have created a custom indicator and then picked the RSI sample. You then saved the RSI sample to your My Indicators folder.

Before you do the following make sure you have a copy of your code in case you extended the RSI sample and made it specific to your needs.

To fix this, you can delete the RSI indicator you created. But, as noted, be sure you back up your code. Go to the Indicators tab (to the right of the World icon). In the tree of indicators, filter for the word RSI (via the filter text box). You'll see two RSI indicators. One will be under the Indicators folder and the one you created will be under the My Indicators folder. Right click on the one that is in the My Indicators folder and delete it. Restart WL to be sure the changes take.

Or, instead of deleting the RSI indicator in your My Indicators folder then alter the class name and constructor(s) to something unique. Change the Abbreviation, property etc. to what you want.
0
Best Answer

Reply

Bookmark

Sort