This script consist of two parts: linear SSL and DEMA. The difference between original SSL and current is that it calculated by linear regression. The logic is simple: when SSL "crossunder" and DEMA is above the price - we get short signal. When price became above DEMA and SSL "crossover" - close short.
This is a full price action strategy designed for trending markets such as crypto and stocks. Its purely made on calculations for the highest high and lowest low using 2 different length , a faster and a slower one. With those we make multiple averages. Rules for entry: For long: our close of the candle is above both the average using fast and slow line For...
Dear Followers, today I'm glad to present you an indicator which calculates Moon Phases and let's you set an alert over it. This is a public free indicator based on the public one by @paaax: I added my usual alert system logic, plus some more customization inputs for easy coloring. The lower the timeframe you use it and set your alerts on, the more precise the...
This script is a template to execute your strategy with Stop Loss and Take Profit and showing Trades. Then, you can write your strategy without taking care of Stop Loss and Take Profit method. 3x Fixed Percent Stop Loss, Trailing Percent Stop Loss, Trailing ATR Stop Loss, Tailing HHLL Stop Loss 3x Fixed Percent, Take Profit
I started developing this strategy as a way to plug in and test values before defining them in the bots on 3Commas, Coinrule, and Quadency. None of those bots performed the same way my script did and I kept working on it until the strategy finally yielded the same simulated results when paired with the Tradingview bot on Quadency. I looked at all the different RSI...
The Ichimoku Cloud is a collection of technical indicators that show support and resistance levels, as well as momentum and trend direction. It does this by taking multiple averages and plotting them on a chart. It also uses these figures to compute a “cloud” that attempts to forecast where the price may find support or resistance in the future. The Ichimoku...
Uses two sets of MACD plus an RSI to either long or short. All three indicators trigger buy/sell as one (ie it's not 'IF MACD1 OR MACD2 OR RSI > 1 = buy", its more like "IF 1 AND 2 AND RSI=buy", all 3 match required for trigger) The MACD inputs should be tweaked depending on timeframe and what you are trading. If you are doing 1, 3, 5 min or real...
This is a strategy made using BB+ RSI indicators that seems to work great with 15 min major pairs for FOREX. THe rules for it are simple: For long we enter when the close of our candle crosses upwards the lower line and rsi crossover the over sold line We exit long when we have a short entry. For short we enter when the close of the candle crosses downwards...
Hi, today I bring you a price action strategy/indicator for Forex, made out for Marubozu candle type. For the entries of it check if we have a long or a short marubozu. For exit we have for long when the actual candle is green and the last previous two were red. For exit we have for short, when the actual candle is red and the last previous two were green. If...
This script is focused on shorting during downtrends and utilises two strength based indicators to provide confluence that the start of a short-term downtrend has occurred - catching the opportunity as soon as possible. This script can work well on coins you are planning to hodl for long-term and works especially well whilst using an automated bot that can...
Greetings. This is and update to my original indicator "Intraday Trailing Stop Loss". With this update it allows you manually setup the your entry price for the trade and desired stop loss value for either long or short positions. The trailing stop will dynamically follow the price movement if price goes into the desired direction and will not change when price...
The strategy was authored by Hucklekiwi Pip back in 2015 and is still being updated today. She says that the system was designed to simply catch short-term forex trends. At its heart, the system is a simple EMA crossover strategy with a couple of other indicators used for confirming entries. Strategy Rules See her original post here: www.babypips.com Be...
BSI provides two attractive graphs that breakdown the long (green area) and short (red area) positions ratio for the all Bitfinex margin cryptocurrency pairs only . It is a quantitative measure of the bullishness or bearishness that can be used as a trading rule or in a trading system entries or exits. Included slow stochastic oscillator.
A indicator that neatly shows you BitFinex margin longs and shorts that can be put on any chart!
Simple mean reversion strategy. Strategy aims to find three bullish or bearish candle pattern which ends with strong move. Position will be open until we get close above previous highs. Strategy uses also simple moving average to filter short positions. This strategy works well with QQQ and daily time frame but it seems to do fairly well intraday also. User...
Important: use only the BTC/USD pair on the 1D timeframe The indicator is designed to determine the zones for entry to buy or sell, as well as for closing deals. The indicator is based on a moving average with a period of 12. The parameters are not changeable, since the optimal settings (Safety trade) were used for the BTC/USD pair on the 1D timeframe. The code is...
Band of Filtered RS by Mustafa ÖZVER This code shows a range (max-min values) price may get if we get strong movements. These values is based on RSI (Relative Strange Index). And also these are calculated using RSI, if we get trades to make rsi is equal to 25 (or rsi down limit) or 75 (rsi up limit) or any value you set, how much will price value get? This code...
This strategy is oriented towards shorting during downside moves, whilst ensuring the asset is trading in a higher timeframe downtrend, and exiting after further downside. This script can work well on coins you are planning to hodl for long-term and works especially well whilst using an automated bot that can execute your trades for you. It allows you to hedge...