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
182 stars 70 forks source link

The backtesting time periods automatically skip 10h, 11h, and 12h. Is this a bug? #188

Open g001613001 opened 3 months ago

g001613001 commented 3 months ago

I selected "Backtesting the strategy on timeframes (divided by comma)," but found that 10h, 11h, and 12h are all skipped and it goes directly to 1D. Is this a bug? 截圖 2024-08-07 中午12 19 09

akumidv commented 3 months ago

Yes it's a bug. All values for hours more than 9h ignored due regexp patterns. I've fixed them. The fix will be in new published version (on next week). For now you can install extension with fixes manually from repository (description in readme)