Traders, i have been observing crude oil for about 3 months now and somehow I can see that crude is respecting 42 days Moving average and crosses have created massive spikes most of the time. However you need to be mindful of the time to trade and timeframe since not all crosses creates spikes. Note: I have been testing on a 15min timeframe. Keeping this in...
The goal of this script is honestly to help everyone learn about trading with bots and algos. At least, to get started. Level 1: 10 lines of code. learn to plot 2 moving averages on your chart. learn to create a signal from a crossover. learn the very basics of Pine Script algo.
How it works? - It calculates the linear regression of the last X candles and define a range based on a linear regression deviation (represented by the 3 parallel lines over the last candle). -Open trades based on the breakout of the deviation of the linear regression (represented by the yellow triangle). -Advanced trend filter to not open trades against the trend...
This indicator allows you to filter noisy chart, with engulfing candles which have been rejected from current trend lines. Trend lines by default are 21 MA (fast) and 10 MA (slow one). If fast moving average is greater than slower one, automatically indicator would represent that like uptrend, and if opposite then like a downtrend. Consider to work only on...
This indicator allows you to filter noisy pin bar chart, with pin bars which have been rejected from dynamic support/resistance level also named as 21 Moving Average. I would consider to work only on higher time frames like 1H and higher, so you really can find only best entries. Have fun, write your feedback in the comments section:) P.S This is the first...
This script is an auto-adjusting grid bot simulator. This is an improved version of the original Grid Bot Simulator. The grid bot is best used for ranging/choppy markets. Prices are divided into grids, or trade zones, that will trigger signals each time a new zone is entered. During ranging markets, each transaction is followed by a “take profit.” As the market...
Designed Around the NNFX rules Selectible Baseine Selectible Exit Indicators ATR bands, ATR labels for TP and TSL (1x and 1.5x ATR). Indication (White Diamond) where candle is over 1x ATR in size. Combined QQE Fast & Slow (C1 & C2) confirmations, Candles Grey before Trend Confirmed, change to Normal Colour when Trend established (QQE MOD used for...
So here's an updated version of my automatic Pivot Point detector. If you don't like having a bunch of Pivots on your chart at once, or having to cycle through various resolutions to see different ones, this is for you! What does this indicator do? It automatically detects the nearest daily, weekly, and monthly pivot points both above and below the current...
Ichimoku Clouds Strong Bullish/Bearish signals with allerts The Ichimoku cloud was developed by Goichi Hosoda, a Japanese journalist, and published in the late 1960s. It provides more data points than the standard candlestick chart. While it seems complicated at first glance, those familiar with how to read the charts often find it easy to understand with...
Hello traders, That one is an experiment I was curious to see what a supertrend based on moving average cross could give How does it work? Bull event: fast moving average crossing over the slow moving average Bear event: fast moving average crossing under the slow moving average When the event is triggered, the script will plot the Supertrend as follow UP...
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...
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...
TRADINGVIEW BACKTEST SCRIPT by Lionshare (c) 2015 THS IS A REAL ALTERNATIVE FOR LONG AWAITED TV NATIVE BACKTEST ENGINE. READY FOR USE JUST RIGHT NOW. For user provided trading strategy, executes the trades on pricedata history and continues to make it over live datafeed. Calculates and (plots on premise) the next performance statistics: profit - i.e. gross...