Dear Followers, today I'm glad to present you an indicator which calculates Moon Phases and let's you backtest the simplest strategy over it: buy/sell on full moon and do the opposite on new moon. This is a public free indicator based on the public one by @paaax: I added my usual backtesting logic, plus some more customization inputs for easy coloring. The...
This is a modified version of @SeaSide420 TSI CCI Hull with profits exit on long and short order ORIGINAL SCRIPT: /// /// feel free to edit/improve and comment
BINANCE:BTCUSDT ; BINANCE:ETHUSDT ; BINANCE:FILUSDT ; This strategy is simple and easy to read and takes advantage of conditional signs of trend reversals. It works best in 10-minute time frames for most large and mid-cap crypto. This code is a tutorial for creating a profitable yet easy strategy, and hopefully, it can be put to good use :)
This is a swing strategy designed for trending markets such as crypto and stock, with big timeframes , like 8h. For this strategy we take SMA, EMA, VWMA, ALMA, SMMA, LSMA and VWMA and make an apply them all to both HIGH and LOW separately and make 2 averages, 1 applied to high and the other applied to low. With them we make a channel. Rules for entry For long:...
Hello, this script was made upon the request of aliergin63, one of my followers. I do not know exactly from whom it is quoted. (It may be author HighProfit.) Long position when 8 dema is over 20 dema and 63 dema, it opens a short position for the vice versa. Alarms have been added. %0.1 comission added. Regards. Note : DEMA = Double Exponential Moving Average
Good morning traders. It's been a while from my last publication of a strategy and today I want to share with you this small piece of script that showed quite interesting result across bitcoin and other altcoins. The macd indicator is an indicator built on the difference between a fast moving average and a slow moving average: this difference is generally...
This short only strategy determines when there is both a NR7 (narrow range 7, a trading day in which the range is narrower than any of the previous six days), plus a inside day (high of the current day is lower than the high of the previous day and the low of the current day is higher than the low of the previous day) both on the same trading day and enters a...
The relative strength index ( RSI ) is a momentum indicator used in technical analysis . RSI measures the speed and magnitude of a security's recent price changes to evaluate overvalued or undervalued conditions in the price of that security. The RSI is displayed as an oscillator (a line graph) on a scale of zero to 100. The RSI can do more than point to...
Simple program to look for day of week or day of month patterns in chart data. All original work by Boffin Hollow Lab Author: Tarzan
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...
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.
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...
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...
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
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...
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 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...