-
Notifications
You must be signed in to change notification settings - Fork 1
Expression Handler Component
Alex Kay edited this page Sep 23, 2020
·
1 revision
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.
