OptiPie is an open source strategy optimizer automation tool for TradingView.
Easily optimize strategies, store optimization reports and make analysis via simple UI.
Optimize any TradingView Strategy you want up to 4 Parameters.
Unless your Internet or TradingView is broken, you can optimize with any input range you want.
Easily find your report in Reports tab with table search and sorts. Open report detail view to make a deep analysis.
All optimization reports are saved locally using chrome.storage
API thus can be reached or deleted any time within Reports tab.
During your Chrome Session, last entered parameter inputs are stored in a state to make updates easier.
Join the OptiPie Plus Membership, discover amazing features, go beyond the limits!
No, OptiPie TradingView Optimizer Extension has no affiliation with TradingView. Read more at Disclaimer
There hasn't been any reported account suspension happened yet but always Use at Your Own Risk Disclaimer
OptiPie Step Size should always match Pinescript Step Size for the given input 'X'.
See How to match different OptiPie Step Size?
Make sure that TradingView tab and Strategy Settings window is opened before starting optimization.
Input 'Start' value always has to be less than 'End' value and for Step Size value use '.'(dot) decimal separator.
Refresh the page and start optimization again. Do not interfere with any Strategy Settings Window component during optimization process.
Yes, you can safely start new optimizations in new tabs or safely use your browser as usual.
Success notification will popup whenever Optimization is completed.
Please check your system allowed Chrome to send notifications and also check Chrome notification settings allowed 'Tradingview.com' to send notifications.
Sometimes TradingView Strategy Tester Overview window can not be loaded or loaded very slowly due to connection speed or TradingView hence some strategy test results may miss for bigger optimizations. If this happens too often, please refresh the page and make sure your internet connection is stable.
Bootstrap, Bootstrap Table, JQuery.
All the dependencies are placed under libs
folder.
Application UI consists of popup.html
and reportdetail.html
files.
popup.html
is the main html that user interacts with and also Chrome Manifest requires as default popup.
reportdetail.html
is to show detailed optimization report in a new tab and can be only accessed through popup.html
Application logic starts with popup.js
which is bounded to popup.html
. When everything is set, clicking Optimize button calls chrome.scripting.executeScript
which executes injector.js
file. This injects application business flow script.js
file into TradingView.com source and behaves as a middle controller layer between popup.js
and script.js
. background.js
file manages the chrome messages and other kinds of chrome event handlers. Finally, reportdetail.js
is also bounded to reportdetail.html
to serve data in UI.
Every successful optimization report is saved to chrome.storage.local
with 'report-data-' + 'strategyId' format.
User Parameter Input values are also stored in chrome.storage.local
for Chrome Session period. Starting new Chrome session will refresh the values.
For any bug, issue reporting and new feature/improvement suggestions, please specify the type in the mail title and send a mail to contact@optipie.app
For bug fixes, please check the Issues if the bug has already been reported. For any code contribution, the steps are ;
- Open issue with appropraite label and specify the situation in detail
- If you would like to contribute code, merge your pull request into your local copy of the project and test the changes. Add the outcome of your testing in a comment on the pull request.
- Make sure your pull request follows these simple coding style rules;
- Project has been developed by a Golang Backend Engineer, number one rule is simplicity. Make things easy to understand, not easy to do. Always code explicitly, not implicitly
- Do not break the folder structure and architectural flow unless you have a good reason to comment on your pull request
- Do not use abbreviations on variable and method names, always specify them explicitly and add short comments to your methods
- Be consistent with the general project coding style and with your changes
- Open your pull request
Coffee is the best friend of the developer! Buy me a coffee and let's make the project even better!
All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Any product names, logos, brands, and other trademarks or images featured or referred to within the optipie.app website or within the OptiPie Optimizer Extension are the property of their respective trademark holders. These trademark holders are not affiliated with OptiPie, our products, or our websites. They do not sponsor or endorse OptiPie or any of our products.
TradingView is trademark of their respective owners and are not affiliated, endorsed, connected or sponsored in any way to this website or any of our affiliate sites.
All information in the Service is provided "as is", with no guarantee of completeness, accuracy, timeliness or of the results obtained from the use of this information, and without warranty of any kind, express or implied, including, but not limited to warranties of performance, merchantability and fitness for a particular purpose.
The Company will not be liable to You or anyone else for any decision made or action taken in reliance on the information given by the Service or for any consequential, special or similar damages, even if advised of the possibility of such damages.