Introduction: Spider charts, also known as radar charts or web charts, are a powerful data visualization tool that can display multiple variables in a circular format. They are particularly useful when you want to compare different data sets or evaluate the performance of a single data set across multiple dimensions. In this blog post, we will dive into the world...
Library "MyCandleLibrary" TODO: Candle Pattern Library IsEngulfingCandle(n, trendRule) TODO: Identify Bullish Engulfing Candle Parameters: n (int) : TODO: Candle Number trendRule (string) Returns: TODO: If Identify Bullish Engulfing candle return True otherwise False
Library "Libre" TODO: add library description here MMMM(toe) Parameters: toe (string) OOOO(toe, toe1, toe2, toe3, toe4, toe5, init) Parameters: toe (string) toe1 (string) toe2 (string) toe3 (string) toe4 (string) toe5 (string) init (int) XXXX(toe) Parameters: toe (string) WWWW(toe)...
Library "CandleLib" TODO: add library description here zero()
Library "time_filters" Collection of filters that related with time like sessions and datetime ranges. All existing session functions I found in the documentation e.g. not na(time(timeframe.period, sessionTimes)) are not suitable for strategies, since the execution of the entries and the exits are delayed by one bar. Thus I created this library to overcome this...
Library "Antares" this library contains some utility functions that I use in my open source scripts including moving average helpers, candlstick helpers, money management, formatters, convertors, webhook integration, analysis, filters and drawing helpers ma(type, length, source) Wraps all ma functions Parameters: type : Either SMA or EMA or RMA or...
Library "Heikinashi" This library calculates "Heikinashi". calc(_o, _h, _l, _c, _my_close) This function calculates "Heikinashi". Parameters: _o : open _h : high _l : low _c : close _my_close : Specify if you want to force only the closing price to a real value. Returns: TODO: add what function returns
Library "loxxexpandedsourcetypes" Expanded source types used in Loxx's indicators and strategies. rclose() rClose: regular close Returns: float ropen() rClose: regular open Returns: float rhigh() rClose: regular high Returns: float rlow() rClose: regular low Returns: float rmedian() rClose: regular hl2 Returns: float ...
Library "heikin_ashi_candles" This library is programmed to calculate the Heikin Ashi candles using the standard formula of Heikin Ashi Candles. Notice the Heikin Ashi chart type isn't 100% like the results from this calculation. You can import this library in your code to use it as a smoothing method for your strategy which operates on the standard chart...
Library "WpProbabilisticLib" Library that contains functions to calculate probabilistic based on historical candle analysis CandleType(open, close) This function check what type of candle is, based on its close and open prices Parameters: open : series float (open price) close : series float (close price) Returns: This function return the...
Library "HTV_LibraryV2" up_bar() 'up_bar' checks true for every candle that closed above open price. Returns: custom Series Bool last_up_bar() 'last_up_bar' checks true for every last candle that closed above open price. Returns: custom Series Bool down_bar() 'down_bar' checks true for every candle that closed below open price. Returns: custom...
Library "merge_pinbar" merge_pinbar: merge bars and check whether the bar is a pinbar merge_pinbar(simple, simple) merge_pinbar: merge bars and check whether the bar is a pinbar Parameters: simple : int period: the statistic bar period simple : int max_bars: the max bars to be merged Returns: array:
Library "AbdulLibrary" The library consists of three sections: Technical Analysis Functions - A collection of tools commonly used by day traders Trading Setup Filters Functions - A number of filters that help day traders to screen trading signals Candlestick Pattern Detection Functions - To detect different candlestick patterns that are...
Library "HA_Candles" Heikin Ashi Candles HA_Close() Heikin Ashi Modified Close Returns: Heikin Ashi Modified Close HA_Open() Heikin Ashi Modified Open Returns: Heikin Ashi Modified Open HA_High() Heikin Ashi Modified High Returns: Heikin Ashi Modified High HA_Low() Heikin Ashi Modified Low Returns: Heikin Ashi Modified Low HA_Delta(Heikin)...
Library "BjCandlePatterns" Patterns is a Japanese candlestick pattern recognition Library for developers. Functions here within detect viable setups in a variety of popular patterns. Please note some patterns are without filters such as comparisons to average candle sizing, or trend detection to allow the author more freedom. doji(dojiSize, dojiWickSize) ...
Library "CRCBars" min_max(open, open) Get bar min (low) and max (high) price points Parameters: open : Open price data open : Close price data Returns: is_bullish_bearish(open, open) Get bar bullish/bearish boolean signals Parameters: open : Open price data open : Close price data Returns: sizes(open, open, open, open) ...
Library "arsenal" This library is a collection of weapons that will help us win the war against the market. isNewbar(res, timezone) Checks if the res is in new bar at the current timeframe Parameters: res : - resolution of the bar to check if new timezone : - timezone of the resolution Returns: ch: - 1=true, 0=false