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 long only strategy determines the price of the last fractal top and enters a trade when the price breaks above the last fractal top. The strategy also calculates the average price of the last fractal tops to get the trend direction. The strategy exits the long trade, when the average of the fractal tops is falling (when the trend is lower highs as measured by...
Bollinger Bands Breakout Strategy is the strategy version of Bollinger Bands Filter study version, which can be found under my scripts page. The strategy goes long when price closes above the upper band and goes short signal when price closes below the lower band. Bollinger Bands is a classic indicator that uses a simple moving average of 20 periods, along...
Exits added using trailing stops. 2.6 Profit Factor and 76% Profitable on SPY , 5M - I think it's a pretty good number for an automated strategy that uses Pivots. I don't think it's possible to add volume and day open price in relation to pivot levels -- that's what I do manually .. Still trying to add EMA for exits.. it will increase profitability. You can...
EXPERIMENTAL: use at your own discretion. custom session breakout strategy, it uses a percentage of daily atr to set breakout limits. strategy only viable for intraday timeframes and is suggested under 1hour.
This isn't my own work, hence giving it in Open Source library for others to benefit from it too. I have tried to refin the output of trendlines in this Strategy The original Code is available at The script needs some modifications, so I'll be making further updates in future, but for now I'm publishing this because...
Previous Day High and Low Breakout Strategy
This strategy goes long when highs are broken and uses a trailing stop that follows swing lows. User can configure a back test date range and choose whether or not to only take trades above a selected moving average. The desire for me to make this script was to try to capture those extreme breakouts that can occur after a consolidation/equilibrium pattern. This...
Breakout strategy of H4 and L4 levels. Manual entries and exits - higher profits BUT because I am a novice in pinescript, Can someone please: 1. Show me how to add exit strategy lines : close> ema(close,3) for exit short and opposite for long. I added myself but I can't make it to work in relation to camarilla entries; instead it shows all ema crossings.. 2.Why...
Fractal A type of pattern used in technical analysis to predict a reversal in the current trend. A fractal pattern consists of five bars and is identified when the price meets the following characteristics: 1. A shift from a downtrend to an uptrend occurs when the lowest bar is located in the middle of the pattern and two bars with successively higher lows are...
It is a long only strategy. 1. Buy when price breaks out of the upper band. 2. Exit has two options. Option 1 allows you to exit using lower band. Option 2 allows you to exit using basis line. 3. Slippage and commissions are not considered in the return calculation.
first draft of a breakout scalper which uses a fast and slow window sets up some entry stops and then a trailing exit stop. performs a manual close when going sideways.
Easy Trend Following Strategy using Highs and Lows breakout of the last X candles to enter and exit trades. You can easily change the ENTRY and EXIT value in order to find the best settings. This strategy seems to be working well for $BTC and $ETH on the 4H and 1D. I didn't play with it too much as I am testing script to trade on the 15 minutes chart with...
This is a twist on my on my Breakout Scalper strategy that limits trading to a user-configurable session Find the original "Continuous" version of the scalper here: The breakout scalper is based on "slow" and "fast" donchian periods. In this version, the "slow" donchian is in fact the Day's high/low....
This script is for learning purposes only This strategy will plot arrows when price breaks so far above/below WMA. The strategy will enter when the price breaks away from WMA. All entries are reversals. Users can set WMA length and source; also the distance of the price away from WMA to enter. Adjustable bracket orders are placed for exit, with trailing stop...
1. Find bar with the smallest narrow range for a chosen period. Use hvol for filter. 2. Place stop-order for long position at previous high and stop-order for short at previous low to catch breakout in any direction. 3. Take profit on the next bar.
2 agitated candles falling inside ATR range, awaiting possibly a big move. Buy / Sell signals at combined high / low can be used as order with other as stop loss. Counter trade, when this minimal stop loss is hit, is also as useful. However, wait till the SL candle closes, before opening position on the other side. Works quite well on 15 mins chart, with settings...
Hello, First I want to WARN THAT YOU NEED A MINIMUM OF 30X LEVERAGE FOR THIS STRATEGY IN ORDER TO WORK. THE REASON IS THAT THE SIZE IS CALCULATED BASED ON A VERY SHORT STOP LOSS LEVEL IN PIPS UTILIZE IT AT YOUR OWN RISK This is a daytrading strategy, that's suited for GBPUSD 1H timechart. It a very simple strategy that utilizes 2 moving averages : a very fast...
This script allows you to intercept price channel breakouts (Donchian channel) in a bullish perspective. Applicable both on Equities/ETFs and on Futures (Index Futures). We open a position when closes crosses the upper channel. The trade ends with a trailing associated with a fast lower Donchian or a monetary stop loss. It is an educational code and does not...