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
158 stars 56 forks source link

Error: There is not strategy performance summary tab on the page. - Optimizer shows this error when trying to run on latest version of Scalper Bot V3 #151

Closed Trotter268 closed 7 months ago

Trotter268 commented 10 months ago

image

GugaMan commented 10 months ago

Same error

g001613001 commented 10 months ago

@akumidv same error

RbR010 commented 10 months ago

@akumidv same error on tradingview assistant V2.8.1

jerso88 commented 10 months ago

same here

stefantabakovq commented 10 months ago

Temporary solution - open Performance Summary window in the bottom, change strategySummary: '#bottom-area div[class^="backtesting]" in selector,js. Doesn't work without the Performance Summary window opened, don't know why

thefingersg commented 10 months ago

Having the same issue but was working fine for most of today.

thefingersg commented 10 months ago

@stefantabakovq Can you post a screen shot of where those details need to be changed please?

thefingersg commented 10 months ago

I think it might be a trading view issue rather than a problem with the optimiser

B0gdan2K commented 10 months ago

Temporary solution - open Performance Summary window in the bottom, change strategySummary: '#bottom-area div[class^="backtesting" in selector,js. Doesn't work without the Performance Summary window opened, don't know why

Not working, still no fix.

Thank you!

Quantbrinx commented 10 months ago

getting the same error seems like a tradingview issue. So tired of these guys always doing random shit to their UI. Is anyone else having success with this temp fix?:

Temporary solution - open Performance Summary window in the bottom, change strategySummary: '#bottom-area div[class^="backtesting" in selector,js. Doesn't work without the Performance Summary window opened, don't know why

B0gdan2K commented 10 months ago

Temporary solution - open Performance Summary window in the bottom, change strategySummary: '#bottom-area div[class^="backtesting" in selector,js. Doesn't work without the Performance Summary window opened, don't know why

the correct code line shoud be: strategySummary: '#bottom-area div[class^="backtesting"', right [stefantabakovq] ? NOT strategySummary: '#bottom-area div[class^="backtesting"` BUT it still does not work

stefantabakovq commented 10 months ago

You should close the div bracket, of course. Then it should work.

kaykay33 commented 10 months ago

The temporary fix is also working for me. Thanks!

@B0gdan2K To clarify , change in the file "selector.js": the line: "strategySummary: '#bottom-area div[class^="backtesting"] div[class^="tabSwitcher"] > button:nth-child(2)',"

to: strategySummary: '#bottom-area div[class^="backtesting"]',

stefantabakovq commented 10 months ago

@stefantabakovq Can you post a screen shot of where those details need to be changed please?

You should edit the selector.js file in content_scripts of the extension folder!

ZatlaTN commented 10 months ago

image

image new error after change selector.js and im using brave

B0gdan2K commented 10 months ago

The temporary fix is also working for me. Thanks!

@B0gdan2K To clarify , change in the file "selector.js": the line: "strategySummary: '#bottom-area div[class^="backtesting"] div[class^="tabSwitcher"] > button:nth-child(2)',"

to: strategySummary: '#bottom-area div[class^="backtesting"]',

Hi friends, this worked, you are great, thanks!

ZatlaTN commented 10 months ago

The temporary fix is also working for me. Thanks! @B0gdan2K To clarify , change in the file "selector.js": the line: "strategySummary: '#bottom-area div[class^="backtesting"] div[class^="tabSwitcher"] > button:nth-child(2)'," to: strategySummary: '#bottom-area div[class^="backtesting"]',

Hi friends, this worked, you are great, thanks!

how that i use google too but still not working to me 😢

jynoh052 commented 10 months ago

The temporary fix is also working for me. Thanks!

@B0gdan2K To clarify , change in the file "selector.js": the line: "strategySummary: '#bottom-area div[class^="backtesting"] div[class^="tabSwitcher"] > button:nth-child(2)',"

to: strategySummary: '#bottom-area div[class^="backtesting"]',

I don't know where is the selector.js. I press f12 to find the line you said, but I can't see it. (I don't know anything about Java.😥)

g001613001 commented 10 months ago

strategySummary:'#bottom-area div[class^="backtesting"]',

After making changes according to the tutorial, it displays "ReferenceError: SEL is not defined"

akumidv commented 10 months ago

Hi everyone. Thank you for your issues. I fixed and sent new version to publish in Google Web store. Until that you can use the latest version by installing it manually from repository. Direct link for this version is here https://github.com/akumidv/tradingview-assistant-chrome-extension/archive/refs/tags/v2.9.1.zip

dannydanny77 commented 10 months ago

Thanks to @stefantabakovq for the quick fix yesterday and, as always, to @akumidv for the tool itself and new version...

Fatzhiming commented 10 months ago

Hi everyone. Thank you for your issues. I fixed and sent new version to publish in Google Web store. Until that you can use the latest version by installing it manually from repository. Direct link for this version is here https://github.com/akumidv/tradingview-assistant-chrome-extension/archive/refs/tags/v2.9.1.zip

I still can't use it on my end, is it my problem?

akumidv commented 10 months ago

The google chrome hadn't sent to me information about review extension yet. So in webstore now is previous 2.8.1 version. The main way is waiting until the new version will be published. Another temporary way is installing new version manually from repository. Brief instruction is in README.md in the root of repository, the link is above (also on main page in release block)

Chesteer89 commented 10 months ago

Btw, it could be fixed with #bottom-area div[class^="backtesting"] div[class^="tabsContainer"] button:nth-child(2) too

Sarraj1986 commented 10 months ago

guys please asking your help to solve the problem , i could not find the line strategysummary. can anyone take a screenshot and post it here on how to be able to change the line strategysummary

stefantabakovq commented 10 months ago

guys please asking your help to solve the problem , i could not find the line strategysummary. can anyone take a screenshot and post it here on how to be able to change the line strategysummary

Please refer to the author's post, new version has been added to Chrome Web store you can update and the issue wil be fixed.

Sarraj1986 commented 10 months ago

thank for your prompt reply , i already deleted the extension and added it again but same issue

cryptogp90 commented 9 months ago

Same here. I'm getting the same issue

akumidv commented 9 months ago

Without additional info it's impossible to understand what the problem is. Do you install last version from link below with original extension and not from copy of it? https://chrome.google.com/webstore/detail/tradingview-assistant/pfbdfjaonemppanfnlmliafffahlohfg Can you take screenshot with error and upload it there?

cryptogp90 commented 9 months ago

My bad @akumidv, I did download the one from your youtube video from 5 months ago. I did find the link and installed it manually. It works perfectly now! thank you so much for all you doing