🎲 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....
The relative strength index is a momentum indicator used in technical analysis. It measures the speed and magnitude of a coin's recent price changes to evaluate overvalued or undervalued conditions in the price of that coin. The RSI is displayed as an oscillator (a line graph essentially) on a scale of zero to 100. When the RSI reaches oversold levels, it can...
An exponential moving average ( EMA ) is a type of moving average (MA) that places a greater weight and significance on the most recent data points. The exponential moving average is also referred to as the exponentially weighted moving average . An exponentially weighted moving average reacts more significantly to recent price changes than a simple moving average...
The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on a chart. It also uses these figures to compute a “cloud” that attempts to forecast where the price may find support or resistance in the future. The Ichimoku...
This is good real-time / scalp indicator for those scalping Bitcoin. It is based solely on Binance's BTCUSDT Perpetuals, but can be used on any BTCUSD pair as I am requesting info directly from Binance's chart. IDEA I have spotted that many times, round nrs (most likely caused by algo-trading) mark a top / bottom on a trend. Many times have catched extremes...
The relative strength index ( RSI ) is a momentum indicator used in technical analysis . RSI measures the speed and magnitude of a security's recent price changes to evaluate overvalued or undervalued conditions in the price of that security. The RSI is displayed as an oscillator (a line graph) on a scale of zero to 100. The RSI can do more than point to...
Hello All This is non-repainting Supertrend Multi Time Frame script, I got so many request on Supertrend with Multi Time Frame. This is for all of them ..I am making it open for all so you can change its coding according to your need. How the Basic Indicator works SuperTrend is one of the most common ATR based trailing stop indicators. In this version...
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...
Library "FrostyBot" JSON Alert Builder for FrostyBot.js Binance Futures and FTX orders github.com More Complete Version Soon. TODO: Comment Functions and annotations from command reference ^^ TODO: Add additional whitelist and symbol mappings. leverage() buy() sell() cancelall() closelong() closeshort() traillong() trailshort() ...
An exponential moving average ( EMA ) is a type of moving average (MA) that places a greater weight and significance on the most recent data points. The exponential moving average is also referred to as the exponentially weighted moving average. An exponentially weighted moving average reacts more significantly to recent price changes than a simple moving average...
This strategy utilises 3 different conditions that have to be met to buy and 1 condition to sell. This strategy works best on the ETH/USDT pair on the 4-hour timescale. In order for the strategy to enter the trade, it must meet all of the conditions listed below: ENTRY RSI increases by 5 RSI is lower than 70 MA9 crosses above MA50 To exit a trade, the below...
Library "Binance_Min_Limit_Order_amount_library" TODO: This library give us the minimum Limit Order amount for the contract in Binance. m_qty(n_v, m_fee, t_fee, cost, m_t) TODO: it give us the Minimum Qty for the trading in Binance Parameters: n_v : TODO: min_notional_value. 5 dollar is the minimum notional amount in Binance at the moment. ...
We can not buy just 0.001ETH in Binance on 2022.8.8 Why? Binance have trading role about the minimum qty of coins. Until now, we can not find the info in TradingView. I hope Our TradingView give us this updating info easily oneday. I am not a good English speaker. Sorry about my short explanation. reference: www.binance.com
Binance Basis Oscillator illustrates the premium or discount between Binance spot vs perps. This indicates whether speculators (i.e. traders on perps) are paying premium vs spot. If true then speculation is leading, indicating euphoria (at certain levels). Conversely, spot leading perps (i.e. perps at a discount) shows extreme bearish conditions, where...
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...
Note: This script will only work with Binance Futures Symbols This script calculates the basis between the Binance Future and Binance Spot market for the coin you are currently viewing and paints a label on the chart which displays the percentage difference between future and spot. If the future is trading below the spot market the text will be red indicating...
Hello, I made this bot becouse of the idea to minimalize chance to overoptimalise bot is prepared (optimalised) for ---------->>>> BINANCE:BTCUSDTPERP (5min) SL: - TP1: 1.0 % TP2: 1.7 % The way it works is simple, using two diffrent long or short conditions which are define by " Autonomous Recursive Moving Average " To minimalize chance to overoptimalized...
Note: This script will only work properly with Binance Futures symbols. This script simply looks at the open interest for the symbol you are currently viewing and determines if a large change in open interest has occurred, which triggers a background color alert. It does this by comparing the absolute value of the range of the current open interest bar with a...