Monthly profit displays profits in a grid and allows you to know the gain related to the investment during each month. The profit could be computed in terms of gain/trade_cost or as percentage of equity update. Settings: - Profit: Monthly profit percentage or percentage of equity - Table position This strategy is intended only as a container for the code and...
This Strategy focuses on strategically Martingaling when the price has dropped X% from your current Dollar Cost Average (DCA). When it does Martingale, it will create a Purchase Grid around this location to likewise attempt to get you a better DCA. Likewise following the Martingale strategy, it will sell when your Profit has hit your target of X%. Martingale may...
In today's trading landscape, traders need precision and deep analytical tools to navigate the sea of strategies. The Bonsai Backtester is one such tool, meticulously designed to evaluate multiple trading strategies in an integrated manner. ═════════════════════════════════════════════════════════════════════════ 🌳 Bonsai BX 🌳 Universal Strategy Testing 📘 ...
Description: A strategy based on ATR with auto-backtesting capabilities, Take Profit and Stop Loss (either Normal or Trailing). It allows you to select ranges of values and step for each parameter, and backtest the strategy on a multitude of input combinations at once. You can alternatively use a constant value for each parameter. The backtesting results strive...
Concept behind this Strategy : Considering a normal "buy/sell" situation, an asset would be bought in average at the median price following a Gaussian like concept. A higher or lower average trend would significate that the current perceived value is respectively higher or lower than the current median price, which mean that the buyers are evaluating the price...
Trend Strategy #2 Indicators: 1. EMA(s) 2. Fibonacci retracement with a mutable lookback period Strategy: 1. Short Only 2. No preset Stop Loss/Take Profit 3. 0.01% commission 4. When in a profit and a closure above the 200ema, the position takes a profit. 5. The position is stopped When a closure over the (0.764) Fibonacci ratio occurs. * NO IMMEDIATE...
Don't know how to code? No problem! TradingView is an excellent platform for you. ✅ ✅ If you have an indicator that you want to backtest using a risk-to-reward ratio or fixed take profit/stop loss levels, then the Risk to Reward - FIXED SL Backtester script is the perfect solution for you. introducing Risk to Reward - FIXED SL Backtester Script which will...
This is a strongly-revised version of my VWAP Trendfollow Strategy, which follows a substantial reworking to address various structural inefficiencies with the script, such as the narrowing of the standard deviation band upon anchor reset. I will continue updating the original script with planned adjustments, this is a different proof-of-concept that builds off of...
© CN_FX-999 Coded By Christian Nataliano First Coded In 14/06/2023 Last Edited In 22/06/2023 This Is A Default Strategy Template That Can Make Your Strategy Scripts More Organized With The Benefit Of Having The Same Layouts & Not Needing To Copy Over The Common Codes Such As Displaying Backtest Results, Opening & Closing Trades, Pine Connector Capabilities And A...
The Z-score, also known as the standard score, is a statistical measurement that describes a value's relationship to the mean of a group of values. It's measured in terms of standard deviations from the mean. If a Z-score is 0, it indicates that the data point's score is identical to the mean score. Z-scores may be positive or negative, with a positive value...
What Is This? This script code adds a Monthly Strategy Performance Table to your Pine Script strategy scripts so you can see a month-by-month and year-by-year breakdown of your P&L as a percentage of your account balance. The table is based on realized equity rather than open equity, so it only updates the metrics when a trade is closed. That's why some...
Initial Balance Strategy Initial Balance Strategy uses a source code of "Initial Balance Monitoring Panel" that build from "Initial Balance Markets Time Zones - Overall Highest and Lowest". Initial Balance is based on the highest and lowest price action within the first 60 minutes of trading. Reading online this can depict which way the market can trend for the...
This the premium version of my MTF Layered RSI strategy, which improves significantly on the original strategy (publicly available on my profile). Improvements are below. This strategy will also appear as an overlay on your chart. It is completely non-repainting. The MTF Layered RSI strategy uses the current timeframe and two configurable higher timeframes to...
Using the Index Strength Strategy Indicator for Trading Introduction: In this article, we'll explore the Index Strength Strategy Indicator and how it can be used for trading. The Index Strength Strategy Indicator is a technical analysis tool designed to help traders identify trends, determine trend strength, and generate buy and sell signals. Overview of...
Grid Spot Trading Algorithm V2 is the last grid trading algorithm made by our developer team. Grid Spot Trading Algorithm V2 is a fixed 10-level grid trading algorithm. The grid is divided into an accumulation area (red) and a selling area (green). In the accumulation area, the algorithm will place new buy orders, selling the long positions on the top of the...
Statistical Arbitrage, this is the right leg strategy signal. You should find "Statistical Arbitrage Left Leg (Symbol 1)" this strategy for the opposite leg (Left Leg), In order to full hedge the position exposure risk, and profit on the spread convergence. Statistical arbitrage is a quantitative trading strategy that seeks to exploit pricing discrepancies in...
Statistical Arbitrage, this is the left leg strategy signal. You should find "Statistical Arbitrage Right Leg (Symbol 1)" this strategy for the opposite leg (Right Leg), In order to full hedge the position exposure risk, and profit on the spread convergence. Statistical arbitrage is a quantitative trading strategy that seeks to exploit pricing discrepancies in...
Hello traders. Thanks to the tool I have published, everyone who knows or does not know coding will be able to create strategies and see the results instantly on the screen. Yes it looks very nice :) What does this script do? Thanks to this tool, even if you don't know any coding, you will be able to create your own strategies. You can add and remove...