This is a study intended to port the work of /u/QuantNomad's "Kozlod - All-time high/low alerts" to pine version 4 without giving any alerts. It is intended to capture the most extreme points on any given price chart in real time, the absolute high and absolute low points. Ideally, the plotted lines would strictly diverge from one another in opposite directions...
Yeah. You read it right. It's not a mistake. It is buy high and sell low strategy. Main entry condition is to buy when price hits 40 day Donchian channel top. This is combined with my other regular filters which are aligned moving average and new high/low filter and yearly high/low filter. Exit condition can be based on two things: Donchian channel : Set...
This NR7 indicator was built on the concept by Thomas Bulkowski and his ThePatternSite. NR7 is based on high to low price range (true range) that is the smallest of the prior 6 days (7 days total), when one NR7 shows, it means that today's candle body (low to high) is the narrowest of the past 7 days. Then if the current close is higher than the NR7's high, we...
Level: 2 Background Swing trading is a type of trading aimed at making short to medium term profits from a trading pair over a period of a few days to several weeks. Swing traders mainly use technical analysis to look for trading opportunities. In addition to analyzing price trends and patterns, these traders can also use fundamental analysis. Function L2...
Linda Raschke has discussed this in public webinars that can be found on her youtube channel. She mentioned picking it up from Richard Dennis of the Turtle method. It's a potential consolidation indicator to identify turning points and continuations. Best used on the daily chart with the confluence of a short term momentum indicator. After a signal, break of low...
Modified coppock curve along with 14EMA can be used by non-aggressive traders as per detailed rules explained in video on "Trading made easy with secret coppock curve"
This indicator shows where the candlestick close occurs. The range of the indicator is from 0% - 100% (0% at the bottom, 100% at the top). If a bullish candle closes at the highest price it reaches within its allotted time period then the indicator will show 100%. The opposite is true for a bearish candle closing at the lowest price of it's allotted time period,...
Addition to previous time range script, now containing daily ranges. You can select a day of the week, and have it show the high, low, mid, and open of that day. For the time bands: Monday = 2 Tuesday = 3 Wednesday = 4 Thursday = 5 Friday = 6 Saturday = 7 Sunday = 1 Example 1: 1500-1800:2 This will colour the background between 3pm and 6pm on...
Essentially the same as TDFI. However, uses volume rather than price as the source data Above filter high indicates increase in volume Above filter low indicates drop off in volume Orig TDFI:
Impulse responses can fully describe their associated systems, for example a linearly weighted moving average (WMA) has a linearly decaying impulse response, therefore we can deduce that lag is reduced since recent values are the ones with the most weights, the Blackman moving average (or Blackman filter) has a bell shaped impulse response, that is mid term values...
This indicator try to find trends more accurate So first step is to make candle MTF and to find the average of high and low of the MTF candle. I think a ratio of 4/1 is good . so this seen in the lime /red line after we take this line and transform it to linear regression type . I use here 50 candle size seen in blue line if close are above the blue line then we...
Introducing A New Calculation For Efficient Bands Calculation ! Here it is ! The Recursive Bands Indicator, an indicator specially created to be extremely efficient, i think you already know that calculation time is extra important in algorithmic trading, and this is the principal motivation for the creation of the proposed indicator. Originally described in my...
Port of LazyBear's Weis Wave Volume indicator to pinescript v4 from v2.
Hello, i would like to submit a script dealing with Jurik Moving Average Crossing RSI . Also to avoid false positive, i made a test with long/short positions and entry/closing prices but unfortunately it's not working. I may be too noob to Pine. If you have some ideas to refactor / improve / make this section works: // ======= DEBUGGGGGGGG ============...
This version is the same as DEMARSI with following differences I add take profit to short and long when DEMA MTF 1 is crossing DEMA MTF 2 (they are calculated different that why when you increase int2 in min to longer time the difference between them increse) if you want the TP to be on signal of fast and slow DEMA RSI 2 (just change the code inside) by putting...
just to show a concept . I use volume S to make it as stoch and add to it MTF function B=buy S=sell D=down if you do not like the MTF fuction just remove it from code or put the time frame of graph to be exact as MTF one I did not add alert as it just a concept idea , to make it more complex it easy if you add more indicators to it and then compare the...