loafcmllacjldigeifbfmbogkbihmblj
Automation for TradingView QuickAlerts is no longer being maintained. The description below is left up for historical records. QuickAlerts increases your productivity on https://tradingview.com by automating tedious tasks - addons are available for: - automated backtesting with results sent to google spreadsheet - automating TV User access management to scripts - batch import/export alerts using google spreadsheet - automatically switch graph settings to match alert settings when you click on an alert. - display more info about indicator settings when editing alerts. Visit us on The QuickAlerts discord for additional questions and details: https://discordapp.com/invite/ydzbATu Visit https://quickalerts.us/u/buy for licensing inquires.
OptiPie TradingView Optimizer
TradingView Parameter Optimizer as an extension 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! 1. Open TradingView and load a chart with a strategy applied. 2. Open the strategy's Settings window (click the gear icon on the strategy) 3. Click the OptiPie extension icon to open the popup 4. Configure your parameter ranges and click Optimize Optimize Strategies Up to 5 Parameters Optimize any TradingView Strategy you want up to 5 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. Last Entered Parameter Inputs Stored In State During your Chrome Session, last entered parameter inputs are per unique strategy - switch strategies freely. OptiPie Plus, The Ultimate Input Optimizer 📢 Join the OptiPie Plus Membership, discover amazing features, go beyond the limits! - Multi-Timeframe Optimization - Selectable Parameters - Stoppable Optimization with Partial Report - Extended Report Data - Optimize Strategies Up to 20 Parameters Latest Updates 📢 (v1.5.2) New Feature: Save & Restore Your Optimizations! No more re-entering parameters - switch strategies freely. • Keep up with the TradingView changes to maintain app functionality • Try Last Used Parameters: Enable in Settings to automatically carry over parameters when running the same strategy across different symbols or intervals. • Auto-save per strategy: OptiPie remembers your optimization parameters per strategy, symbol, and interval. • Reset Parameters button to clear inputs and start fresh. • Saved configs are automatically cleaned up after 30, 60, or 90 days — configurable in Settings. Checkout news for the latest updates here! optipie.app/news Visit optipie.app for more!
Crypto Price Alerts for Binance
Crypto price alerts and RSI tracker for binance Set price alerts for all cryptocurrencies listed on Binance with alert sound and browser notifications, no more 20 tabs in your browser to track prices. ********** Types of alerts you can have and Examples ********** In Single Alert mode: 1. Standard alert: Alert when BTCUSDT is up by 2% from current price. 2. Volatility Alert: Alert when BTCUSDT is up by 2% in 10 minutes. 3. Standard alert with auto-renew: Alert for every 1% price increase of BTCUSDT In Bulk Alert mode: 1. Standard alert: Alert when ANY USDT pair is up by 2% from it's current price. 2. Volatility Alert: Alert when ANY USDT pair is up by 2% in 10 minutes. 3. Standard alert with auto-renew: Alert for every 1% price increase of every USDT pair 1. Click the extension icon 2. Select a pair 3. Select alert type 4. Select alert direction 5. Set alert condition using percentage dropdown 6. In 'Volatility alert' also specify the time window to track price change in. 7. Set how often you want to get the alert using "Alert frequency" 8. Add alert. [*] Price change alerts. [*] Futures liquidations tracker and alerts. [*] Browser notifications [*] Get alerts delivered directly to your Discord channel [*] Find trending and volatile cryptocurrencies [*] Track price change in a selected time interval [*] Add multiple alerts at once [*] Manage alerts with groups [*] Open pair trade page directly from extension [*] Currency pair Auto-fill for Binance [*] Set alert price using Percentage buttons. Note: Please note that this extension can only track the prices, it is not a trading bot and it can not access your account.. I don't own the alert sounds, it's from https://notificationsounds.com/notification-sounds/piece-of-cake-611 Disclaimer: This extension is a third-party tool and is not officially associated with Binance. "Binance" and the Binance logo are registered trademarks of Binance Holdings Limited. All rights reserved by their respective owners.
Watchlist Importer for TradingView
Watchlist importer provides to import several crypto exchange markets' list to your account. What's new on that version: Some automations are added as refreshing page manually. You can import the crypto currency lists to your account from several exchange market such as binance, coinbase, kucoin etc. With that importer extension, you can also clean easily your watchlists. Watchlist importer works with watchlist which is active on the website. Also the extension tells your active list. Importer affects on that active list. Watchlists approve maximum 1000 symbol in basic plan account, and some ALL Market options cannot be worked.
The Optimiser - TradingView Strategies
Optimise TradingView Strategies An assistant for optimising (Optimize) & backtesting trading strategies in Tradingview Optimise TradingView Strategies An assistant for optimising & backtesting trading strategies in Tradingview. An optimizing assistant for backtesting trading strategies and showing external signals in Tradingview An assistant for backtesting trading strategies and checking (showing) external signals in Tradingview. Functionality 1. Backtesting trading strategies, optimisation of the strategy's parameters: * automatic getting a list of parameters and their types (numeric, lists and checkboxes are supported) * generation of the testing range according to the rule: the beginning value is 2 times less than the current one, the end is 2 times more than the current one. * saving the generated parameters of testing a trading strategy for their correction as a template in a file in CSV format * Loading adjusted parameter ranges from a CSV file * Configuring the optimisation model: * Choosing the type of optimisation: searching for the maximum or minimum values * Selecting an optimised value from the entire list of strategy results in Tradingview (Net Profit, Ratio Avg Win / Avg Loss, Sharpe Ratio, Sortino Ratio, etc.) * Choosing a search strategy in the parameter space(random, sequential, annealing method) * Filtering of unsuitable results. For example, the number of tradings is less than necessary * Setting the number of cycles to search for parameters. * Performing automatic selection of parameters with storing all the results in the browser storage and the ability to save them as CSV files after testing, including in case of an error or page reloading * Showing backtesting results on 3d chartto analyze the effect of various parameters on the result. The sequential improvements optimization method is implement adjusting the best value already found. It does not perform a complete search of the entire parameter space. The logic of it work is as follows. The current best state (parameters for max results) is taken. The first parameter is taken and all its values in the range are checked sequentially. If the best result is found, then further verification is carried out from this state. Then the next parameter is taken and all its values in the range are checked and etc. The brute force optimization method implement backtesting all values in strategy space of parameters. The annealing method is an optimization method in which the search for the maximum possible result is carried out in fewer steps https://en.wikipedia.org/wiki/Simulated_annealing The method works this way: first, the best state and its parameters are determined. One parameter is randomly determined, then its value from range of possible values is randomly selected. The status in this value is checked. If it is better, then it is remembered and further parameter changes are made from it. As the number of tests increases, the spread of parameter values decreases around those already found. That is, if at the beginning of testing the values are randomly selected from the entire range of possible parameter values, then as optimization is carried out, this spread decreases ("cools down") near current values. So in first phase of test - this method is search the most possible state around all space on the finish stage this method trying to improve found best state. So that the system does not get stuck in one parameter area, as it happens with the sequential method, not one random parameter changes periodically, but all at once. The random improvements method is the simplest. One parameter is randomly determined and then a value is randomly selected for it from the entire range of possible values. If the condition is better, then it is remembered. And then the parameters from this state are randomly changed. The random method - always selects random values for all parameters at once (default) This extension is open source and aims to reduce the manual operations of users when working with the Tradingview by implementing the technology of emulation of user actions. At the same time, parsing of the data displayed by the Tradingview's UI is used to obtain data. Extension do not interact with the Tradingview servers. If the interface changes, the extension may stop working and give errors. The developer is not responsible for any possible violation by the user of the extension of the rules for using Tradingview. We are committed to transparency and responsible marketing. Our extension uses affiliate programs to support its development and provide enhanced features. Before installation and in our user interface, we want to inform you that we have partnerships with several affiliate platforms. These include ByBit, OKX, BingX, and BitGet. Participation in these programs helps us continue improving our service for you. For more details, please visit our Chrome Web Store page. 1.4.1 * Added in & out of sample testing. Only for users with deep testing on TradingView. 1.4.6 * fixed a few updates * added in and out of sample testing 1.5.6 * Updates for the placeholders on TradingView 1.5.8 * Removed the uploads of CSV feature. Fixed all errors for the Tradingview UI update. Fixed all errors for the Tradingview UI update. Fixed all updates for TV UI updates. Added X sentiment.