Recently, I began to understand a truth. The “awe of the market” that we often say is not simply pointing to the market itself, but… ( Read More )
Detailed explanation of BitMEX pending order strategy
BitMEX has become the platform of choice for cryptocurrency leverage trading, but its API trading restrictions are strict and make automatic traders feeling very confused.… ( Read More )
MyLanguage basic grammar and instruction description (Part 4/4)
Preview: Example 2: Goup A buying long instructions, the closing price up cross the 5-period moving average line, according to the theoretical available 50% of… ( Read More )
MyLanguage basic grammar and instruction description (Part 3/4)
Instructions for use of the BK instruction: 1. Used for commodity futures and cryptocurrency spots or futures to open positions for buying long. 2. Used… ( Read More )
MyLanguage basic grammar and instruction description (Part 2/4)
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 )
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 )
Think Python: How to Think Like a Computer Scientist
If you want to learn how to program, working with Python is an excellent way to start. This hands-on guide takes you through the language… ( Read More )
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
If you’ve ever spent hours renaming files or updating hundreds of spreadsheet cells, you know how tedious tasks like these can be. But what if… ( Read More )
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Python Crash Course is a fast-paced, thorough introduction to Python that will have you writing programs, solving problems, and making things that work in no time.… ( Read More )