FMZ Quant Platform Syntax 1. Writing Rules (1) All words need to be capitalized; (2) Each line of statements ends with ";"; (3) Mark the… ( 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 )