bts – script MetaTrader 5

bts - script for MetaTrader 5
The script has two functions: bsearch() – a binary search tsearch() – a ternary search Comparing the speed of two types of search is performed. Test is performed 30 times on different arrays, the alert displays the result of each test and at the end the total time for each function. A ternary search is … Read more