Library "Table" This library provides an easy way to convert arrays and matrixes of data into tables. There are a few different implementations of each function so you can get more or less control over the appearance of the tables. The basic rule of thumb is that all matrix rows must have the same number of columns, and if you are providing multiple...
Library "lib_retracement_label" creates a retracement label between the origin and target of a retracement, updating it's position (via update + draw) when the target moves. create_tooltip(name, min, max, tol_min, tol_max) Parameters: name (string) min (float) max (float) tol_min (float) tol_max (float) method update(this)...
Library "tools" A library of many helper methods, plus a comprehensive print method and a printer object. This is a newer version of the helpers library. This script uses pinescripts v5 latest objects and methods.
Library "PineHelper" This library provides various functions to reduce your time. recent_opentrade_entry_bar_index() get a recent opentrade entry bar_index Returns: (int) bar_index recent_closedtrade_entry_bar_index() get a recent closedtrade entry bar_index Returns: (int) bar_index recent_closedtrade_exit_bar_index() get a recent closedtrade...
What are Order Blocks: Order blocks in forex refer to the collection of orders of big banks and institutions in forex trading. The big banks do not just open a buy/sell order but distribute a single order into a check of blocks to maximize the profit potential. These chunks of orders are called order blocks in trading. Types of order blocks Order blocks are...
After daytrading for a while i came into conclusion that price action trading is the most successful way to trade for me and this project was for me to simplify my way of trading at the beginning. Eventually it got big and turned into a very useful helper indicator for me to setup on different pairs for alerts and only look at the charts to decide for entry when...
Library "external_input_utils" Collection of external input utilities for conversion and other hacky functions str_to_src(value) str_to_src - Convert the string value to the coresponding source series. It can be used to limit the "input.source" choices provided to the end user. The most interesting part is that it can be used to overcome the "one...
A Magical little helper friend for Candle Math. When composing scripts, it is often necessary to manipulate the math around the OHLC. At times, you want a scalar (absolute) value others you want a vector (+/-). Sometimes you want the open - close and sometimes you want just the positive number of the body size. You might want it in ticks or you might want it in...
█ OVERVIEW This indicator is to show constant in table using built-in math name space, coded in latest Pine Script version 5. █ CREDITS Credits to PineCoders. █ FEATURES - Display table by changing table position, font size and color.
█ OVERVIEW This helper intend to simplify which color pair better with black or white color, may help some pine coders. █ INSPIRATION This color choice was inspired during plot especially user enable dark color theme. Color displayed at table and label are based on Indicator name label and Indicator last value label displayed at Scales. █ FEATURES ...
Once you have mastered a trading strategy, risk management is the most important aspect of trading that will enable and long and successful trading career. The Zeal Trade Helper is based on Van Tharp's theory of R. It provides an immediate visual trading plan, as well as sizing parameters for trading equity and options (.25 and .50 deltas) based on a number of...
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
The Trend Maker indicator is an advanced technical analysis tool. A feature of the indicator is simple and user-friendly conclusions drawn from a variety of data, including the market price, buy and sell volumes, short-term and long-term trend and corridor, estimated support and resistance levels, and pivot points . The result of the indicator's operation is the...
After finding a huge amount of use from TV user's wugamlo script Order Block Finder (Experimental) , I decided to make some much needed upgrades! Added support for plotting the last X number of Order Blocks and am currently working on a multi-timeframe version. If you'd like to contribute to the MTF analysis portion, that would benefit tons of other scripts and...
This script only provides a basic __setter and __getter registration function with a type-based limitation. We don't want to blow the code with additional conditions. The suggestion was to get the basic functionality. Benefits: - Get/set/update global-like variables between functions - No init needed. You can call a entry before you set it. Get-Functions: -...
This is the alert version of my strategy "Buy BTC Helper - Buy SPOT, sell to USD (BTC-ETH) - By Che_Trader" For more information visit the link below ***************************************************************************************************************************************************************************** To get access, you can send me a...
This is a developer friendly solution to the current PineScript limitation of not being able to easily configure presets for multiple timeframes. If you're developing multi-timeframe strategies then you've no doubt done battle with built-in `input` function which only allows for a single default value. You've probably come up with all kinds of fancy workarounds,...
This is a script that lets you manually add in a "Zone" by top and bottom price, which I intended to use so I could "Save" or "Trace Over" lines from the Breakers/OrderBlock indicator. This is so you can take the same drawing across different time-frames and charts, and color-code them. In the future I will be adding labels to the top and/or bottom of blocks...