The SuperTrend is a very useful Indicator to display when trends have shifted based on the Average True Range (ATR). Its underlying ideology is to calculate the ATR using a fixed length and then multiply it by a factor to calculate the SuperTrend +/-. When the close crosses the SuperTrend it changes direction. This Strategy features the Traditional SuperTrend...
The strategy is based on the intersection of two moving averages, which requires adjusting the parameters (ratio and multiplier) for the moving average. Basis MA length: multiplier * ratio Signal MA length: multiplier The SuperTrend indicator is used for additional confirmation of entry into a position. Bollinger Bands and position reversal are used for...
Intraday Trading Strategy: Long-Only Opening Range Breakout (ORB) with Pivot Points Background: Opening Range Breakout (ORB) is a popular long-only trading strategy that capitalizes on the early morning volatility in financial markets. It's based on the idea that the initial price movements during the first few minutes or hours of the trading day can set...
The script is an advanced technical analysis tool specifically designed for trading in financial markets, with a particular focus on the BankNifty market. It utilizes two powerful indicators: the Fractal Adaptive Moving Average (FRAMA) and the CPMA (Conceptive Price Moving Average), which is similar to the well-known Chande Momentum Oscillator (CMO) with Center of...
Entering a short position after breaking the upper Bollinger Band, entering a long position when entering after breaking the lower Bollinger Band Provides templates for how to display position average price, stop loss, and profit price using the plot function on the chart, and how to buy splits After entering the position, if the price crosses the mid-band...
This strategy uses the Fast Fourier Transform inspired from the source code of @tbiktag for the Fast Fourier Transform & @lazybear for the VMA filter. If you are not familiar with the Fast Fourier transform it is a variation of the Discrete Fourier Transform. Veritasium on youtube has a great video on it with a follow up recommendation from...
Hello Guys! Nice to meet you all! This is my Second script after changing My Profile Name! I updated my strategy template before - I added some filter conditions (EMA, ADX, DMI). If there's something to update, I will update this script! Thank you! ----- I made this based on the open source strategies by jason5480, kevinmck100, myncrypto. Thank you All! ###...
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...
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 :...
The purpose of strategy is to detect long-term uptrend and short-term downtrend so that you can easy to take profit. The strategy also using BHD unit to detect how big you win and lose, so that you can use this strategy for all coins without worry about it have different percentage of price change. ENTRY The buy order is placed on assets that have...
-Modified version of Squeeze Momentum Indicator by @LazyBear. -Converted to version 5, -Taken inspiration from @KivancOzbilgic for its buy sell calculations, -Used @Bunghole strategy template with Take Profit, Stop Loss and Enable/Disable Toggles -Added Custom Date Backtesting...
A few people have been asking me to share my backtesting template. Currently I use this as my starting point for validating existing strategies and developing new ones. Features: Trading Date Range Trade Direction 4 progressive take profits with target percents and percentage of position to take profit on (Thanks adolgo) Variable percentage Stop...
This is one of the best strategies that can be used to get familiar with technical indicators and start to include them in your trading bot rules. ENTRY 1. This trading system uses the RSI ( Relative Strength Index ) to anticipate good points to enter positions. RSI is a technical indicator frequently used in trading. It works by measuring the speed and change...
This script is a template to execute your strategy with Stop Loss and Take Profit and showing Trades. Then, you can write your strategy without taking care of Stop Loss and Take Profit method. 3x Fixed Percent Stop Loss, Trailing Percent Stop Loss, Trailing ATR Stop Loss, Tailing HHLL Stop Loss 3x Fixed Percent, Take Profit
Hi, Here is a 'template', using array's, for multiple orders and different SL/TP levels per trade (This is an example with max 5 open trades) The 'switch' makes sure that the first available position will be used, for example, when 'L1' is closed in the past, and a buy condition is triggered, position 'L1' will be filled, should it be that 'L1', 'L2', 'L3' are...
I am not a financial advisor and this is not financial advice. This is provided for illustration only for a Percent based Trailing Stoploss. I have been looking for a Percent based Trailing Stoploss and have not been able to find one that would work for me so I wrote my own. This works in both a Strategies and Indicators I put comments inline of where to...
Strategy to go long at end of Monday before market closes and exit before Tuesday close, or at stop loss or take profit percentages This runs strategy on entering by weekday name and also by session time. Implemented are also Take Profit and Stop Loss to exit position using custom inputs. Added stoploss and take profit plot lines
ACTION ZONE-ATR MOD v0.1 DOCUMENTATION Overview This tradingview pine script strategy is mainly created to enrich my coding skill. It is a combination of “CDC-ACTIONZONE” and my personal studies of trading techniques in various sources e.g.book, course or blog. This strategy purposefully built to connect with my automatic trading bot. However, It will be very...