Hello Traders As most of you know, I'm a member of the PineCoders community and I sometimes take freelance pine coding jobs for TradingView users. Off the top of my head, users often want to: - convert an indicator into a strategy, so as to get the backtesting statistics from TradingView - add alerts to their indicator/strategy - develop a generic strategy...
Following the introduction of the Moving Regression Prediction Bands indicator (see link below), I'd like to propose how to utilize it in a simple band breakout strategy : Go long after the candle closes above the upper band . The lower band (alternatively, the lower band minus the 14-period ATR or the central line ) will serve as a support line . ...
This strategy uses Aroon indicator as the basis for signal generation.
This is a strategy utilizing multiple of Evergets RMI (thanks to him for permission to publish) and a Chance Momentum. It buys when 4 of the RMIs are below their thresholds and sells when they are above. There is a 5th one I added last night that works in Reverse - buy when its above and sell when below, which should work better for pyramiding strats by using it...
Hello, I wrote this script to merge the two scripts I shared before. The aim here is to see the real value of the state of the capital as a result of leveraged transactions and to combine both long and short directions. Scripts : MACD Long 50x Leverage Strategy : ...
Overview: This momentum and trend-following strategy captures the majority of any trending move, and works well on high timeframes. It uses an equal-period EMA and SMA crossover to detect trend acceleration/deceleration, since an EMA places a greater weight and significance on the most recent data. This version is optimized for longs, and designed to cut...
Hello everyone! I proudly present the backtest Strategy Script for my "Buy and Hold entry finder" Script. It basically shows you the outcome, if you would use my indicator in the past. The buy signals are limited to 1 order per month. Order Size: Allows you to choose, how much money you want to invest per month. (Please consider, it will only invest an x...
Galileo Galilei Is the simplest of them all and easy to understand: It has an Exponential Moving Average that you can modify to suit your pair on the chart with it's timeframe, looking at the strategy tester to compare results; The prices for the EMA are taken from the OPEN of every candle (depending on your timeframe); If the current candle's price closes...
Script implements strategy: 1 Buy at RSI (10) < 30 2 Sell at RSI (10) > 40 or after 10 days The strategy is not profitable for long term trading.
This is my first ever script so any suggestions, recommendations or improvement ideas welcome! This strategy is an implementation of a standard three exponential moving averages strategy (defaults: EMA1=5, EMA2=20 and EMA3=50 candles). Trades are executed if EMA1 crosses above/below EMA2 and they are both above/below EMA3. In addition, the close of the current...
The proposal of this script is to show the possible trading points of BUY and SELL based on the 15-minute chart of the Nasdaq Future Index. The start point of the strategy was schedule for 2021/01/01 and until the time of this publication (2021/01/31), for 1 index contract the results presented area a Gross Profit of 2.97% with a Net Profit of 1.35%. █ FEATURES...
This script is for a Bollinger Band type indicator with built-in TradingView strategy including as many features as I can possibly fit into a Bollinger Band type indicator including a wide variety of options to create the most flexible Bollinger Bands strategy possible. Features: - A single custom moving average serving as the middle band. - Standard MA...
Double EMA CROSS (DEC) Useful for identifying and receiving alerts about uptrends and downtrends. This script uses two Exponential Moving Averages (EMAs) to find price uptrends and downtrends. An Exponential Moving Average ( EMA ) is a type of moving average that places a greater weight and significance on the most...
It is a small modification to the "Profit Maximizer Max" script to make it a strategy by date range.
Here's a strategy for low time frames (30min suggested) for BTC , based on momentum Analysis using Stochastic RSI By default the strategy will use the 50% of the specified capital for each trade; if "Gamble Sizing" is enabled, it will add the specified amount of capital (25% by default, until reaching the 100% limit or lower) for the next trade after having...
Experimental attemt of applying Logistic Map Equation for some of widly used indicators. With this study "Awesome Oscillator (AO)", "Rate of Change (ROC)", "Relative Strength Index (RSI)", "Stochastic (STOCH)" and a custom interpretation of Logistic Map Equation is presented Calculations with Logistic Map Equation makes sense when the calculated results...
This is a stepped trailing exit example for educational purpose . Short brief. There are 1 stop loss and 3 profit levels. When first tp is reached we move stop loss to break-even. When second tp is reached we move stop loss to first tp. When third tp is reached we exit by profit.
One challenging issue for beginner traders is to differentiate market conditions, whether or not the current market is giving best possibility to stack profits, as earliest, in shortest time possible, or not. On intraday, we've seen some big actions by big banks are somewhat can be defined --or circling around-- by HMA 200 . I've been thinking on to make the...