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 )
Options, Futures, and Other Derivatives (10th Edition)
For courses in business, economics, and financial engineering and mathematics. The definitive guide to derivatives markets, updated with contemporary examples and discussionsKnown as “the bible”… ( Read More )
Introducing the most beginner friendly quantitative programming language in the world ---"My Language"
During these five years, We are moving step by step. The FMZ Quant walk from the swamp to the bright road, we are continually always… ( Read More )
Upgraded Thermostat Strategy
Strategy Name: Upgraded Thermostat Strategy Data cycle: 1H Support: Commodity Futures, Digital Currency Futures, Digital Currency Spot Main chart:upper track, formula: TOP^^MAC+N_TMPTMP; / / upper… ( Read More )
Channel strategy based on ATR
Strategy name: Channel strategy based on ATR volatility index Strategy idea: Channel Adaptive Strategy, Fixed Stop + Floating Stop Data Cycle: Multi-Cycle Main chart:Draw UBAND,… ( Read More )
Three-track Volatility Strategy
Place order after K line is done, open or close position when closing price is determined Data Level: Daily K Line Main chart:MIDTR^^MA(C,CN); // Determine… ( Read More )
Dual Thrust (MyLanguage version)
Fundamental:At the close of the day, two values are calculated: the highest price - the closing price, and the closing price - the lowest price.… ( Read More )
High Winning Rate - ORB Trading Strategy
Policy Name: High Winning Rate - ORB Trading Strategy Data Cycle: Daily Support: Commodity Futures Main chart:MA, formula: MAC ^^ MA (CLOSE, LENGTH);MA of highest… ( Read More )
Relative Strength Strategy Based on Price
Strategy Name: Relative Strength Strategy Based on Price Data cycle: 1H Support: Commodity Futures, Digital Currency and Digital Currency Futures Main chart:MA, formula: MAN^^MA(C,N); Secondary… ( Read More )