█ CONCEPTS In modern day strategy optimization there are few options when it comes to optimizing a risk reward ratio. Users frequently need to experiment and go through countless permutations in order to tweak, adjust and find optimal in their data. Therefore we have created the Risk Reward Optimizer. The Risk Reward Optimizer is a technical tool designed to...
█ OVERVIEW This script reduces the amount of time it takes to turn your indicator into a live trading bot. It will convert your signals into alerts that will be sent to your exchange for trading. The script features a broker connector to automate alert syntax and connect with third-party exchanges to live trade strategies with minimal setup. It also includes...
This strategy is a full implementation of Live Grid Trading. Prominent features of this live grid trading strategy are: - Logarithmic Chart Support: This strategy can support Log Scale on graph. Meaning that grid lines won't have irregular gaps in between the lines if you would like to view the chart Log Scaled. Every line will be aligned correctly even if you...
This strategy is a full implementation of Grid Trading backtest. Prominent features of this backtesting strategy are: - Logarithmic Chart Support: This strategy can support Log Scale on graph. Meaning that grid lines won't have irregular gaps in between the lines if you would like to view the chart Log Scaled. Every line will be aligned correctly even if you use...
This is a proof-of-concept Backtest Adapter that can be used with my recent publication "Machine Learning: Lorentzian Classification" located here: This adapter is helpful because it enables interactive backtesting with TradingView's built-in "Strategy Tester" framework without the need to translate the logic from an "indicator" script to a "strategy"...
An indicator to backtest and create an infinite number of strategies using any external indicator. ═════════════════════════════════════════════════════════════════════════ █ HOW IT WORKS The indicator allows you to create your oscillator strategy and get backtest results from the Strategy Tester. You can also create alerts for each of the strategy...
Miyagi: The attempt at mastering something for the best results. Miyagi indicators combine multiple trigger conditions and place them in one toolbox for traders to easily use, produce alerts, backtest, reduce risk and increase profitability. The Miyagi Backtester is a standalone backtester which is to be applied to the chart after the Miyagi indicator to be...
| Initial Release | | EN | An update of my old script, this script is designed so that it can be used as a template for all those traders who want to save time when programming their strategy and backtesting it, having functions already programmed that in normal development would take you more time to program, with this template you can simply add your favorite...
█ OVERVIEW This script can be used to backtest DCA Bots. It draws inspiration from 3Commas and has most settings that are available on 3Commas. It contains a few popular DCA Bot Presets that are well known in the community for you to test out! Preset used here: Kirigakure V4 █ FEATURES DCA Preset (Custom, Standard TA,Urma Lite V3,Kirigakure V1,Kirigakure...
In essence, this strategy is a heavily smoothed range filter. This strategy includes a backtester and ability to connect it with your 3 commas bot(See adviced settings below) The calculation steps below gives an example on how signals are made: 1. Calculating the price movement using ATR, % change, standard deviation etc.. 2. Obtaining the smoothed price using...
This indicator helps you flagging areas where the volume is higher or lower than a moving average of the volume. You can define a % threshold and whether you want the volume to be below or above the simple moving average of the volume. The areas that are above the MA of the volume are shown in green and below in red. Lookback parameter This parameter allows you...
The reason why this indicator is called Pump and Dump is because it is based on volume. The indicator focuses on volume levels to see if there is an increase in volume before deciding if it is worth entering a Position. Long example = This will use ATR and price averages to trend Bullish and once the trend favours the upside it will then look at the Volume...
An indicator to backtest and automate 3Commas DCA Bots. ═════════════════════════════════════════════════════════════════════════ █ HOW IT WORKS The indicator allows you to replicate your bot settings and get backtest results from the Strategy Tester and also a backtest panel with additional information on the safety orders. You can also create alerts for...
WHAT IS EasyBacktester ? EasyBacktester is a tool that helps you backtest trading strategies built by yourself with an included strategy builder and a multitude of options. From within the parameters of the tool, you can specifically pick your entry settings across 12 most common indicators, such as "RSI", "MACD", "Moving Averages" etc... Then you can immediately...
Are you tired of being able to see the future while you're backtesting? Have you ever clicked to a higher timeframe in bar replay, only to realize you've just seen everything that's going to happen before you've had a chance to test it? If you've had this problem, Backtest Helper is here for YOU. All you have to do is set a start date and time, then set your...
This pine script strategy allows to backtest Grid bots. This initial version offers the following features: - Set the top and bottom limits of the grid - Plots the average position price, realised and unrealised profits - Set the value to invest - This script is a strategy so you can check each individual buy/sell, stats and all included with strategies ...
Position Size Calculator / Lot Size Calculator Disclaimer: I do my best to avoid wrong calculations and bugs. I provide this indicator without warranties of any kind. You bear all risks associated with the use of this indicator. Inputs: Market: Adds a name tag to the Table to keep track of the trades. Entry Price: The entry Price of the Position. Entry...
This is a backtester that can also add alarms. Using the OTT. Inputs: ---------------- Capital : Total starting capital. / Başlangıçtaki sermaye Investment per trade (% of Capital) : How much percentage of the inital capital will be used for trades. / Her bir pozisyon açarken başlangıç sermayesinin %'de kaçını kullanacağı. No of Max Orders : How many...