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...
Props to @Veryfid for his original script 'ATR Stop Loss Finder'. The concept is simple. We use the average true range to determine an appropriate stop loss distance based on recent volatility. The original script calculated the stop loss offset from the current candle's high or low. Here, I've added the option to offset stop loss from the recent local low or...
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...
En route to being absolutely the best and most complete trading platform out there, TradingView has just closed 2 gaps in their PineScript language. It is now possible to create and backtest a strategy for trading with leverage. Backtester now produces Margin Calls - so recognizes mid-trade drawdown and if it is too big for the broker to maintain your trade,...
ELEVATED LEVERAGE index SYSTEM (ELiS) tries to solve the problem of adjusting meaningful leverage in futures and margin trading. The biggest problem for traders is adjusting the leverage level manually. Concerning about the volatilities it's very hard to set a meaningful leverage level. ELiS includes 4 different volatility component which are: 1- nATR:...
Hello This bot got best performance at BINANCE:BTCUSDTPERP (60min) , I recommend add this script exaclly to this pair the idea behind this bot was to use support or resistance breakout The core of this strategy is the support and resistance levels through the use of automatic detectors of these levels in the bullish case, when the resistance is broken, the...
This is an intuitive risk management tool with a minimalist design. This calculator will determine your position size per trade, profit, loss, risk/reward ratio and leverage if any. It will calculate your leverage if you are trading financial instruments e.g. Mini Futures , Turbo Warrants etc. that have a financing level. Tip: Use this as a complement to the...
this indicator has been designed to make your calculations easier and faster. you can use this indicator to set tp and sl prices based on your entry price, balance,risk and leverage. it has been designed only for cryptocurrency market and it is not recommended to use it in other markets! 1- enter your balance in the setting of the indicator. 2- enter risk...
Hello This is Smasher bot - Alerts Version This bot got best performance at BINANCE:BTCUSDTPERP (60min) , I recommend add this script exaclly to this pair the idea behind this bot was to use support or resistance breakout The core of this strategy is the support and resistance levels through the use of automatic detectors of these levels in the bullish case,...
BINANCE:BTCUSDTPERP Hello, This is my experimental bot named "AK-47" Bot as alwasy is for BTCUSDTPERP on binancefutures The Idea to make this bot was to make a perfect leverage bot, by add indicators like : 1) Ichimoku 2) Trend Strenght 3) Jurik Moving Average 4) Parabolic SAR This configuration of indicators makes me 72,4 % profitable trades at ratio of...
Hello traders, I started this script as a joke for someone... finally appears it could be used for educational content Let's talk about leverage and margin call Margin Call A margin call is the broker's demand that an investor deposit additional money or securities so that the account is brought up to the minimum value, known as the maintenance margin. A...
Uses the active ticker to show long/short values on all Bitfinex pairs that have that data available on Tradingview.
A simple visual representation of leverage implications in Bitmex. Can be used as a guide to place stops or targets to as the chart tends to jump from one liquidation point to another, most of the time. Different leverages can be selected. If I made a mistake in the percentages, please let me know so I can correct it! ;-) JD. #NotTradingAdvice #DYOR
This script is intended to be used as a risk management calculator. It will calculate the best leverage to use based on the maximum percentage of loss you are willing to incur on your trading portfolio. Also calculates the order value and order qty based on your inputs. Please note this calculator does not take into account any trading fees imposed by the exchange...
This is a simple script to aid with determining position size. Inputs are the intended entry price, desired risk (expressed as % of account at risk), account value, and leverage factor. To use the script; 1. Identify and update the entry price (yellow line on the chart) 2. Update with desired risk 3. Update with account size 4. Adjust the leverage value until...
simple tool to calculate where the positions are liquidated. each color is a level of default leverage used on mex, eg. 10x,25x, and so on. there is an offset input to adjust the levels horizontally, to make it easier to see in time where the positions got liquidated
This script allows you to determine the leverage required to enter one position based on the set entry price, the price of the expected take profit, stop loss and risk per transaction. It also allows you to schedule this transaction for 5 possible transactions, with different shoulders and a martingale coefficient for each subsequent gain at the same risk,...