FMZ Quant Platform Syntax 1. Writing Rules 2. Variable Naming “O” “H” “L” “C” is a system keyword and cannot be used as a variable… ( Read More )
MyLanguage basic grammar and instruction description (Part 1/4)
Grammar Operator Self-programming module supported operators Operator meaning example +Addition CLOSE+OPEN; return the sum of the closing price and the opening price. -Subtraction CLOSE-OPEN; returns… ( Read More )