⚉ OVERVIEW ⚉ One of the best Systems for Backtesting your Strategies. Incredibly flexible, simple, fast and feature-rich system — will solve most of your queries without much effort. Many systems for setting StopLoss, TakeProfit, Risk Management and advanced Filters. All you need to do is plug in your indicator and start Backtesting . I intentionally left the...
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"...
Description: A Long only strategy based on breakout from a certain level formed by High price. It has auto-backtesting capabilities (you set ranges for the three main parameters: Lookback, TP and SL; the strategy then goes through different combinations of those parameters and displays a table with results that you can sort by Percentage of profitable trades...
— Overview Like traditional candles, session based candles are a visualization of open, high, low and close values, but based on session time periods instead of typical timeframes such as daily or weekly. Session candles are formed by fetching price at session start (open), highest price during session (high), lowest price during session (low) and price at...
This script is an aggregate of a backtesting panel with quantitative metrics, ROI table and open ROI reader. It also contains a mechanism for having a fixed percentage stop loss, similar to native TV backtester. For shorts only. Backtesting Panel: - Certain metrics are color coded, with green being good performance, orange being neutral, red being undesirable. •...
This script is an aggregate of a backtesting panel with quantitative metrics, ROI table and open ROI reader. It also contains a mechanism for having a fixed percentage stop loss, similar to native TV backtester. For longs only. Backtesting Panel: - Certain metrics are color coded, with green being good performance, orange being neutral, red being undesirable. •...
| 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...
This script utilises the RSI and EMA indicators to enter and close the trade. The relative strength index (RSI) is a momentum indicator used in technical analysis. RSI measures the speed and magnitude of a security's recent price changes to evaluate overvalued or undervalued conditions in the price of that security. The RSI is displayed as an oscillator (a line...
Hello Guys! Nice to meet you all! This is my fourth script! This is the Strategy Template for traders who wants to make their own strategy. I made this based on the open source strategies by jason5480, kevinmck100, myncrypto. Thank you All! ### StopLoss 1. Can Choose Stop Loss Type: Percent, ATR, Previous Low / High. 2. Can Chosse inputs of each Stop Loss...
Description: Strategy is taken from the TradeIQ YouTube video called "I Finally Found 80% Win Rate Trading Strategy For Crypto". Check out the full video for further details/clarification on strategy entry/exit conditions. The default settings are exactly as TradeIQ described in his video. However I found some better results by some tweaking settings,...
Strategy is based on the "SIMPLE and PROFITABLE Forex Scalping Strategy" taken from YouTube channel ForexSignals TV. See video for a detailed explaination of the whole strategy. I'm not entirely happy with the performance of this strategy yet however I do believe it has potential as the concept makes a lot of sense. I'm open to any ideas people have on how it...
A SUPPORT RESISTANCE BREAKOUT STRATEGY for 5 minute Time-Frame , that has the time condition for Indian Markets The Timing can be changed to fit other markets, scroll down to "TIME CONDITION" to know more. The commission is also included in the strategy . The basic idea is when , 1) Price crosses above Resistance Level ,indicated by Red Line, is a Long...
Regression Candles by ugurvu Regression Channel by Tradingview All Candlestick Patterns By Tradingview This script was combined for a friend of mine who needed this. This Script has regression candles by ugurvu, Regression channel and Candlestick patterns by tradingview. The intention was to fuse these together so more information can be processed on the cost of...
Strategy incorporates the following features: Risk management: Configurable X% loss per stop loss Configurable R:R ratio Trade entry: Based on strategy conditions below Trade exit: Based on strategy conditions below Backtesting: Configurable backtesting range by date Trade drawings: Each entry condition indicator can be...
This strategy is intended to be used as a base template for building new strategies. It incorporates the following features: Risk management: Configurable X% loss per stop loss Configurable R:R ratio Trade entry: Calculated position size based on risk tolerance Trade exit: Stop Loss currently configurable ATR multiplier but can be replaced...
Thank You For Open Source Code, This Strategy Ref. By 1.Simple Strategy Like MA Crossover For Long/Short or Spot Trade, 2. CDC Action Zone V.2 for BarPaint This Strategy Mixing With MA Crossover Strategy and BarPaint By CDC Action Zone and TP/SL by Varbara ### How To Use Strategy : Setting EMA/SMA Crossover EMA/SMA, Any Value If You Want For Long Position :...
Hello Traders! This is the source code for a simple EMA Cross indicator that can be chained to other indicators or another instance of itself as a filter. The code is fully commented to guide you in building your own chain of indicators based on your ideas and trading plans. All the best, Val - Protervus Trading
█ Overview Breakout Probability is a valuable indicator that calculates the probability of a new high or low and displays it as a level with its percentage. The probability of a new high and low is backtested, and the results are shown in a table— a simple way to understand the next candle's likelihood of a new high or low. In addition, the indicator displays...