OptiPie TradingView Optimizer
TradingView Parameter Optimizer as an extension
OptiPie TradingView Optimizer là gì?
OptiPie TradingView Optimizer là một tiện ích mở rộng Chrome được phát triển bởi https://optipie.app, và tính năng chính của nó là "TradingView Parameter Optimizer as an extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng OptiPie TradingView Optimizer
Tải xuống các tệp mở rộng OptiPie TradingView Optimizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OptiPie TradingView Optimizer |
ID | fdndgpohalkoklpaopahkblpomlhmifm |
URL Chính Thức | https://chromewebstore.google.com/detail/optipie-tradingview-optim/fdndgpohalkoklpaopahkblpomlhmifm |
Mô tả | TradingView Parameter Optimizer as an extension |
Kích Thước Tệp | 3.61 MB |
Số Lần Cài Đặt | 1,518 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2023-10-31 |
Ngày Phát Hành | 2023-01-30 |
Đánh Giá | 4.75/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | https://optipie.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://optipie.app |
URL Trang Trợ Giúp | https://optipie.app/#faq- |
URL Trang Chính Sách Bảo Mật | https://optipie.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |