Order Size (Units) and Entry/Stop PricesThis is a risk management script derived from the Turtle trading system. I will define what is needed for each input and will also include a brief description about the intended implementation of the risk management strategy. The risk strategy can be used with any trading strategy. This script displays the order size as a unit. 1 unit is the intended size of an entry, first or adds. If trading contracts, Unit Value is presented in terms of number of contracts. If NOT, Unit Value is presented in terms of total cost for a unit in the currency of the market being traded.
::Inputs::
"Available Capital:" - This number should be the TOTAL amount of capital for use in trading account. DO NOT adjust for leverage. The default available capital is set at 15000.
"Account Currency:" - This should be the currency type for the amount entered into "Available Capital:".
"Does Account Currency Need To Be Converted?" - The currency type of "Available Capital:" must match the currency type of the market being traded. If the value of capital is not known for the market currency type, this option will perform the necessary calculation.
"Exchange used to derive BTC value" - This option is used to determine the exchange rate for currency conversions.
"Market Being Traded:" - This option reflects the trading pair of the asset being traded.
"Trading with leverage?" - This option will allow a user-specified constant value (i.e. leverage factor) to be used for calculating the account balance and number of units (i.e. order size). This is option is set to "No Leverage" by default, which will only allow the specified available capital to be used for balance and unit calculations.
"Amount of Leverage? (1-100)" - This number is the leverage factor being applied to the account per trade (e.g. 2.5, 5, 25, 50, 100). The default leverage factor is 100.
"Trading Contracts?" - This option will allow a user-specified value, for contracts, to be used when calculating unit value per order. This option is intended to be used when trading a derivative product (e.g. a contract.)
"Cost Per Contract" - This number should be equal to the value of the derivative, quoted in dollars. (e.g. Bitmex contracts are valued at $1, so the cost per contract = 1. Deribit offers contracts valued at $10, so the cost per contract =10.)
"Risk Percent" - This number should be the percent of capital you are willing to risk for each trade. (e.g. A $10,000 trading account using 2% risk would risk LOSING $20 on a trade.) Increasing or decreasing the risk amount will adjust stops and adds. This strategy would normally consider the total account equity when calculating the size of every new position. Currently, this indicator only calculates on the amount entered into the "Available Capital:" field. I plan to address this factor before implementing the script into the final complete trading strategy script. The default risk percent is set at 2.
Please remember, this indicator is technically in a testing phase. It makes up only a small piece of what will be a much more involved script.
***I am having some trouble with getting correct calculations when trading "BTC Market". I have yet to determine if the issue is due to the TradingView feeds or if the issue is in the actual code. I have, so far, calculated differences of 15-30% when comparing an asset value between it's trading pairs. I am always open to ideas and suggestions.***
Stoploss
ATR Entries & Stop Loss [Jigga]This is a simple script that displays multiples of ATR and shows you where the potential zones for longing and shorting are. The majority of people use ATR as a stop loss, so we can use it for our advantage and get in when they are stopped out. There is also a possibility to add a stop loss, so a trader can lose little when he is wrong and maximize profit when he is right. It works the best in ranging markets.
Do not forget to always use a proper stop loss and risk management.
Here you can see it in action:
BTC - BitMex - Range bound market
MTF Bollinger Bands, SuperTrend, TEMA Wave and ATR Stop LossThis script is a combination of useful overlay indicators that can be used for day trading or swing trading. You can use it for long term positions as well, but some tweaking may be required. I also added the multi time frame possibility for the majority of settings. This indicator gives you a lot of opportunities and trade setups. Default settings are made for day trading, using intraday time frames.
This script can display the following:
4 independent Bollinger Bands (MTF)
4 independent SuperTrends (MTF)
6 independent TEMAs (MTF)
ATR Stop loss for longs / shorts
Default settings display 3 Bollinger Bands, 2 TEMAs(I have found these two TEMAs particullarly useful, see screenshots below) and a signle SuperTrend.
Do not forget to always use a proper stop loss and risk management.
Here you can see the script in action in different markets:
BTC - BitMex - Setup before the drop from 7400 USD
BTC - BitMex - Setup before the drop from 8400 USD
BTC - BitMex - Setup before the pump to 7800 USD
BTC - BitMex - Setup before the pump to 6800 USD
Babypips: Inside Bar Momentum StrategyThe strategy contained in this post comes courtesy of babypips (.com), an excellent resource for all thing forex related. If you are new to trading, the site is definitely worth checking out!
Code commentary and an introduction to Inside Bars are available for this post on the Backtest-Rookies (.com) website.
Note: If you are interested in custom development services, please check out our services page on the Backtest-Rookies site.
Strategy Overview
Inside Bar Momentum Strategy.
Inside Bar Detection
Position sizing based on stoploss distance ( Note: Based on equity and assumes that the account currency is the counter currency.
Stop buys for entries
Takeprofit / Stoplosses for exits
Control Stopbuy, Takeprofit and Stoploss targets with inputs
Control Backtest start/end dates
[ALERTS]Super-Trend & SL/TP V3This simple script analyzes the trend in real time...
Alerts, SL, TP, bla, bla, bla...
MOST by Anıl ÖZEKŞİMOST : Moving Stop Loss Indicator
Developed by economist Anıl ÖZEKŞİ for MATRİKS TRADER platform.
This indicator is like a trailing stop indicator but differs in two ways.
First, trailing stops often uses price bars to determine the stop level, but MOST uses an adjustable percent of the Exponential Moving Average of the price which smooths the sudden price moves.
The second thing is that MOST gives BUY and SELL signals instead of giving one way signals for price action.
MOST has an EMA and a trailing percent stop level of EMA that can be adjusted by changing the length of the EMA and %percent of the stop level.
BUY when ExMoV crosses above MOST
LONG CONDITION when ExMov is above MOST
SELL whenExMov crosses below MOST
SHORT CONDITION when ExMov is below MOST
Developed by Anıl ÖZEKŞİ teknikanalizsanati.com
Zentrading Trend Follower_v1.1For more information on how to use and how to subscribe please visit
www.zentrading.co
Our ZenTrend Follower is designed to get you into trends in a safe an risk averse manner. It does not only provide you with buy and sell signals forcing you to either react quickly or miss the trade. Rather, our algorithm detects when a trend setup is active and plots a breakout level where you can enter the trade. This also makes it easy for you to scan many assets quickly: All you need to do is see if the indicator has detected a setup, if not, move on!
To ensure that you capture the trend, the indicator indicator shows you where to place your stop loss as the trend progresses. We will also show you a few other simple ways to exit the trades at higher profit levels in the detailed manual you receive after purchasing the indicator.
The shaded areas on the chart indicate that a trade setup has been detected by the algorithm: Green for bullish setups, red for bearish setups. The blue dots are the breakout level, if the price breaks this level the trade is entered. (as you can see on the chart, they can sometimes move towards the price!) Red crosses are plotted as your trailing stop loss, if price breaks the stop loss the trade is closed.
lamBOTghini-ALERTador & SL/TP V3I publish the code again in case someone is interested in learning. I am not an expert, I learned from others who published their scripts and for this reason I do the same.
If someone tries to sell you a script it is because they do not make money with it in trading and they need to sell it to earn something.
It is a simple combination algorithm of 3 EMA with stop loss and Take profit and with alerts.
Enjoy!
¡Mucho ánimo a los Venezolanos!
¡Saludos desde España!
ATR Trailing Stop Bands [R] This is based on the Average True Range Trailing Stops Strategy by Sylvain Vervoort, coded on TV HPotter. I have added Bands to see potential short and long stop loss zones before the indicator signals to switch itself, also changed color on the main Trailing Stop based on whether it is short or long, added increased stop loss hunt protection by combining with my Wickiness indicator to add Wick Protection, based on either Average or Maximum Wicks, to prevent your stop getting wicked out. Experiment with different timeframes according to your trading style and how long you like to hold a trade. This indicator does not intend to tell you when to take profit, just how to place your stop to give you the best chance of not getting stopped out too early and to minimise risk by trailing it safely.
May you all never be stop hunted again.
Adaptive MAs (MAMA, FAMA, KAMA)Adaptive moving averages a.k.a volatility-weighted moving averages are great tools for filtering out whipsawed trades as well as protecting the traders from premature exits when using stoploss. Adaptive moving averages are constructed in such a way that:
1) as volatility increases the sensitivity of the moving averages decreases, distancing the moving averages from price.
2) as volatility subsides, the sensitivity of the adaptive moving average starts to increase, drawing it closer to price action.
References:
stockcharts.com
www.mesasoftware.com
Find me on Twitter .
WickinessThis script measures the maximum and average length of upper and lower wicks. While this can be used as a volatility gauge and to see if there is more support or resistance, it's primary use is to not get wicked out on stops, by adding one of these numbers to the the Moving Average or S/R level that one is using for a Stop, plus maybe a few points of buffer.
Donchian Channel with Range AdditionA Donchian Channel with additional zones at places where its range is smaller than a set amount of atr. Thus it kind of combines with Keltner Channel qualities. Purpose is to set a stop loss wide enough to avoid shaking out of a position. The example chart shows a Philips day chart, where I opened position on 16 juli at 37,50 and set the stop loss at low border level 35,60, on 23 juli was an earnings rapport, the wick of the candle shows that quotes went very low, obviously smart traders had to fill a huge order and hunted for stops, triggering my stop closing the position. next days quotes went a lot better, so I missed the fun. The Donchian Channel was too narrow because quotes had ranged in the previous weeks. If I had placed my stop on the additional low, setting it 5 atr below the high border, my stop would have been safe.
BitMex Trailing Stop StrategyThis script is designed for those who want to use BitMex's trailing stop. It's not meant to be used as entry exits, but rather to get an idea of how wide the trailing stop needs to be. I suggest you backtest with different values. The script can also be integrated into an existing strategy which does give entry/exits to act as its stop loss.
ATR stopATR stop loss.
You can set the price at which you want to open position and the script will calculate where to put the stop loss on the ATR.
BottomFinder Adv. Charts Suite V2.0With the advanced charts suite you get multiple indicators you can overlay on your charts, while only using one indicator slot. We made this after requests from our members, to assist those who use a free TV account. IT can take a minute or more to load... be patient! Its not advised to use them all at once, use them in combinations and see what works for you! I wanted to include more indicators, but hit some of the limits imposed by pine script. All options are off by default.
Included are:
Ichimoku Cloud
Support Resistance Fractal
Trailing Long/Short Stoploss
Bull Bear Squares
Triple Hull Moving Average
Standard Hull Moving Average
Fibonacci Daily
Advance Decline Lines
This indicator is available to all our members at no extra charge. If you would like access join us in the link from my signature. You can get a trial of our paid indicators and access to the free ones as well.
Please also like this indicator, and follow me on TradingView for access! We have many more great free indicators coming in the future!
DYNAMIC SUP/RES 1.0Dynamic Support / Resistance Indicator. Good for scalping ranging price action and detecting breakouts.
White area represents current range. Red lines are Stop Loss levels based on range and Risk to Reward ratio of choice.
Free to use for Cryptosurge discord members: discord.gg
Trade safe and DYOR.
Stop Loss with ExitsStandard Percentage-based Stop Loss for long and short, with configurable extra exit conditions.
Just copy/paste into your script.
Uses "low" and "high" values for crossing the stop loss threshold, but can be changed to "close" if you prefer (change "low" and "high" on lines 31 and 32 to "close")