**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...
• 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...
🎲 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....
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...
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...
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...
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 This is good trend following script for 4h [ BINANCE:BTCUSDT ] Script is kinda simple To define trend I used Centred Trend Indicator , which with the higher value can be nice filter for higher data range trend this indicator allows me to avoid all fake pumps or dumps while sentiment is still bearish or bullish for better moves detector/filter im using...
Hello Guys! Nice to meet you all! This is my third script! This Logic is trend following logic, This detects long & short trends based on SSL Hybrid Baseline. This fits to the longer time frame like 4hr and 1d. ### Long Condition 1. close > SSL Hybrid baseline upper k - Baseline is the ma of close price. (You can choose ma type and length) - Upper k is the upper...
Hello Guys! Nice to meet you all! This is my second script! This Logic is trend following logic, This detects long & short trends by comparing the value of MAs. This fits to the longer time frame. ### Long Condition 1. Compare 4 MAs (you can chose MA Type) - Shortest MA (MA 1) - Shorter MA (MA 2) - Normal MA (MA 3) - Longer MA (MA 4) 2. If MA 1 > MA 2 > MA 3 > MA...
Hello Guys! Nice to meet you all! This is my first open source script! ### Long Condition 1. Bullish Engulfing Candle 2. No doge Candle 3. Present volume should be bigger than the previous volume (20%) 4. Trend filter (with 2 EMAs) ### Close Condition 1. When trend Changes 2. When Bearish Engulfing Candle appears ### No stop loss and take profit.
This is one of my open source 1h strategies It works on Binance: BTCUSDTPERP charts This strategy involves two indicators 1. Heiken Ashi - a typical technical indicator to help highlight and clarify the current trend. This somehow allows the chart to ignore unnecessary fluctuations and make the trend more visible. 2.Super Trend - - One of the most common...
Buy/Sell Volume Buy/Sell volume based on total bar amplitude (high/low price) and close/open (for calculate vbuy > vsell or vbuy < vsell)
This indicator shows 3 types of objects on chart: 1. downward red triangle above a candle: 3 green candles followed by a fourth red candle of which the low price is lower than the low of the 3 previous green candles, this is usually the sign of reversal from upward movement to a downward one. 2. 1. upward green triangle below a candle: 3 red candles followed by a...
Hello everyone ;) This is my first attepmt to made 4h solid bitcoin bots with nice profits Script is optimalized for ---->>> BINANCE:BTCUSDT This bot is specially optimalized for this pair, becouse of the longest backtest, also I dont reccomend using it on other pairs without optimalization This bot is a real profit maximalist with Long-Term use...
CHS ZigZag stands for Changeable Source ZigZag The original ZigZag indicator offered by TradingView doesn't have the ability to measure the tips and troughs based on closing prices (line chart), however, this indicator is capable of receiving an input from user that determines the price source used for further calculations. The default inputs of the original...
Hello guys This is my idea for "0 fees for bitcoin spot in binance" bot is prepared for --->> BINANCE:BTCUSDT using only Longs, becouse of spot bitcoin trading which not included shorting, so this bot is set to BUY and CLOSE This is quick scaler with: TP: 0.6% SL: 2.9% To minimalize chance to overoptimalized this bot, I tried to keep it as simple as I...
This is the stock RSI index using the Price as the midline. It can be useful to view information normally displayed in a second pane overlaid on the price chart. As far as I know, this has not been done for one of the most widely used indicators, the Relative Strength Index. This can be overlaid anywhere on the chart and every parameter is variable. If you'd...