TradingView Optimizer V2

#0 / 0 rate

TradingView Optimizer V2

70 users

2024-03-12

making8033

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

TradingView Parameter Optimizer as an extension V2

TradingView Optimizer V2는 TradingView용 전략 최적화 도구입니다.
간단한 UI를 통해 쉽게 전략을 최적화하고, 최적화 보고서를 저장하고, 분석할 수 있습니다.
OptiPie - https://chromewebstore.google.com/detail/optipie-tradingview-optim/fdndgpohalkoklpaopahkblpomlhmifm를 참고하여 제작하였습니다.
기존 OptiPie는 Start값과 End값을 입력받아 loop를 돌려 값을 조합하는 방식이라서 불필요하게 실행되는 조합들이 있어 CSV입력방식으로 수정하였습니다.

- Parameter Inputs 갯수 제한없이 자유롭게 조합가능합니다.
- CSV값을 20,000 줄 이상 입력하면 저장 안되고 끊기는 경우가 발생할 수도 있으니
CSV파일을 여러개 나누어 실행하는것이 좋습니다.
- 옵티마이저가 input을 하나씩 변경할 때마다 약간의 딜레이가 됩니다.
실행전 CSV파일 값을 먼저 정렬을 해주면 불필요한 시간을 줄일 수 있습니다.
좋은 예) [1, 3], [1, 4], [1, 5], [2, 3], [2, 4], [2, 5], [3, 3], [3, 4], [3, 5]
나쁜 예) [2, 4], [3, 5], [1, 4], [2, 5], [3, 3], [1, 5], [2, 3], [3, 4], [1, 3]
- 체크박스와 셀렉트는 인덱스에서 제외됩니다 input만 넘버링하시면 됩니다.
- Step Size는 Pinescript의 Step Size와 일치해야 합니다.

영상에 사용된 엑셀파일입니다. https://drive.google.com/file/d/1ZpmxjmC_6yTtS3y9WCrZ1uSQIl-RPtB-/view?usp=drive_link

==================================================

트레이딩 뷰를 이용한 자동봇, 각종 거래소(주식, 코인, Fx) API를 이용한 자동봇 제작 해드립니다 - [email protected]




TradingView Parameter Optimizer as an extension V2
Optimizer is a strategy optimization tool for TrandingView.
You can easily optimize your strategy, save, and analyze the optimization report through simple user interface.
Developed referring to OptiPie - https://chromewebstore.google.com/detail/optipie-tradingview-optim/fdndgpohalkoklpaopahkblpomlhmifm.
Existing OptiPie loops through the entered starting and ending index, and consequently generates unnecessary combinations. Therefore, Optimizer is modified to import data from a CSV file.

- You can generate combinations with unlimited number of input parameters.
- Break the CSV file into multiple files before importing it. Writing more than 20,000 lines can cause system crash and lost files.
- Optimizer can be slightly delayed as you change the input. Sorting the CSV file in order before importing it will reduce the delay.
Good example) [1, 3], [1, 4], [1, 5], [2, 3], [2, 4], [2, 5], [3, 3], [3, 4], [3, 5]
Bad example) [2, 4], [3, 5], [1, 4], [2, 5], [3, 3], [1, 5], [2, 3], [3, 4], [1, 3]
- Checkbox and select are excluded from the indexing. Just number the inputs.
- Step size must correspond to that of the Pinescript.

Refer to the following link for the excel file used in the video.
https://drive.google.com/file/d/1ZpmxjmC_6yTtS3y9WCrZ1uSQIl-RPtB-/view?usp=drive_link

==================================================

Contact [email protected] to create an automatic robot using TradingView or exchange market (stock, coin, foreign exchange) API.