OptiPie TradingView Optimizer
TradingView Parameter Optimizer as an extension
OptiPie TradingView Optimizer란 무엇입니까?
OptiPie TradingView Optimizer은(는) https://optipie.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TradingView Parameter Optimizer as an extension"입니다.
확장 프로그램 스크린샷
OptiPie TradingView Optimizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
OptiPie is an open source strategy optimizer automation tool for TradingView. Easily optimize strategies, store optimization reports and make analysis via simple UI. Download as Chrome Extension Now! Features Optimize Strategies Up to 4 Parameters Optimize any TradingView Strategy you want up to 4 Parameters. Limitless Parameter Input Range Unless your Internet or TradingView is broken, you can optimize with any input range you want. Find, Sort, View & Analyze Reports Easily find your report in Reports tab with table search and sorts. Open report detail view to make a deep analysis. Reports Stored ⚙️ All optimization reports are saved locally using chrome.storage API thus can be reached or deleted any time within Reports tab. Last Entered Parameter Inputs Stored In State During your Chrome Session, last entered parameter inputs are stored in a state to make updates easier. Latest Updates 📢 (v1.0.4) New Feature: Allow Negative Input Values for Optimization. New Feature: Download Optimization Reports as CSV Now! General improvements for Optimization report creation process. Visual Updates for Reports tab. Visit optipie.app for more!
확장 프로그램 기본 정보
이름 | OptiPie TradingView Optimizer |
ID | fdndgpohalkoklpaopahkblpomlhmifm |
공식 URL | https://chromewebstore.google.com/detail/optipie-tradingview-optim/fdndgpohalkoklpaopahkblpomlhmifm |
설명 | TradingView Parameter Optimizer as an extension |
파일 크기 | 3.61 MB |
설치 횟수 | 1,518 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-10-31 |
출시 날짜 | 2023-01-30 |
평점 | 4.75/5 총 12 개의 평점 |
개발자 | https://optipie.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://optipie.app |
도움말 페이지 URL | https://optipie.app/#faq- |
개인정보 보호 정책 페이지 URL | https://optipie.app/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OptiPie TradingView Optimizer", "description": "TradingView Parameter Optimizer as an extension", "version": "1.0.4", "manifest_version": 3, "icons": { "16": "images\/icons\/optipie16.png", "32": "images\/icons\/optipie32.png", "48": "images\/icons\/optipie48.png", "128": "images\/icons\/optipie128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline'; img-src 'self' https:\/\/img.buymeacoffee.com data:;" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting", "notifications" ], "action": { "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/*.tradingview.com\/*" ] } ] } |