Technical analysis functions plugin
Technical analysis functions plugin for trading robot DSL was committed to the repository.
Usage:
<function name> <contract>, <input parameters>, <option input parameters>
where
<contract> - contract name symbol
<function name> - is the technical analysis function name from Ta-Lib in lower case
<option input parameters> - optional input parameters for the technical analysis function (see documentation for Ta-Lib abstract layer) separated by comma
For example:
ema YM, 12
P.S. Technical analysis functions with more than one output arrays don’t tested.