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,...
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...
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...
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:...
I believe there are many friends who have been confused by the leverage problem of TradingView strategy, when backtesting, it is always unable to bring its own leverage, so it is impossible to do leverage sustained compounding, this key point, and many friends are looking forward to solve. In particular, the default_qty_value = 100, where 100 is the upper...
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...
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...
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...
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...
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...
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 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...
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 more like a tool than an indicator. The script determinates the amount of contracts and the leverage needed to do one trade. You must specify the following parameters: Entry price Stop Loss price Stop Loss risk. It's the capital that you will loss if the price hit the SL price. Operation equity. It's the whole capital involved in the...
Hello This is my second attempt to catch EURUSD moves. This time I decided to experiment with solid TP and SL levels, Script is optimalized for 30min --->> FOREXCOM:EURUSD The strategy logic here is also quite simple: To define trend I used Centred Trend Indicator , which with the lower value can be good filter for trend momentum with a short timeframe...
Uses the active ticker to show long/short values on all Bitfinex pairs that have that data available on Tradingview.
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,...
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...