11

I want to optimise indicator parameters in a TradingView Pine backtest. This is possible with other tools, but when I search for this functionality in TradingView I don't find anything. Can anybody please help?

If it isn't possible in TradingView, then is there a way of doing it with another tool?

Thanks in advance!

Jos
  • 1,732
  • 3
  • 19
  • 39
  • 2
    The only way I have found to do this was to make a script that programmatically presses the up/down buttons to change the parameters, checks the backtest results, and moves on to the next param when it has not received better results after a couple presses. I would share the script but unfortunately I lost it on a destroyed computer. – Mike Furlender Mar 19 '18 at 16:04
  • Leave a feature request with TradingView anywhere you can - GetSatisfaction, Reddit, and of course via their support ticketing system. – Drewdavid Dec 11 '20 at 21:25
  • @MikeFurlender manually making change and re-testing all the time consumes a lot of time – alper May 22 '21 at 13:47

3 Answers3

3

There is a TSLab software package that is designed to create trading robots. The kit has an intuitive interface for writing trading strategies, it allows you to automate optimisation the selection of parameters for running strategies using historical data.

The program is free if you do not need to run the robot for real trading. Automatic optimisation of parameters for strategies will be available without restrictions.

AnyDozer
  • 2,236
  • 2
  • 5
  • 22
0

Not available now for version 4, I believe. Using AutoIt or similar software is just a temporary but inefficient solution.

Tuan Tran
  • 114
  • 4
-1

TradingView Strategy Finder (1.1.5) It´s a chrome plug in, and it does what you need.

NorGon
  • 1