Capitalización del mercado de criptodivisas, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
BANCO SANTANDER S.A, GRUPO FINANCIERO GALICIA SA, Apple, NETFLIX INC, Facebook Inc, Alibaba Group Hldg Ltd
IBEX 35, Índice DAX, Euro Stoxx 50, FTSE 100, S&P 500, Nikkei 225
Bono español 10 Años, Bono de EEUU 10 Años, Euro Bund, Alemania 10A, Japón 10A, Bono del Reino Unido 10 años
Where to put your stop-loss to avoid accidental exit. Configure your risk level. If you are in a long position and significant profit, increase the parameters to reduce the risk of accidental exit.
FINALLY! As everyone who tried to create, understand, or even find the Buff Pelz Dormeier Anti-volume stop-loss indicator knows that - it's not easy. Personally, I have partially, or perhaps completely figured out, the tips Buff had given in Investing with Volume Analysis book. AVSL now is ready. Please do some test and give me a feedback how it works in your...
This is a redesign of the SuperTrend indicator. It removes stupid transitions between SuperTrend states and highlights initial points for both lines. SuperTrend is a moving stop and reversal line based on the volatility (ATR).
This is a redesign of the built-in Parabolic SAR indicator. I added a proper input system, an option to highlight initial points for both lines and an option to choose points width. So, customize it as you want. Parabolic SAR was originally developed by J. Welles Wilder and described in his book "New Concepts in Technical Trading Systems" (1978). It is a...
Average True Range Trailing Stops Strategy, by Sylvain Vervoort The related article is copyrighted material from Stocks & Commodities Jun 2009
// Constructs the trailing ATR stop above or below the price, and switches // directions when the source price breaks the ATR stop. Uses the Average // Directional Index (ADX) to switch between ATR multipliers. The higher // multiplier is used when the ADX is rising, and the lower ATR multiplier // is used with the ADX is falling. This ADX criteria further widens...
This script is designed to aid in back-testing and trade execution. It displays three sets of values - the teal colored value is the current ATR, the green colored value is your stop loss distance (in pips) below the most recent swing low for long trades , and the red colored value is your stop loss distance (in pips) above the most recent swing high for short...
## THIS SCRIPT IS ON GITHUB ## MORE BACKTEST SuperTrend is a moving stop and reversal line based on the volatility (ATR). The strategy will ride up your stop loss when price moviment 1%. The strategy will close your operation when the market price crossed the stop loss. The strategy will close operation when the line based on the volatility will...
=========== Fixed Percent Stop Loss & Take Profit % - { FOR STUDY SCRIPTS! } =========== A neat example of how to set up Fixed Stops and Take Profit as a percent of the entry price - This is for setting Alerts within your own Study Script for when either your SL or TP get hit. Yup, that's about it! You can ignore the actual entry/exit orders - they're based...
CM_MTF ATR Bands/Stops Many Options Available Via Input Tab: -Chart Defaults to Upper and Lower ATR's Based on Current Chart TimeFrame -Ability to Plot either Upper and/or Lower ATR's -Ability to Change the Time Frame ATR's are Based On! -Ability to change Look Back Period and ATR Multiplier Individually for Both Time Frames -This Gives you the ability to plot...
Exits added using trailing stops. 2.6 Profit Factor and 76% Profitable on SPY , 5M - I think it's a pretty good number for an automated strategy that uses Pivots. I don't think it's possible to add volume and day open price in relation to pivot levels -- that's what I do manually .. Still trying to add EMA for exits.. it will increase profitability. You can...
I share this TSL indicator with alert (I use it only for Stocks), the configuration is very simple, you must select if it is a Short or Long operation, time at which the operation was opened,% of the daily ATR for TSL. It also contains: - Alert - Panel Info
=========== Percent Trailing Stop % =========== Another Stop Loss Indicator today - our last Fixed SL/TP script went down quite well, this one is for adding a Percent Trailing Stop from Entry Price to your own strategy. You can ignore the actual entry/exit orders - they're based on a simple MA cross and are therefore NOT relevant, NOT profitable and NOT...
=========== Percent Trailing Stop (%) - { FOR STUDY SCRIPTS } =========== Wow - this is an example of how to implement Alerts relating to a Trailing Stop (%) within your Study Script. It's taken a bit of effort to get this working but I think we got there! Alerts include Open Long/Short, Trailing Stop Hit, and (the most important one) Movement of Trailing...
Here is a label panel that shows the stop-loss number for Long or Short trades based on volatility using average true range and and a mult of that.
Instantaneous Trendline Strategy by John Ehlers from his book "Cybernetic Analysis for Stocks and Futures". You can choose implementation of stop-loss. Don't forget to define correct spread for your instrument.
ATR Trailing Stoploss Buy=crossover(close,TS) Sell=crossunder(close,TS)
ST0P is a kind of a TRAILING STOP LOSS INDICATOR in which users can set up LONG or SHORT trade versions and also can set up a STOP LOSS level by percent % or unit difference. It tries to solve the problem of stop loss indicators' default BUY or SELL settings and non adjustable stop levels of % and difference change in price levels. (Will try to make updates...