Crypto trader and trading system developer Scott Phillips recently introduced a crypto trading system that specifies a set of rules for determining whether the crypto is in a trend. While the rules are not overly complex, they are complex enough that manual trend determination is somewhat laborious and prone to error. The ScalpiusTrend script is designed to...
A simple way to add up to 5 moving averages with optional crossover/crossunder alerts. Available options for Moving Average Type are: SMA EMA (default) HMA RMA WMA VWMA VWAP ALMA By default, 5 moving averages are enabled and set to the following: MA1 set to 5 MA2 set to 13 MA3 set to 50 MA4 set to 200 MA5 set to 800 Each moving average...
This script would find potential reversal price zones according to RSI over bought or sell condition and big reversal candle. It works better in range markets and lower time frames like 5M and especially in Support/Resistance zones. Suit for scalping in forex or crypto markets. * Use it as a trade assistant not a trade signal!
Hello, This is my version of Super Trend The biggest problem with supertrends is that there are a lot of false signals, which when the trend is uncertain give a lot of losses My task in creating this script was to minimize the number of false sinhals. Smart supertrend is both dependent on ATR, price movmment as well as ADX, CLOUD It works in such a way that...
My strategy uses a combination of three indicators MACD Stochastic RSI. The Idea is to buy when (MACD > Signal and RSI > 50 and Stochastic > 50) occures at the same time This strategy works well on stocks and cryptos especially during market breaking up after consolidation The best results are on Daily charts, so its NOT a scalping strategy. But it can work...
The original Average True Range (ATR) indicator is a technical analysis indicator designed to measure volatility. The higher the ATR the higher the volatility. The RECON ATR Volatility Percentage indicator calculates the Average True Range (ATR) as a percentage. Suggested chart timeframes: 1h, 4h and 1D seem to produce the most useful intel but can be used on...
Shows the long/short ratio (amount of longs per short) on ANY Bitfinex pair (BTCUSD, ETHUSD, ADAUSD, ...).
Short Summary This indicator takes the differences in the previous 4 period OHLC inputs, and compares them to the previously closed candle input. The difference is then placed into an oscillator that when all four inputs are scrolled back on, shows an EKG appearing oscillator / volatility measure for traders to use on indexes, tickers and markets that do not...
Continue experimenting with different combinations of strategies. Here is the PSAR Strategy calculated based on HA candles. HA is already calculated inside the script, do not apply it to HA candles. Strategy is calculated based on 25% equity invested with 0.1% commission. #################### Disclaimer Please remember that past performance may not be...
This strategy has three components. Philakones EMAs are a sequence of five fibonacci EMAs. They range from 55 candles (green) to 8 candles (red) in length. A strong trend or breakout is marked by the emas appearing in sequence of their length from 8 to 55 or vice versa. These EMAs are also used to signal an exit. Only two EMAs are used for exit signals -...
This strategy is designed for crypto markets like ETHUSD/T, BTCUSD/T and so on. It works amazingly with 15 min time frames. Its idea consists in : We have the RSI indicator, and with it we check for the crossover with overbought and oversold levels. At the same time we have the zigzag which is made from the higher highs and the lower lows between a specific...
This is a simple and efficient crypto strategy, designed for big timeframes like 12/24h. On history it beats buy and hold strategy in many ocasions, and because of a low DD, pyramid can be used to elevate our winnings while still keeping a low DD < 40% avg. For the purpose of this example, I used 100% of the capital on each trades, together with a comission of...
Developed for Crypto Currency Market! Use for 15 minutes period or more! Under 15 minutes, results are unpredictible. This script had been orginized with Donchian Lines based on support and resistance levels. Rules: If the price is under top line, you will be ready for short position, and over the bottom line, long position. When the price passes the red and green...
This version its made for 8-12h and works amazingly on the ETH pairs. Can be adapted to others as well For this example, I used an initial 1$ account, using always full capital on each trade(without using any leverage), together with a 0.1% commission/fees for each deal, on Coinbase broker. This is a long only strategy The components for the inside of the...
Just putting this out there. I created this Strategy based on Everget Zlema. Opens long trade when Zlema changes color. It is profitable as it is, but just putting it out to the community to see if someone else has ideas to make it better. How to make this strategy better? 1. FInd a way to filter ranging bad trades. 2. Trades would be more profitable if entry...
Today I am glad to bring you another great creation of mine, this time suited for crypto markets. MARKET Its a high and low strategy, designed for crypto markets( btcusd , btcusdt and so on), and suited for for higher time charts : like 1hour, 4hours, 1 day and so on. Preferably to use 1h time charts. COMPONENTS Higher high and lower low between different...
This script utilizes the 100 EMA and the 100 SMA with printing labels for "Buy", "Short", and "Take Profit". Essentially this indicator will print a "Buy" label when the 100 EMA(green line) is above the 100 SMA(red line) and "Take Profit" at the pivot points. NOTE: There will be instances where the labels print based on coded criteria but will be false compared...
Hi everyone The today's script was suggested by a follower. -------------------------------------- 1 minute of Knowledge -------------------------------------- Many traders look at volume as a pre-signal that a move may happen. In trading, some say that "the volume precedes the movement". This simply means that often volume will increase before a significant...