How to verify the correctness of the custom stock formula?

excuse me: how to verify the correctness of the custom stock formula?

for example, the following multi-line content, including assignment, function, and compound calculation:

BOLL:MA (CLOSE,M);
UB:BOLL+2*STD (CLOSE,M);
LB:BOLL-2*STD (CLOSE,M);

if there is an error in the content of the validation, you can return the error location (number of rows and columns) and error type.

Aug.11,2021

this is McGrammar. You need to do a parser of Mai Grammar.

you can refer to
h5 syntax executor Demo

Code address: https://github.com/jones2000/.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b42588-40b91.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b42588-40b91.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?