This module can be integrate in your code strategy or indicator and will help you to calculate the percentage probability on specific event inside your strategy. The main goal is improve and simplify the workflow if you are trying to build a quantitative strategy or indicator based on statistics or reinforcement model. Logic The script made a simulation inside...
Who needs a Technical Analyst? yes I can hear someone is asking for, and here is one that can help you with technical analysis The analyst will present a technical anlaysis report at a glance calculated by the most popular technical indicators , and the good part, the anlayst will do it voluntarily technical skills of the analyst: - experienced an all...
Plots moving average both EMA as well as SMA on Multiple timeframes at once in a Tabular Format for rapid indication of momentum shift as well as slower-moving confirmations. Displays EMA/SMA 5 8, 13, 21,34,55,89,100,200,400 by default as well as provide the users the flexibility to choose the timeframe as per their set up.
CAUTION : This system was inspired from seiglerj' s "Money Flow Index " script. Open Interests are used instead of volume. What is the Money Flow Index ( MFI )? The Money Flow Index ( MFI ) is a technical oscillator that uses price and volume for identifying overbought or oversold conditions in an asset. It can also be used to spot divergences which warn of a...
Original script from ChartChampions : Let's start. This script was created by using Open Interest instead of Volume in the Market Facilitation Index. Thus, it can make a difference in the Future and CFD Markets. If your financial instrument is not from these markets, that is, if Open Interest is not used, you can choose Volume. You can set "FUTURES" and...
Brief 🌟 Pattern Recognition Probabilities (PRP) is a REALLY smart indicator. It uses the correlation coefficient formula to determine if the current set of bars resembles that of past patterns. It counts the number of times the current pattern has occurred in the past and looks at how it performed historically to determine the probability of an up move, down move,...
Displays volume data in panel on bottom right of screen. Shows current bar, change from last bar and average of last 20 bars. This number can be changed in settings if you wish to have the average calculated on a different amount of bars.
Library "datTable" Dynamic Array Table.... Configurable Shape/Size Table from Arrays Allows for any data in any size combination of arrays to join together with: all possible orientations! filling all cells contiguously and/or flipping at boundaries vertical or horizontal rotation x/y axis direction swapping all types array inputs for data. ...
Hello. This script is a simple U.S Indices Data Terminal. You can also set the period to look back manually in the menu. In this way, an idea can be obtained about Major U.S Indices. Features Value changes on a percentage basis (%) Recently, due to increasing interest, the NQNACE index has been added. Index descriptions are printed on the...
Hi all, In these troubled times, going back to fundamentals can sometimes be a good idea 😊 I put this one up using data retrieved from “Nasdaq Data Link” and their “Blockchain.com” database. Here is a good place to analyses some Bitcoin data “outside” its price action with 25 different data sets. Just go to the settings menu and display the ones you are...
FUNCTION: Limited Historical Data Workaround If you are working with bitcoin weekly charts, or any other ticker with a low amount of price history this function may help you out. For example you want to apply indicators to some shitcoin that just launched? This can help you. It can be frustrating to use certain built-ins since they will only give an output...
Hello. This script is a simple USD Based Stock Markets Change (%) Data Terminal. You can also set the period to look back manually in the menu. In this way, an idea can be obtained about Countries' Stock Markets. And you can observe the stock exchanges of relatively positive and negative countries from others. Features Value changes on a percentage basis...
Hello. This script is a simple General Data Terminal. You can also set the period to look back manually in the menu. In this way, an idea can be obtained about Global Markets. Note : TIO = Iron Ore Regards.
Hello, This script is a simple Cryptocurrency Terminal. It serves the same purpose as Heatmaps. You can also set the period to look back manually in the menu. Major Cryptocurrencies are taken into account. And various Blockchain data are shown in the information panel. In this way, an idea can be obtained about Cryptocurrency Market. It is visually more...
Library "columns" Error Tolerant Matrix Setter/Getter Operations. Easy ways to add/remove items into start and end of Columns as well as arrays to grow and shrink matrix. if mismatched sizes occur the typified NA value will be there to prevent catastrophic crashing. Rows and Columns are split into 2 libraries due to limitations on number of exports as well ...
Library "rows" Error Tolerant Matrix Setter/Getter Operations. Easy ways to add/remove items into start and end of rows as well as arrays to grow and shrink matrix. if mismatched sizes occur the typified NA value will be there to prevent catastrophic crashing. columns and rows are split into 2 libraries due to limitations on number of exports as well as...
Library "dataframe" Dataframe depends on the following two libraries: Data2D Data3D Dataframe is designed for Data2D and Data3D libraries exclusively. It is sort of a mini framework, with easy to manipulate the data for display. Out of the box, it comes with default settings, and have the ability to fully customize almost every detail. To get...