New: backtestAll contenthive-129948krhive-196917zzansteemhive-185836hive-183959hive-180932hive-150122photographyuncommonlabhive-166405hive-188619hive-144064hive-101145hive-183397hive-145157bitcoinhive-193637krsuccesslifehive-184714hive-181136hive-109690hive-113376TrendingNewHotLikersfmz.com (34)in trading • 10 days agoDiscussion on External Signal Reception of FMZ Platform: Extended API VS Strategy Built-in HTTP ServicePreface There are several articles in the platform "Digest" about connecting to Trading View webhooks, which allows strategies to drive tradings with signals from external systems. At that time…fmz.com (34)in fmz • 4 months agoTrading strategy based on the active flow of fundsSummary The price is either up or down. In the long run, the probability of price rise and fall should be 50%, so to correctly predict the future price, you need to obtain all the factors that…fmz.com (34)in fmz • 5 months agoAdd an alarm clock to the trading strategyTraders who design trading strategies often ask me how to design timing functions for strategies so that strategies can handle certain tasks at specified times. For example, some intraday strategies…fmz.com (34)in backtest • 5 months agoWhy do we need an off-sample testSummary In the previous section, we showed you how to read the strategy backtesting performance report by focusing on several important performance indicators. In fact, it is not hard to write a…bossj23 (76)in hive-150122 • 5 months agoBackTesting In Crypto with strategies on the current market using what happened last halvingThis is actually a common topic in the crypto space but not really common if you don't know what is involved. Many needs a recap of setting things because the more we advance in our knowledge, we…fmz.com (34)in fmz • 6 months agoUpgrade Edition of Keltner Channel trading StrategyIntroduction to the Keltner Channel trading Strategy The Keltner channel is a trading system invented by Chester W. Keltner in the 1960s. Its core idea is the average line theory. And at that time…fmz.com (34)in fmz • 7 months agoCommodity Futures High Frequency Trading Strategy written by C++"Penny Jump" Commodity Futures High Frequency Trading Strategy written by C++ Summary The market is the battleground, the buyer and the seller are always in the game, which is also the eternal…fmz.com (34)in fmz • 7 months agoTeach You to Implement A Market Quotes CollectorThe support of market quotes data is indispensable when researching, designing and backtest trading strategies. It is not realistic to collect all the data from every market, after all, the amount…fmz.com (34)in fmz • 7 months agoFMZ Simulation Level Backtest Mechanism ExplanationBacktest architecture The FMZ platform backtest program is a complete control process, and the program is polling non-stop according to a certain frequency. The data returned by each market and…fmz.com (34)in backtest • 7 months agoHigh-Frequency Backtest System Based on Each Transaction and the Defects of K-line BacktestWhen I wrote Research on Binance Futures Multi-currency Hedging Strategy , I also released a backtest engine. And the first report was based on the one-hour K-line backtest, which verified the…fmz.com (34)in grid • 8 months agoDetailed Explanation of Equilibrium & Grid StrategiesIf the price of Bitcoin is going to be the same as it is today, what strategy will you take to make profits? It is easy to think of a way to sell when the price rises, and buy when it falls, and…fmz.com (34)in fmz • last yearUse the research environment to analyze the details of triangular hedging and the impact of handling fees on hedgeable price differenceResearch version without adjustment of handling fees Triangular hedging.ipynb In [1]: var fmz = require("fmz") // Import the talib, TA, and plot libraries…fmz.com (34)in fmz • last yearTeach you to add multi-chart support to the strategyEspecially when writing trend strategies, sometimes you are confused by the trigger conditions of various indicators. At this time, it is urgent to visualize the data for analysis and viewing. When…fmz.com (34)in fmz • last yearTeach you to write a K-line synthesis function in the Python versionWhen writing and using strategies, we often use some rarely used K-line period data. However, exchanges and data sources do not provide data on these periods. It can only be synthesized by using…fmz.com (34)in fmz • last yearStrategy for buying the winners of Python versionTrend strategy generally uses various indicators to judge the market direction, and uses the comparison results of various indicators as trading signals. In this way, it is unavoidable to use…fmz.com (34)in fmz • last yearFMZ Journey -- with Transition StrategyI. Preface Before starting this article, let me start with my self-introduction. Qu Banzhu is my pseudonym, and I hope to describe the blockchain by means of crosstalk. I have been engaged in…fmz.com (34)in fmz • last yearTeach you to transform a Python single-species strategy into a multi-species strategyI. Teach you to transform a Python single-currency strategy into a multi-currency strategy In the last article, a very simple Python strategy was implemented: Strategy for buying the winners of…fmz.com (34)in fmz • last yearMany years later, you will find this article is the most valuable one in your investment career - find out where the returns and risks come fromMany years later, Ah Jiu, who has grown up, recalled his childhood youthful years, he forgot the Golden Cross and the Bearish Crossover, he forgot about the liquidations and mentality, but he must…fmz.com (34)in fmz • last yearIntroduction FAQ to Quantitative Trading of Digital CurrencyThis article is aimed at answering common questions about novices for program trading. For novices who do not know programming, quantification, or even trading, it is difficult to learn…fmz.com (34)in fmz • last yearHigh frequency backtesting system based on transaction by transaction and defects of K-line backtestingI released a backtesting engine in the article "Study on Multi-currency Hedging Strategy of Binance Futures" ( And the first report is based on the one hour K-line backtesting, which verifies the…