View RSS Feed

mql5

MQL5 Wizard Techniques you should know (Part 11): Number Walls

Rate this Entry
by , Today at 11:22 AM (11 Views)
      
   
For a few time-series, it is possible to devise a formula for the next value in the sequences basing off of previous values that appeared within it. Number walls allow this to be accomplished by preliminarily generating a ‘wall of numbers’, in the form of a matrix via what is referred to as the cross-rule. In generating this matrix, the primary goal is to establish if the sequence in question is convergent and the number wall cross rule algorithm gladly answers this question, if after a few rows of application, the subsequent rows in the matrix are only zeroes.
more...

Submit "MQL5 Wizard Techniques you should know (Part 11): Number Walls" to Google Submit "MQL5 Wizard Techniques you should know (Part 11): Number Walls" to del.icio.us Submit "MQL5 Wizard Techniques you should know (Part 11): Number Walls" to Digg Submit "MQL5 Wizard Techniques you should know (Part 11): Number Walls" to reddit

Categories
Uncategorized

Comments