Consiste en evaluar el comportamiento del Cruce de dos medias móviles exponenciales una rápida y otra lenta cuyo periodo es configurable en conjunto con la evaluación de la pérdidas máximas y ganancias máximas ( take profit (TP) y stop los (SL) ) cuyos valores son configurables. Cuando la media móvil exponencial rápida cruza a la media móvil exponencial lenta...
Key Features in the Script Moving Average (EMA): We use a 20-period EMA to determine the trend. Volume Weighted Average Price (VWAP): VWAP is plotted to confirm the strength of moves based on volume. Automatic Trendlines: Simple functions are used to detect peaks and troughs to plot trendlines. The f_highest_high and f_lowest_low functions find the highest high...
This is an automation test Strategy, which helps you to get Strategy Alerts quickly on the 1m chart. This is useful when you want to start automating Strategies but first you want to see if the connection between TradingView and your automation tool works properly. This Strategy sends LONG Buy/Sell signals every 1 minute so you don't have to wait for a long time...
Dual Chain Strategy - Technical Overview How It Works: The Dual Chain Strategy is a unique approach to trading that utilizes Exponential Moving Averages (EMAs) across different timeframes, creating two distinct "chains" of trading signals. These chains can work independently or together, capturing both long-term trends and short-term price movements. ...
Purpose of the Code: The strategy utilizes Exponential Moving Averages (EMA) and Smoothed Directional Indicators (SDI) to generate buy and sell signals. It includes features like leverage, take profit, stop loss, and trailing stops. The strategy is intended for backtesting and automating trades based on the specified indicators and conditions. Key Components and...
The code is mainly developed for me to stimulate the multi-step taking profit function for strategies. The result shows the drawdown can be reduced but at the same time reduced the profit as well. It can be a heuristic for futures leverage traders. █ Introduction and How it is Different The "Strategic Multi-Step Supertrend" is a trading strategy designed to...
Prove idea with a backtest is always true for trading. I developed and open-sourced it as an educational material for crypto traders to understand that the futures and spot spread may be effective but not be as effective as they might think. It serves as an indicator of sentiment rather than a reliable predictor of market trends over certain periods. It is better...
█ Introduction and How it is Different The Dual RSI Differential Strategy introduces a nuanced approach to market analysis and trading decisions by utilizing two Relative Strength Index (RSI) indicators calculated over different time periods. Unlike traditional strategies that employ a single RSI and may signal premature or delayed entries, this method leverages...
The end of month effect is a well known trading strategy in the stock market. Quite simply, most stocks go up at the end of the month. What's even better is that this effect spills over to the next phew days of the next month. In this script we backtest this theory which should work especially well on SP500 pair. By default the strategy buys 2 days before the...
The "Alligator + MA Trend Catcher" is a trading strategy that integrates the William Alligator indicator with a Moving Average (MA) to establish robust entry and exit conditions, optimized for capturing trends. HOW IT WORKS This strategy combines the traditional William Alligator set up with an additional Moving Average indicator for enhanced trend...
Description: This strategy applies the Avellaneda-Stoikov (A-S) model to generate buy and sell signals for underlying assets based on option pricing theory. The A-S model estimates bid and ask quotes for options contracts considering factors like volatility (sigma), time to expiration (T), and risk aversion (gamma). Key Concepts: Avellaneda-Stoikov Model: A...
Hi everyone, this will be my first published script on Tradingview, maybe more to come. For quite some time I have been looking for a script that performs no matter if price goes up or down or sideways. I believe this strategy comes pretty close to that. Although nowhere near the so called "buy&hold equity" of BTC, it has produced consistent profits even when...
Introduction This publication introduces the " Fibonacci Retracement Trend Reversal Strategy, " tailored for traders aiming to leverage shifts in market momentum through advanced trend analysis and risk management techniques. This strategy is designed to pinpoint potential reversal points, optimizing trading opportunities. Overview The strategy leverages...
█ FreedX Grid Backtest is an open-source tool that offers accurate GRID calculations for GRID trading strategies. This advanced tool allows users to backtest GRID trading parameters with precision, accurately reflecting exchange functionalities. We are committed to enhancing trading strategies through precise backtesting solutions and address the issue of...
Intro: This is an example if anyone needs a push to get started with making strategies in pine script. This is an example on BTC, obviously it isn't a good strategy, and I wouldn't share my own good strategies because of alpha decay. This strategy integrates several technical indicators to determine market trends and potential trade setups. These indicators...
Intro: This post introduces a Pine Script strategy, as an example if anyone needs a push to get started. This example is a strategy on ETH, obviously it isn't a good strategy, and I wouldn't share my own good strategies because of alpha decay. This strategy combines two technical indicators: Aroon and Absolute Strength Histogram (ASH). Overview: The strategy...
The connectable strategy serves as a foundational component in our indicator system on TradingView, designed for intuitive testing, visualization, and construction of trading strategies. In concert with the connectable signal filter , it forms a cohesive unit that allows for efficient signal processing and strategy implementation. This integration enables the...
The triple MA strategy is a simple but effective method to trade the trend. The advantage of this script over the existing triple MA strategies is that the user can open a lower time frame chart and select higher time frame inputs for different MA types mainting the visibility on the chart. The dynamic smoothing code makes sure the HTF trendlines are not jagged,...