🎲 Overview 🎯 this is a optimized version based on ATR_RSI_Strategy with no-repaint. Sharpe ratio: 1.4, trade times: 116 , trade symbol: BINANCE:BTCUSDTPERP 15M you can get same backtesting result with the correct settings. 🎲 Strategy Logic 🎯 the core logic is quite simple, use ATR and RSI and SMA 1. when price is in high volatility ( atr_value > atr_ma); 2....
• WHAT: This indicator plots the aggregated net volume delta of BTC spot pairs from 8 exchanges over the last 60 periods (default settings). Tracks the following pairs: "BINANCE:BTCUSDT" "BITFINEX:BTCUSD" "POLONIEX:BTCUSDT" "BITTREX:BTCUSDT" "COINBASE:BTCUSD" "BITSTAMP:BTCUSD" "KRAKEN:XBTUSD" "BITGET:BTCUSDT" "GEMINI:BTCUSD" • HOW TO USE: Used for...
**Long Only Strategy** When Price drops below the ATR band below it will enter a buy on the next candle open SL at current price minus ATR* ATR multiplier TP at Mean EMA or if higher than Mean EMA and current candle low is below previous candle low or if price is above ATR NB: I would highly recommend a low fee broker (I use ICmarkets raw spread account) due to...
This is a time based strategy, designed to enter and exit within the same day of the week, using different hours for entry and exit. The script is long only direction, and it has no risk management inside, so use it with caution. At the same time you can also calculate each individual hour return within a certain day, and make your own idea about the best...
Hello This is Johny's BOT - Alerts version This is updated version of 60MIN bot, I decided to make this bot for people who still using 10BOT, This is much more profitable and reliable version THIS IS SO IMPORTANT for users As always, this bot is ONLY FOR BINANCE:BTCUSDTPERP To make this result as true as possible, I decided to use as few indicators as...
This is my version of Super Trend Strategy The biggest problem with supertrends is that there are a lot of false signals, which when the trend is uncertain give a lot of losses My task in creating this script was to minimize the number of false sinhals. Smart supertrend is both dependent on ATR, price movmment as well as ADX , CLOUD It works in such a way that...
INTRODUCTION: Compared to all the Pivot Indicators available on Trading View Public Library, this Floor Pivots Indicator differentiates itself in two major original ways: Dilates the Pivot Support/Resistance Levels into Support/Resistance Bands based on volatility Displays the S/R Levels Dynamically , that is, only those levels will be shown that are...
Hi. I’m DuDu95. ********************************************************************************** This is the script for the series called "Sniper". *** What is "Sniper" Series? *** "Sniper" series is the project that I’m going to start. In "Sniper" Series, I’m going to "snipe and shoot" the youtuber’s strategy: to find out whether the youtuber’s video about...
This strategy is a pullback strategy that utilizes 2 EMAs as a way of identifying trend, MACD as an entry signal, and RSI and ADX to filter bad trades. By using the confirmation of all of these indicators the strategy attempts to catch pullbacks, and it is optimized to wait for high probability setups. Take not that the strategy is optimized for use on...
Hi. I’m DuDu95. ********************************************************************************** This is the script for the series called "Sniper". *** What is "Sniper" Series? *** "Sniper" series is the project that I’m going to start. In "Sniper" Series, I’m going to "snipe and shoot" the youtuber’s strategy: to find out whether the youtuber’s video about...
Created a Parabolic SAR strategy where price has to close under/above the level before for it to reverse. This way it should be a bit more stable and protect you from false breakouts. It was impossible to adjust the built-in "sar" function so I implemented PSAR from scratch. So if you're interested in how it's work inside you can check the code and probably...
This is a simple and efficient crypto strategy, designed for big timeframes like 12/24h. On history it beats buy and hold strategy in many ocasions, and because of a low DD, pyramid can be used to elevate our winnings while still keeping a low DD < 40% avg. For the purpose of this example, I used 100% of the capital on each trades, together with a comission of...
This strategy is designed for crypto markets like ETHUSD/T, BTCUSD/T and so on. It works amazingly with 15 min time frames. Its idea consists in : We have the RSI indicator, and with it we check for the crossover with overbought and oversold levels. At the same time we have the zigzag which is made from the higher highs and the lower lows between a specific...
Buy/Sell Volume Buy/Sell volume based on total bar amplitude (high/low price) and close/open (for calculate vbuy > vsell or vbuy < vsell)
Continue looking for more signifcant pivot points. This script is based on my "Significant Pivot Reversal Strategy". In this strategy I use concept of pivot of pivot points. So for PoP I require that pivot highs point should have 2 lower pivot highs points around them and pivot low 2 higher pivot lows points. Transparent lines represent usual pivot levels...
Hello I have created a script with the RSI value being the main factor of action this bot does best on BINANCE:BTCUSDTPERP the way it works is quite simple, the bot has two conditions to open long and short positions the first condition is to open positions that depend on indicators such as : 1) CLOUD - This is one of the newset indicators I'm using. This...
Good for setting trailing stops and stoplosses when your taking a scalp etc, most recommended for manual trailing stops
The indicator Moving Average Channels was created for experimental purposes due to the parabolic moves BTC has made in the recent past. How it works: The basis, or center line, is a standard moving average that is set by the user. The bands are then a customizable percentage of the basis. Which based on the settings, could serve as possible support and...