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 timeframe element on page. Open correct page please #134

Closed g001613001 closed 1 year ago

g001613001 commented 1 year ago

New bug, please fix it, thank you. Thank you! 截圖 2023-06-20 下午8 41 18

kipler1 commented 1 year ago

Anybody knows When there will be a fix ?

maben1975 commented 1 year ago

I also encountered this bug too.

oblachnov commented 1 year ago

Yes, stopped working completely

Chesteer89 commented 1 year ago

Just update the selectors:

    chartTimeframeFavorite: '#header-toolbar-intervals div[role="radio"]',
    chartTimeframeActive: '#header-toolbar-intervals div[role="radio"][data-value][aria-checked="true"]',
    chartTimeframeMenuOrSingle: '#header-toolbar-intervals div[class^="menu"]',
dannydanny77 commented 1 year ago

Just update the selectors:

    chartTimeframeFavorite: '#header-toolbar-intervals div[role="radio"]',
    chartTimeframeActive: '#header-toolbar-intervals div[role="radio"][data-value][aria-checked="true"]',
    chartTimeframeMenuOrSingle: '#header-toolbar-intervals div[class^="menu"]',

This works perfectly... Thanks very much for the help... Cheers.

akumidv commented 1 year ago

This error was fixes in version 2.7 - it was send to review and publish in webstroe

TheLichKing60 commented 1 year ago

broke again... f*** TV

TheLichKing60 commented 1 year ago

can anybody send screens of how to do this? chartTimeframeFavorite: '#header-toolbar-intervals div[role="radio"]', chartTimeframeActive: '#header-toolbar-intervals div[role="radio"][data-value][aria-checked="true"]', chartTimeframeMenuOrSingle: '#header-toolbar-intervals div[class^="menu"]',

maben1975 commented 1 year ago

Just update the selectors:

    chartTimeframeFavorite: '#header-toolbar-intervals div[role="radio"]',
    chartTimeframeActive: '#header-toolbar-intervals div[role="radio"][data-value][aria-checked="true"]',
    chartTimeframeMenuOrSingle: '#header-toolbar-intervals div[class^="menu"]',

it running ok. great thanks

TheLichKing60 commented 1 year ago

Just update the selectors: how?

TheLichKing60 commented 1 year ago

its not working for me...

AlexProMoney commented 1 year ago

Its no updated yet in web store. After updating selector code, app didnt work at all! What i do wrong?

Chesteer89 commented 1 year ago

can anybody send screens of how to do this? chartTimeframeFavorite: '#header-toolbar-intervals div[role="radio"]', chartTimeframeActive: '#header-toolbar-intervals div[role="radio"][data-value][aria-checked="true"]', chartTimeframeMenuOrSingle: '#header-toolbar-intervals div[class^="menu"]',

Please check the setup part: https://github.com/akumidv/tradingview-assistant-chrome-extension#setup

  1. Download the latest zip
  2. Go to chrome://extensions and click on the "Developer mode" switch
  3. Click on "Load unpacked".
  4. Select the folder with the saved repository files
kipler1 commented 1 year ago

chartTimeframeFavorite: '#header-toolbar-intervals div[role="radio"]', chartTimeframeActive: '#header-toolbar-intervals div[role="radio"][data-value][aria-checked="true"]', chartTimeframeMenuOrSingle: '#header-toolbar-intervals div[class^="menu"]',

can anybody send screens of how to do this? chartTimeframeFavorite: '#header-toolbar-intervals div[role="radio"]', chartTimeframeActive: '#header-toolbar-intervals div[role="radio"][data-value][aria-checked="true"]', chartTimeframeMenuOrSingle: '#header-toolbar-intervals div[class^="menu"]',

  1. Download the source code.
  2. Open it in an editor
  3. Open the "Selector" file under "content_scripts"
  4. replace the old 3 lines with the new 3 lines. If you need help finding the old lines, use "ctr+f"
  5. save the file and close everything
  6. go into Chrome extension settings, to enable developer mode, and drag the entire folder with your edited script into the browser.
  7. it should be added to your extension then and you can now use it again
g001613001 commented 1 year ago

只需更新選擇器:

    chartTimeframeFavorite: '#header-toolbar-intervals div[role="radio"]',
    chartTimeframeActive: '#header-toolbar-intervals div[role="radio"][data-value][aria-checked="true"]',
    chartTimeframeMenuOrSingle: '#header-toolbar-intervals div[class^="menu"]',

"I have changed it to these three lines myself, but it was modified by TradingView again, so it broke again."