this script shows 3 ways of calculating the current aroon up and aroon down values:1st way by using copyhigh and copylow. 2nd way via ihighest and ilowest. and finally using the ...
explanation of the code and its application what is this code? this code is acustom optimisation functionfor the metatrader 5 strategy tester. it is not an expert advisor, indicato...
this tool is a visual aid which maps the correct trading session beside each hour on the 24-hour clock. it links the session name to the hour relating to your brokers server time, ...
simple script. when launched, it removes all auto-trading icons on the chart - arrows and lines connecting them.the script does not disable the display of trading history on the ch...
clean market watch scriptbefore : seconds after : the clean market watchscript is a simple utility tool designed to quickly remove all symbols from your metatrader 5 market watch w...
this script is designed to perform candlestick analysis:data retrieval:the script retrieves the opening, closing, high and low candlestick prices of the financial instrument on whi...
the report groups by magic number and currency, specially useful when testing several eas or strategies in a single account. total p&l- including profit, swap, and commissionwi...
the script demonstrates creation of almost the entire set of standard graphical objects in metatrader 5. it is intended for quick visual testing of the objectcreate() function and ...
the script aggregates total profits and swaps for each pair, which is convenient for hedging accounts and strategies where multiple entries are made based on signals....
the script calculates the autocorrelation and partial autocorrelation functions and displays them on a graph.a brief comment on the input parameters:input int n =100; // here we sp...
standard api functions chartxytotimeprice and charttimepricetoxy have significant drawbacks. for example, chartxytotimeprice works correctly only if the input parameters x and y ar...
this function executes the main logic for initiating a trade.it calculates the opening price, take profit levels and stop loss based on the symbol information and parameters provid...
description:advanced screener that identifies assets with significant price drawdown. scans all available symbols or filtered categories to find instruments trading below their rec...