Crypto Market Cap, BTC/USD, ETH/USD, USDT/USD, XRP/USD, Bitcoin
LAND SECURITIES GROUP PLC ORD 10 2/3P, BURFORD CAPITAL LIMITED ORD NPV (DI), SMITH & NEPHEW PLC ORD USD0.20, BIDSTACK GROUP PLC ORD 0.5P, LLOYDS BANKING GROUP PLC ORD 10P, BARCLAYS PLC ORD 25P
FTSE 100, DAX Index, Euro Stoxx 50, S&P 500, Nasdaq Composite, Nikkei 225
US 10Y, Euro Bund, Germany 10Y, Japan 10Y Yield, UK 10Y, India 10Y
This is the study/indicator alert version of the macd + ema strategy. The strategy details are the following : Is a simple, yet efficient strategy, which is made from a combination of an oscillator and a moving average. Its setup for 4h candles with the current settings, however it can be adapted to other different timeframes. It works nicely ,beating the buy...
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...
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...
Daily Short Volume shows short volume (red) and total volume (green). This can be helpful in determining a build up of short interest before a crash (or squeeze), or if the mark up of a stock is from short covering or legitimate buyers.
This is a simple RSI based signal indicator. It is intended for algorithmic trading by bots, currently working one up for bitforex.uk.to and okcoin.uk.to to use this. For the best results leave it on 1-Hour time-frame. It also works best on bitcoin and stocks, not so much oil. GBP/USD and AUD/USD it fairs well too. When RSI touches 70 it gives a...
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...
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...
Buy and Sell signals for your profits. You can try different parameters. (NO REPAINT) but you must wait for the candle to finish. Code is remake.
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
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
Uses the active ticker to show long/short values on all Bitfinex pairs that have that data available on Tradingview.
Hello there , Short version of the Macd Long strategy. MACD Long strategy: Adding margin: Forbidden or not specified. (Add Margin : No) Position size: (for each trade) 1% Stop-Loss: (2% Above Entry Level) Long: macd crossunder Exit: macd...
This is a simple strategy to take advantage of downtrends. It's useful to run such a strategy as a hedge in times of market uncertainty. The Sell Condition - Entry The sell signal triggers when: the coin has MA (100) greater than the price in a timeframe of 15 minutes, meaning that the coin is in a short-term downtrend. the coin has an RSI greater than...
This source code is subject to the terms of the Mozilla Public License 2.0 at mozilla.org © 03.freeman This strategy is based only on T3 moving average, but uses sma 200 as filter for enter long or short. The default settings considers a daily timeframe. The strategy is very simple: long if T3 increase, short if T3 decrease. Note that if you...
Send MACD alert through email (available for free/pro user): // 3 - buy // -2 - short // 0 - close position // 1 - ignore Example buy signal Alert: STRAT3. BINANCE:BTCUSDTPERP, price = 31080 Example sell signal Alert: STRAT-2. BINANCE:BTCUSDTPERP, price = 31080 Example close signal Alert: STRAT0. BINANCE:BTCUSDTPERP, price = 31080 Example ignore signal Alert:...
This script allows you to set breakout alerts. An alert will be triggered only when price breaks and closes beyond the specified prices. You will get an alert on the first candle that closes beyond the levels you set.