This scriptlet is a part of an ongoing project and attempts at volume and dollar bar identification. The original idea is taken from excellent books 'Hands-On Machine Learning for Algorithmic Trading' (2019) by Stefan Jansen and 'Advances in Financial Machine Learning' (2018) by Marcos Lopez de Prado. Statement of Purpose I am an advocate of Open source and...
Library "LibraryCheckNthBar" TODO: add library description here canwestart(UTC, prd) this function can be used if current bar is in last Nth bar Parameters: UTC : is UTC of the chart prd : is the length of last Nth bar Returns: true if the current bar is in N bar
pinocchio bars defaults set for EUR/USD on M15 chart, alter as necessary j.tate 03.17.18
This script will add text to bars showing the price change of the bar as a percentage, both for open/close and high/low. It can be used together with Rate of Change to better get an idea of how the price moved at a previous point in time. Script uses labels for text, as there is a maximum limit of 500 labels if you want to study price movement for a specific...
This is for displaying a price line showing the spread difference of brokers such as 1broker.com or trading212.com where price is different than actual price. It may also be used as an ask line or to provide an additional alternate chart. Version 2.1: - JPY pip correction - Price Line - Area - Kagi, Does not work on Forex pairs! - Western Bar - Candlesticks -...
This strategy analyzes the three and four-bar play which is when price action has a wide igniting bar that has a full body, then one or two narrow bars which have a relatively equal high for long plays and relatively equal low for short plays, then a continuation bar. You should not take plays that will encounter resistance. The stop loss is placed for long plays...
Library "Time" Utilities for measuring time. bar() Gets the number of milliseconds per bar.
This indicator shows the three and four-bar play which is when price action has a wide igniting bar that has a full body, then one or two narrow bars which have a relatively equal high for long plays and relatively equal low for short plays, then a continuation bar. You should not take plays that will encounter resistance. Jared Wesley is one of the more notable...
Rising three bulling pattern indicator as described by Neetesh Jain:
Indicator to measure the size of the candle body against the whole candle including the wicks. More information can be found here www.fxstreet.com This indidactor is based on Marco Mayers article. All credits go to him.
I made this to serve as a reminder if a candle is not closed yet. This is to avoid entering a trade based on a candle that is not closed because this candle could look alot different by the time it closes. Good luck.
Rising three bar bullish pattern indicator as described by Neetesh Jain
Library "SessionInfo" Utility functions for session specific information like the bar index of the session. inSession(spec) Returns true if the current bar is in the session specification. Parameters: spec : session.regular (default), session.extended or other time spec. Returns: True if the current is in session; otherwise false. ...
Library "LabelHelper" Utility for managing active labels on the chart. add(level, txt, labelColor, textColor) For displaying a lable at the last bar. Parameters: level : The value to display the label at. txt : The text to show on the label. labelColor : The color of the label. textColor : The text color of the label. Returns: The...
HG Scalpius - Previous Bar Highlight This indicator highlights the 20th bar from the current bar and has the below applications for trading the HG Scalpius system: - Determining if trend mode off switch is triggered, failing to set a new higher (lower) close in the trend with 20 bars - Determining the highest (lowest) bar in the previous range to decide if a...
Author: Johnan Prathap TASC March 2011 The typical inside bar two-bar view indicates minimal activity in a market. It is defined as a bar (or series of bars) that is completely within the range of the preceding bar; that is, it has a higher low and lower high than the bar immediately before it. Some traders consider a bar an inside bar if the high and low are...
Here is another indicator. This indicator is useful from psychological point of view. It has a 20 EMA, which you can change to any value. The color of the candles or the bars will stay green unless and until we have a closing below 20 EMA, where it would give a red bar. The tool has a great impact on psychology and keeps us in trade irrespective of the...