akumidv / tradingview-assistant-chrome-extension

An assistant for backtesting trading strategies and checking (showing) external signals in Tradingview implemented as a Chrome browser extension.
GNU General Public License v3.0
176 stars 63 forks source link

Multiple settings added as the same #88

Open DriesVR1232 opened 1 year ago

DriesVR1232 commented 1 year ago

I have a strategy where there are multiple settings (Close %)that show as 1 setting in the optimiser but they need to be 2 seperate ones. image

Buddingm commented 1 year ago

I have a strategy where there are multiple settings (Close %)that show as 1 setting in the optimiser but they need to be 2 seperate ones. image

Are you sure that you use different titles for those fields?

DriesVR1232 commented 1 year ago

Sorry for the late reply, Do you mean in the pinescript code?

Buddingm commented 1 year ago

Yes, you need to have different titles for all fields. Fields May not use the same title.

DriesVR1232 commented 1 year ago

It's not my code so ill ask the dev about this

Buddingm commented 1 year ago

I know. I know the Original developer and use the other version a lot.

akumidv commented 1 year ago

Unfortunately, it is impossible to get the identifiers of the strategy parameter fields from html, respectively, fields with the same fields are indistinguishable and it is not clear how to set their values. You can try to take into account the sequence of fields, but so far I have not planned to do this logic.