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 a trend based strategy that uses EMA and SMA intersection for determining the direction of the trend and MACD for the entry signal. At the same time, the strategy uses ATR, which is working as a trailing stop. The strategy entry will work when the Trend ribbon will turn green and MACD line will crossover the signal line. This strategy also takes into...
Here's a strategy for low time frames (30min suggested) for BTC , based on momentum Analysis using Stochastic RSI By default the strategy will use the 50% of the specified capital for each trade; if "Gamble Sizing" is enabled, it will add the specified amount of capital (25% by default, until reaching the 100% limit or lower) for the next trade after having...
For my first foray into pine script I took the code from the generic "Consecutive up/down" and flipped the logic. I added a linear regression filter to try and stay with the overall trend. ATR added for visual, I eventually want to use it as part of the money management. Rules to open trade or close the opposite: IF the linear regression slope is >=0 AND the...
Script looks back for a certain period of time and than enter when price close above that look back period ema. Once enter it does not care for how many times price cross above or below. Once entered, it will either hit percenatage based take profit of stop loss.
It is a small modification to the "Profit Maximizer Max" script to make it a strategy by date range.
This is a crypto strategy suited for big time frames like 3h+. THIS IS A LONG ONLY STRATEGY , SUITED TO BEAT BUY AND HOLD ! It's a very risky strategy because it has no stop loss at all, so be extremely careful with it. This strategy is made of 2 DEMA a fast and a slow one. We have two rules : entry it's when we have a crossunder between the slow DEMA and...
This strategy is based on a single price action analysis, where volume and price changes will trigger buy and sell orders. This strategy also can be used in combination with alerts to trigger orders in other exchanges or systems. Best performance is currently achieved using 4H timeframe.
This Strategy was LIVE coded during a webinar conducted by the author on 16-Jan-21 titled Backtesting in Tradingview. The system is named " Double Decker RSI ". The rules of this strategy are: LONG - RSI(5)>70 and RSI(14)>50 -- EXIT: RSI(5)<55 SHORT - RSI(5)<40 and RSI(14)<50 -- EXIT: RSI(5)>45 Instrument - BANKNIFTY - 1 HR Chart The code is open...
FIRSTLY, Here are a few who have influenced my pinescripting immensely recently: @JustUncleL @BigBitsIO @TheArtofTrading @QuantNomad @SquigglesNiggles and many many many more. Overview: > This indicator is a simple crossover of Moving Averages. > In addition I am using ATR rising as an indication for Trending Price. > The entry is made once the smaller moving...
This strategy script uses the "Spread Entry Strength" overlay indicator script I designed to show entry timing optimized for an Option Bull Call Spread. As for this strategy... The defaults for the strategy itself are as follows: Period for strategy: 1/1/18 to 12/1/2021. This can be changed to a different period using the settings. Condition for entry: ...
This goes with my MrBS:DMI+ indicator. I originally combined them into one, but then you cannot set alerts based on what the ADX and DMI is doing, only strategy alerts, so separate ones have more flexibility and uses. Indicator Version is found under "MrBS:Directional Movement Index "...
This is combo strategies for get a cumulative signal. First strategy This System was created from the Book "How I Tripled My Money In The Futures Market" by Ulf Jensen, Page 183. This is reverse type of strategies. The strategy buys at market, if close price is higher than the previous close during 2 days and the meaning of 9-days Stochastic Slow...
Kindly follow the rules stated below for entry, exit and stop loss. Not every Buy / Sell signal will be profitable. Timeframe of the chart acts as current timeframe. You need to choose 2 more as middle and higher timeframes. This indicator is based on candlesticks, ATR and CCI indicators and the logic provides buy / sell signals at the pullbacks of the trend...
VBand Strategy is simply used Vwap funcation and atr 14 for find the entry and exit points. This simple Strategy.
//Hello my fellow investors //I am creating a simple non-cluttered strategy that uses 3(+1) simple means to determine: viability, entry, and exit //1) Has a consistent trend been maintained for several days/weeks //2) SH SMA crossover LG SMA = Bullish entry/LG SMA crossover SH SMA = Bearish entry //3) Use the Slope factor & Weeks in Trend (WiT) to dertermine how...
Just turned LazyBears' Squeeze Momentum Indicator into a strategy. You can understand how it works and pay credit to LazyBear here: uk (dot) tradingview (dot) com/v/nqQ1DT5a/ Best results seem to be on the 4h chart. Added LazyBear's Volume Weighted Moving Average indicator, which can be used (select in strategy properties) to more selectively long or short if...
After I published Short Selling strategy with RSIofUO , I have been working for Long side strategy with same indicator. but for Long strategy , I have used only the Ultimate Oscillator ... (Not the RSI of UO) Logic behind this is , when UO goes below oversold level , high chance of possible reversal from there ... Ultimate Oscialltor values , I have used are...
Today I bring another crypto strategy that works greatly with pairs like BTCEUR, ETHEUR, for 3h+ time frames. Its a risky strategy because we have a hard stop loss of 25% of our capital which can be modified. The idea behind its simple, we have a candle which is made from open+high+low+close / 4 , and we make the decision based on this one. We only go long with...