Dropdown Menu in Custom Indicator
-
I have a custom indicator that has a dropdown option to select what currency I want to apply it to. How would I add that when importing the indicator? It defaults to EUR and even if I manually change the currency it wiill only work for EUR. i used the source code file to import it.
-
@dgoodwin418 you can you can add a constant so when you adjust in inputs it changes, you could also add a enum list to selecy from a drop down, this would be quite an advanced concept though.