Grid-based intraday algorithm that works 50% in trend following and 50% in swing trading. Orders are executed on a grid of 10 levels. The grid levels are dynamic and calculated on the difference between the previous day's open and close. The algorithm makes only long trades based on the following logic: 1. The daily close of the previous day is analyzed, the...
This strategy was designed and written with the goal of showing and motivating the community how to integrate our 'Probabilities' module with their own script. We have recreated one of the simplest strategies used by many traders. The strategy only trades long and uses the overbought and oversold levels on the RSI indicator. We added stop losses and take...
This strategy search for a moment whe the market make two candles are consistently strong, and open a Sell, searching the imediactly correction, on the new candle. It`s easy to see the bars on the histogram graph. Purple Bars represent the candle variation. when on candle cross ove the Signal line the graph plot an Yellow ci, if the second bar crossover the signal...
GRID SPOT TRADING ALGORITHM : LONG ONLY STRATEGY OPEN SOURCE This is a long only strategy for spot assets. HOW IT WORKS Grid trading is a trading strategy where an investor creates a so-called "price grid". The basic idea of the strategy is to repeatedly buy at the pre-specified price and then wait for the price to rise above that level and then sell the...
Hello traders It's been a while We're back in a bear market so I have a bit more time to publish new Pine scripts for the TradingView community Special thanks to @fikira for his Multiple Orders script () and to @carnagecain for allowing me to publish this script we worked together on I got widely inspired by @fikira's script for that one This script is for...
| 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...
Many traders spend a lot of time to create algorithms full of unrealistic and far from reality indicators and market conditions. With this script I want to help traders understand the advantage of the Pine language. Using indicators with no statistical foundation and creating algorithms with technical indicators and thousands of conditions is not always the right...
---EN: In this strategy template you will find some functions already pre-programmed to be used in your strategies to speed up the programming process, among them we can highlight the default stop loss and take profit functions, which will help to set easily and quickly, defining the price range in which we want to prevent large losses or protect our profits from...
BTC Hash Rate ribbons / Hash Rate cross This strategy goes long when BTCs Hash Rate 30 day moving average crosses above the 60 day moving average, signifying that miner capitulation is over and recovery has started. When the opposite signal is given, which signifies the beginning of miner capitulation, the strategy goes short (or flat, depending on...
BTC Profitable Wallets Strategy - plots the percentage of profitable BTC wallets and places long orders when the profitable wallet share crosses above 50%, historically a very accurate point to catch the next Bull Run early. The only setting is a smoothing option using the Moving Average method and length of your choice. On Chain Data is queried from...
This script was born out of my quest to be able to display strategy back test statistics on charts to allow for easier backtesting on devices that do not natively support backtest engine (such as mobile phones, when I am backtesting from away from my computer). There are already a few good ones on TradingView, but most / many are too complicated for my...
This indicator based on statistical analysis. it uses standard deviation and its co-relation to price action to generate signals. and following indicators has been used to calculate standard deviation and its co-relation values. finally it is capable to identify market changes in bottoms to pic most suitable points. 1. Parabolic SAR (parabolic stop and reverse)...
This strategy is an advanced version of the Loft Strategy V1, I shared earlier. (Loft Strategy V1 consists of a kalman filter (by alexgrover ) and a "stop and reverse" line which is following and the kalman filter. If the price goes in the same direction as the position side, the "stop and reverse" line approaches the kalman filter as set on the "Approach...
This script is just finds the best hour to buy and sell hour in a day by checking chart movements in past For example if the red line is on the 0.63 on BTC/USDT chart it mean the start of 12AM hour on a day is the best hour to buy (all based on It's just for 1 hour time-frame but you can test it on other charts. IMPORTANT: You can change time Zone in strategy...
This helpful analysis tool displays a table of days a stock has gapped, how much it gapped by and what percentage of the gap was covered. It is meant to be used on the daily timeframe and can help you distinguish if gaps are going to be filled or not. I like to use it mainly on medium + cap stocks that have gapped overnight or pre-market and see what the tendency...
This is an Strategy finds and utilise end points of short term market trends and this is a combination of many indicators such as 1. Volume change oscillator 2. Money flow index ( MFI ) 3. Momentum Oscillator (MOM) 4. Stochastic Indicator 6. Relative Strength Indicator ( RSI ) 7. Relative volatility index (RVI) 8. Balance of power (BOP) 9. Small moving average (...
This is daytrade stock strategy, designed to take the best out of the daily gaps that are forming between the close of previous day and opening of present day. At the same time its logic has been adapted for SPY chart, in order to use correlation with the other stocks/assets/ etf which are linked with SP500 movement. Lastly it has been added 2 new confirmation...
This is a low timeframe strategy based on SMMAs and RSI, shared by Investishare. This script turns the indicator into a strategy and allows for several variables to be customized.