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...
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...
Hello !! I made nice strategy with insane profit with only LONG and SHORT orders well, this straegy is for ------->>> BINANCE:BTCUSDT The strategy logic is quite simple Strategy using 3 diffrent sma (7,21,55) to find a correct trend To avoid a lot of wrong signals I added two indicators like: ADX - Is one of the most powerful and accurate trend indicators....
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...
This BOT is my attemp to make a fast-reacting leverage bots To make this bot really profitable I have to create it on 15MIN BTCUSDTPERP charts This bot got best performance at binance futures BTCUSDTPERP pair, I recommend add this script exaclly to this pair This bot will be trash on higher timeframes , using 5x leverage selection is extremlly risky, bot has...
This strategy is based on multi time frame technical indicators such as; 1. RSI (10,50,100) 2. MFI (10,50,100) 3. RVI (10,50,100) 4. BOP (10,50,100) 5. Super Trend 6. SAR indicator 7. Higher highs and lower lows 8. SMA (9,500) 9. EMA (9,200) After evaluating different parameters provided by those indicators, script is in a possition to determine optimul...
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...
Aggregates the Bitcoin volume from multiple exchanges into a single indicator. # Exchanges and Pairs Included are only exchanges supported by TradingView: * Binance * Bitstamp * Bittrex * Coinbase * Gemini * itBit * Bitfinex * Kraken * Poloniex * HitBTC * OKCoin * BitMEX Excluded low volume exchanges (not in CMC Top): * CEX.IO * Coinfloor Excluded low volume...
RSI with Fibonacci Levels Visually can be used as: - Countertrend indicator at extreme green/red lines - Follow trend indicator - Fibonacci supports and resistantes zones The strategy works as a follow trend How to trade: The indicator is more reliable in longer time frames, at least 4H Choose a fibonacci level as reference Buy when the RSI line turns...
Credit goes to the original writer of the script, Quantadelic, who generously allowed anyone to copy/edit. I adjusted the value of the bottom/top intercept and slope to better fit the March 2020 coronavirus dip. Use Bitstamp BTCUSD for better reading.
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...
I have found that such simple crossover can show good results. Basically it has only 2 TEMA and nothing more. I don't know what else to write here. The code is simplest and has only one filter, which take into consideration the direction of chart.
This strategy is optimized for Bitcoin with the Keltner Channel Strategy, which is TradingView's built-in strategy. In the original Keltner Channel Strategy, it was difficult to predict the timing of entry because the Buy and Sell signals floated in the middle of the candle in real time. This strategy is convenient because if the bitcoin price hits the top or...
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.
Hello Best performance at BINANCE:BTCUSDTPERP But actually looks amazing at every btc/usd pair on 60min This is the Swinger, the name refers to the swing market which I was trying to focus on swinger bot uses an amazing combination of indicators that complement each other for example, using sliding support and resistance levels in combination with the...
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! ###...
A few updates to the previous post. In order to catch more exact points of TP and SL, the scrypt takes "high" as the source of SMA if the percentage is greater than 0 ( > 0), and "low" as the source when the given percentage is less than 0 ( < 0). So there are two basic SMA line ( one with "high", the other one with "low"), and the other lines would be results of...