Skip to content

Expression Handler Component

Alex Kay edited this page Sep 23, 2020 · 1 revision

Expression Handler

Expressions are an integral part of scanning and study apparatus and are built using natural language. Examples of expressions are Close(1), Average(25), etc., where argument to the function is how many trading periods in the past the function must operate on. Expression Handler is built upon Symfony's Expression Language component. The class App\Service\ExpressionHandler\OHLCV\SimpleFunctionsProvider contains all the functions for this application.

Expression Handler

Clone this wiki locally