RSI BAR COLOR 1) White - looking for a long 2) Orange - looking for a short 3) Gray - think //----------- 1) Белый - ищем вход в LONG 2) Оранжевый - ищем вход в SHORT 3) Серый - думаем
Copyright by jack calo -- v1.0 -- 03/04/2015 -- Paint the bar yellow when it's an inside day. When the full range of a candle is equal or within the full range of the previous bar. Credit to Rob Smith and his In The Black Strategy.
This indicator plots normal volume bar with some limit lines
This script calculates and displays some bar statistics. For the bar length statistics, it takes every length of upper or lower movements and calculates their average (with SD), median, and max. That way, you can see whether there is a bias in the market or not. Eg.: If for 10 bars, the market moved 2 up, then 1 down, then 3 up, then 2 down, and 2 up, the...
1 - Objective 2 - How to use (Theory) 3 - How to use (Grade System) 4 - Inputs 5 - Extras and Alerts 6 - Notes Objective This script aims to mark 3 Bar play patterns (both short and long) by identifying them on the chart, with an arrow pointing up from long and down for short. Aswell, setting alerts based on grade. Following the base concept, this script comes...
This is an interesting study that can be used as a tool for determining trend direction, and also could be a trailing stop setter. I use it as a gauge on MTF settings, in the pic MTF is turned off. If on, you can look at the bar cycle of the 1h while on the 15m giving you a lot of information in one tool. If a line is missing high or low, it is because it was...
Simple script which adds arrows above or below bars. Triangles will appear if close prices is in a above 80% or below 20% of tick price bar. Default values can be changed from settings.
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 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...
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 -...
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
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.
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.
Library "Time" Utilities for measuring time. bar() Gets the number of milliseconds per bar.
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...
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...