Tradingview assistant Tradingview assistant

Productivity
Version: 2.6
Last Update: 2023-04-18

Overview

Tradingview assistant is a Chrome extension developed by akumidv. According to the data from Chrome web store, current version of Tradingview assistant is 2.6, updated on 2023-04-18.
4,000+ users have installed this extension. 37 users have rated this extension with an average rating of .

An assistant for backtesting trading strategies and showing external signals in Tradingview

Version 2.3-2.5
- fix for TV UI changes

New in version 2.2:
- fix for TV UI changes
- fix for breaking set of strategy parameters if strategy have parameters with identical names

New in version 2.1:
- fixes for TV UI changes

New in version 2.0
- deep backtesting
- some fixes for reduce chrome memory usage (increased possible cycles for backtesting)
- delay between backtests for reduce TV API load
- backtest for timeframes

Functionality
1. Backtesting trading strategies, optimisation of the strategy's parameters:
* automatic getting a list of parameters and their types (numeric, lists and checkboxes are supported)
* generation of the testing range according to the rule: the beginning value is 2 times less than the current one, the end is 2 times more than the current one.
* saving the generated parameters of testing a trading strategy for their correction as a template in a file in CSV format
* Loading adjusted parameter ranges from a CSV file
* Configuring the optimization model:
* Choosing the type of optimization: searching for the maximum or minimum values
* Selecting an optimized value from the entire list of strategy results in Tradingview (Net Profit, Ratio Avg Win / Avg Loss, Sharpe Ratio, Sortino Ratio, etc.)
* Choosing a search strategy in the parameter space(random, sequential, annealing method)
* Filtering of unsuitable results. For example, the number of tradings is less than necessary
* Setting the number of cycles to search for parameters.
* Performing automatic selection of parameters with storing all the results in the browser storage and the ability to save them as CSV files after testing, including in case of an error or page reloading
* Showing backtesting results on 3d chart to analyze the effect of various parameters on the result.

2. Upload external signals to Tradingview chart

Loading external buy or sell signals by timestamps from a CSV file

Optimization Methods

The sequential improvements optimization method is implement adjusting the best value already found. It does not perform a complete search of the entire parameter space.
The logic of it work is as follows. The current best state (parameters for max results) is taken. The first parameter is taken and all its values in the range are checked sequentially. If the best result is found, then further verification is carried out from this state. Then the next parameter is taken and all its values in the range are checked and etc.

The brute force optimization method implement backtesting all values in strategy space of parameters.

The annealing method is an optimization method in which the search for the maximum possible result is carried out in fewer steps https://en.wikipedia.org/wiki/Simulated_annealing
The method works this way: first, the best state and its parameters are determined. One parameter is randomly determined, then its value from range of possible values is randomly selected. The status in this value is checked. If it is better, then it is remembered and further parameter changes are made from it.
As the number of tests increases, the spread of parameter values decreases around those already found. That is, if at the beginning of testing the values are randomly selected from the entire range of possible parameter values, then as optimization is carried out, this spread decreases ("cools down") near current values. So in first phase of test - this method is search the most possible state around all space on the finish stage this method trying to improve found best state.
So that the system does not get stuck in one parameter area, as it happens with the sequential method, not one random parameter changes periodically, but all at once.

The random improvements method is the simplest. One parameter is randomly determined and then a value is randomly selected for it from the entire range of possible values. If the condition is better, then it is remembered. And then the parameters from this state are randomly changed.

The random method - always selects random values for all parameters at once (default)

Declaimer.

This extension is open source and aims to reduce the manual operations of users when working with the Tradingview by implementing the technology of emulation of user actions. At the same time, parsing of the data displayed by the Tradingview's UI is used to obtain data. Extension do not interact with the Tradingview servers. If the interface changes, the extension may stop working and give errors.
The developer is not responsible for any possible violation by the user of the extension of the rules for using the Tradingview.

Rating

37 ratings

Total Installs

4,000+

Information

Last Update

2023-04-18

Current Version

2.6

Size

1.17MiB

Author

akumidv

Website

None

Category

Productivity

Latest Reviews

See More

avatar Toonight 78
2022-05-12

Was very usefull, but now with the new version of tradingview (deep history in beta), it does't work anymore. Could you do an update please ? Thanks a lot !!

avatar Paras Ram
2022-05-08

Extension is not working and display ERROR and message as "The extension works with the English version of Tradingview", when open in English version still fails to work.

avatar Виктор Ivanov
2022-01-12

супер

avatar Deniz Balcı
2022-05-17

It was working fine until yesterday, today I am getting an error. It returns "NAN" and downloads an empty file to my computer. Can anyone help with the cause?

avatar Tomas Hasik
2022-05-16

Dear Andrei, the extension looks great, but after testing I'm still getting an empty .csv file with "There is no data for conversion" text. Any idea what am I doing wrong ?
Thank you.