SLOPED Trailing SL with ATR I thought capital is sometime locked for long periods s when volatility is low, hence: SLOPED Trailing SL with ATR This indicator provides a trailing stop loss that dynamically adjusts based on the Average True Range (ATR) and incorporates a user-defined upward slope on flat areas. It is designed to follow the price movement more...
This is a momentum strategy based on the Commodity Channel Index (CCI), with the aim of entering long trades in oversold conditions and short trades in overbought conditions. Optionally, you can enable an Exponential Moving Average (EMA) to only allow trading in the direction of the larger trend. Please note that the strategy will not plot the EMA. If you want,...
This is a simple tool designed to help you visualize your stop loss and take profit levels before entering a trade. The tool plots two lines on the chart - a green dotted line for take profit and a red dotted line for stop loss (similar to the price line) - with a simulated default spread of one pip factored in. The indicator has the option to toggle between long...
Library "LevelsManager" TODO: Track up to 6 TakeProfits and 1 StopLoss achievement for one or many of your buy/sell conditions. manageTrade(bool, bool, bool, string, string, float, float, bool, bool, bool, bool, bool, bool, float, float, float, float, float, float, float) Track TakeProfits and StopLoss achievement for one or many of your buy/sell...
OVERVIEW The Average True Range Multiplier (ATRX) is a simple technical indicator that takes the value of the ATR indicator and multiplies it by a user-specified amount. CONCEPTS This indicator is primarily used to set key levels based on historical volatility. The ATR indicator alone measures the historical volatility of the selected instrument, this...
BINANCE:BTCUSDTPERP Hello, this is my alerts version of BTCUSDTPERP MEGABOT 60min THIS BOT IS ONLY FOR BTCUSDTPERP ON BINANCEFUTURES !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! This configs are only for this pair on this market, It depends of volume , and others indicator Bot is making amazing results at configs TP - 4.5% SL - 7% Strategy using 4 indicators...
SEMA-X (sema cross) It's a simple EMA cross strategy Rules of strategy 1. 2 EMA crossing 2. Long (Golden Cross), Short (Dead Cross) 3. Target profit, stop loss setting You can also get big trend gains if you set a long target price. * * * SEMA-X (세마크로스) 간단한 EMA 교차 전략 입니다. 전략의 규칙 1. 2개의 EMA 교차 2. 매수(골든 크로스), 매도(데드...
This is a long only strategy adapted for crypto market. Its idea is to take the most juice out of a long trend and cut the losses as soon as possible. For this , its components are RSI with a very big length - 100 or 200 preferably and RVI. Rules for entry If RVI is in the buy zone and we have a crossover from RSI with the overbought level. Rules for...
SL Hunter Tracker coded by Bogdan Vaida SL Hunter Tracker is a meticulous hunter that tracks SL hunters. First it plots the fractals on the chart, then it draws lines from them to the last wick that touched that height. You can add sweep alerts, once per bar close, so that you get notified when a wick was touched. Tested on: EURUSD 30'
This is a long only strategy. This strategy measures and creates a signal when an asset is moving out of a correlation with CBOE VIX into an inverse correlation. It also has a risk management with TP/SL based on percentages. If you have any questions let me know.
Today I bring you one of the best systems I have found for 15min chart for EURUSD, can be adapted to other pairs aswell I suppose. Its made of 4 SMA 3 6 9 50 and EMA 200. It only makes 1 trade per day, in this case we have a risk % of our total eqquity, being the min 0.1 lots , can be changed tho . We target TP/SL the same 1:1 rr, in this case I use 30 pips for...
This strategy is made from a crossover of 2 ema : 4 and 8 in this case, together with a RSI of lenght 10 applied to hl2 The strategy is simple : we enter when we have a cross between the 2 ma's and rsi at the same time is in ascending or descending position crossing the middle line of 50. For exit we have : at the end of a session( we trade only between london...
This strategy is designed for daytrade charts. Its made from EMA 4 / EMA 8 to check for crosses RSI levels for overbough/oversold CCI levels For entry, we check first if the ema 4 crossed ema 8 Secondly we confirm by checking the level of RSI level Finally we confirm with CCI level If all of them are on the same page we enter. For exit we have a fixed...
Some updates to the scrypt "MA * Fibo levels (auto)" In the previous scrypt we drew lines using either highs or lows of the candles due to the positiveness or negativeness of given percentages. But, after some research it seems easier to use CANALS to buy or sell rather than LINES. So these canals are the intervals between SMA(highs) and SMA(lows) multiplied by...
=========== 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...
A few updates to the previous post. In order to catch more exact points of TP and SL, the scrypt takes "high" as the source of SMA if the percentage is greater than 0 ( > 0), and "low" as the source when the given percentage is less than 0 ( < 0). So there are two basic SMA line ( one with "high", the other one with "low"), and the other lines would be results of...