Balance. A brief information about balance and positons – indicator MetaTrader 4

Balance. A brief information about balance and positons - indicator for MetaTrader 4
This indicator shows a brief information about current balance and positions of the chart. It is possible to change the font and two colors for the positive and the negative balance values. By default it uses green color for the positive and red color for the negative values. It uses 5 basic currency pairs: EURUSD, … Read more

Bars and Rates Information Utility, displays how many bars there are in all timeframes for any user selected symbol, and shows the ‘CopyRates’ information availablity for any bar – indicator MetaTrader 5

Startup Followed by Steady State with Control Numbered
This utility is not a trading information utility.  It will only have value for those getting bar information using the Bars (or iBars, as they are near equivalent) and the CopyRates functions over multiple timeframes.  Testing was mostly done using the “Basket Viewer” utility and clicking on each of the symbols in it’s list to … Read more

SeriesIntegerInfo and Rates Bar Information Utility, displays how many bars there are in all timeframes for any user selected symbol, and shows the ‘CopyRates’ information availablity for any bar – indicator MetaTrader 5

Series Info and CopyRates Indicator Display Panel.
This utility is not a trading information utility.  It will only have value for those getting information on the Number of Bars that have terminal data.  This utility uses the functions SeriesIntegerInfo and CopyRates to obtain and display information about the availability of bar information from the terminal. The utility allows the user to use … Read more

Bulk Information 1.0 – script MetaTrader 5

DEmon
This script displays useful information. HTML file created is under MQl5/Files folder. If you want to open file automatically after running script disable comments at the beginning and end related to ShellExec API. Check “Allow Dll import”. to display information on default web browser. Bulk Information 1.0 – script MetaTrader 5

Market and symbol Information for MT4 – script MetaTrader 4

Market and symbol Information for MT4 - script for MetaTrader 4
The purpose of this interactive script is to display into one place all market and symbol informations taken from MarketInfo and Symbol Info, such as margin and leverage. This way traders don’t have to browse the entire broker’s site to find market conditions for a given symbol, which could be the case at times. The button … Read more

Information about the ONNX model’s inputs and outputs – script MetaTrader 5

Information about the ONNX model's inputs and outputs - script for MetaTrader 5
The ONNX model run function requires the model’s input and output sizes to be defined. The sizes are specified via the OnnxSetInputShape and OnnxSetOutputShape functions, respectively. Not all models have fixed input and output data sizes. In these cases, the script will return -1.    OnnxTypeInfo type_info;    long input_count=OnnxGetInputCount(session_handle);    Print(“model has “,input_count,” input(s)”); … Read more