首页
策略
文库
社区
API文档
登录
立即注册
高频交易
交流分享
原创教程
Design of Order Synchronization Management System Based on FMZ Quant (1)
Design of Order Synchronization Management System Based on FMZ Quant (1) In previous articles in FMZ’s library, we have designed several kinds of synchron
FMZ~Lydia
2022-11-07 10:20:01
0
694
Deribit Options Delta Dynamic Hedging Strategy
The strategy that FMZ Quant brings to the table is the Deribit Options Delta Dynamic Hedging strategy, or DDH (dynamic delta hedging) strategy for short.
FMZ~Lydia
2022-11-01 17:49:07
0
968
Recent Status and Recommended Operation of Funding Rate Strategy
Recent Status and Recommended Operation of Funding Rate Strategy FMZ released a capital rate strategy in the last war of the Binance Championship: htt
FMZ~Lydia
2022-11-01 10:38:37
0
649
使用Pine语言编写一个半自动的交易工具
使用Pine语言编写一个半自动的交易工具 虽然编写程序做全自动交易的交易者越来越多,但是更大的群体还是手动交易者。其实手动主观交易者也可以通过编写一些小工具来辅助自己的主观交易。例如有时候发现了一个不错的入场位置,计划设置初始仓位的固定止损、跟踪止盈。然后免去后续盯盘之类的比较耗费精力的事情,完全按照自己的既
发明者量化-小小梦
2022-09-29 14:36:32
0
2351
Hedging strategy of cryptocurrency manual futures and spots
In view of the fact that the hedging frequency of the futures and spots hedging strategy is not high, it is actually possible to operate manually. However, if
FMZ~Lydia
2022-08-16 16:01:47
0
704
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (7)
In the previous article, we thought and designed a simple multi-species grid strategy together. Next, we will continue to learn and move forward on the path o
FMZ~Lydia
2022-08-09 11:15:23
0
643
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (6)
In the last article, we made a simple grid strategy together. In this article, we upgraded and expanded this strategy into a multi species spot grid strategy,
FMZ~Lydia
2022-08-05 17:13:26
0
725
Overview and architecture of the main interface of FMZ Quant Trading Platform
Account registration First of all, you need to register the FMZ Quant Trading Platform account, account name, registration email, **accou
FMZ~Lydia
2022-08-04 16:03:05
0
678
Martingale strategy design for cryptocurrency futures
Martingale strategy design for cryptocurrency futures Recently, there are many Martingale strategies discussed in the FMZ official group, and there are no
FMZ~Lydia
2022-08-04 15:41:45
0
740
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (5)
In the previous article, we explained the trading logic analysis of a simple grid strategy. In this article, we will continue to complete the design of this t
FMZ~Lydia
2022-08-03 16:08:50
0
675
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (4)
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (4) In the previous articles, we have learned the
FMZ~Lydia
2022-07-29 16:32:47
0
659
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (3)
Cryptocurrency Quantitative Trading for Beginners - Taking You Closer to Cryptocurrency Quantitative (3) Error message In the previous articles, we ha
FMZ~Lydia
2022-07-29 09:37:22
0
717
Cryptocurrency spot hedging strategy design(2)
Cryptocurrency spot hedging strategy design (2) In the previous article, we implemented a simple hedging strategy together, and then we will learn how to
FMZ~Lydia
2022-07-19 15:19:52
0
678
Visualization module to build trading strategies - in-depth
Visualization module to build trading strategies - in-depth Logic module type #### 1. Conditions module This module is used to
发明者量化-小小梦
2022-07-12 17:19:16
0
842
JavaScript strategy backtesting is debugged in DevTools of Chrome browser
JavaScript strategy backtesting is debugged in DevTools of Chrome browser For debugging strategies in backtesting systems, usually only the Log() fu
发明者量化-小小梦
2022-06-24 14:10:02
0
852
适合熊市抄底的永续平衡策略
过去FMZ官方发布了一个永续网格策略,比较受到用户的欢迎,并且交易TRX的围观实盘在过去1年多风险可控的情况下获得了不少收益。单永续网格策略也有一些问题: 1. 需要设置初始价格、网格间距、网格价值、多空模式等参数,设置较为繁琐,对收益的影响比较大,新手较难设置。 2. 永续网格策略做空风险很高,做多风险则相对较低
小草
2022-06-02 10:00:04
7
5614
用这么易学易用的Pine语言如果还不会写策略的话,那我就...
用这么易学易用的Pine语言如果还不会写策略的话,那我就… TradingView上的开源策略数量多到爆炸,这么多优秀的策略、思路、指标不能实盘真是太可惜了。看到这一点,作为致力于把量化交易技术普及给众多交易者的FMZ自然不能抑制这种解决需求的冲动! 这个需求绝对不能忍! 于是,在编程开发的代码世界
发明者量化-小小梦
2022-06-01 17:37:55
6
2728
Detailed Explanation of Equilibrium & Grid Strategies
If 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 pric
Ninabadass
2022-04-28 17:18:36
0
893
数字货币现货打新抢币策略(教学)
数字货币现货打新抢币策略(教学) 最近两天,电报群有用户私信我希望有一个打新策略的设计范例参考。有时候交易所新上币想去抢一把新币,本篇就设计一个简单的打新工具策略。 策略需求 例如,目前某个交易所,某个交易对:XXX_USDT,在交易所上还没上市。但是快要上线了。需要用程序盯着这个交易所的X
发明者量化-小小梦
2022-04-20 15:59:01
0
2836
基于FMZ量化的订单同步管理系统设计(2)
基于FMZ量化的订单同步管理系统设计(2) 订单同步管理系统(Synchronous Server) 我们继续上篇文章:基于FMZ量化的订单同步管理系统设计(1)的讨论,开始设计同步跟单的策略。 考虑这样几个设计问
发明者量化-小小梦
2022-02-16 12:11:36
0
1286
升级!数字货币期货类马丁策略
升级!数字货币期货类马丁策略 作为一个教学策略,兼顾一定的实战性能当然是最好的。「数字货币期货类马丁策略」在FMZ.COM围观板块也已经展示了小半年了。经历了好几拨风吹雨打,马丁、网格策略有其风险硬伤,参数保守一点也不是不能用。 币安期货实盘 /upload/asset/169440342cc
发明者量化-小小梦
2022-02-07 09:12:36
5
3572
挂单期现对冲策略设计研究、范例
挂单期现对冲策略设计研究、范例 一直以来期现对冲一般都设计为检测差价,当符合差价时吃单对冲。那是否能设计为挂单对冲呢?答案是肯定的。今天就给读者带来一种挂单对冲的设计思路和代码原型。 挂单对冲思路 同一种或者同一类标的物的不同市场,当两个市场盘口买卖单的差别较大时就产生了对冲的机会。一般我们会吃
发明者量化-小小梦
2021-11-26 14:15:31
3
1983
发明者量化交易平台APP使用快速入门
发明者量化交易平台APP使用快速入门 APP使用快速入门视频: /upload/asset/1658820456ca11fbe71a.mp4 1、顶部显示 打开发明者量化交易平台APP应用,首先进入应用主页,我们可以看到顶部的搜索控件、扫码控件、滚动展示栏。 /upload/asset/1
发明者量化-小小梦
2021-10-26 16:36:24
2
6737
Deribit期权Delta动态对冲策略
Deribit期权Delta动态对冲策略 本次FMZ量化带来的策略是Deribit期权Delta动态对冲策略,简称DDH(dynamic delta hedging)策略。 对于期权交易的学习,我们通常要掌握这几个方面的概念: 期权定价模型,B-S模型,期权价格根据【标的物价格】、【行
发明者量化-小小梦
2021-03-26 11:18:53
6
3583
实现一个简易数字货币现货跟单机器人
实现一个简易数字货币现货跟单机器人 币圈有不少手动交易的朋友需要跟单机器人,但是又苦于0基础时程序化设计入门需要时间较长。我们基于此类需求本篇文章一起来设计一个简单的现货跟单机器人,来帮助0基础学习程序化交易入门的币圈朋友。 首先我们来分析需求,这个机器人的功能是要实现当一个账户发生了买卖操作,其它的跟单
发明者量化-小小梦
2021-02-18 16:09:43
6
3609
通过合约对冲策略实现资产移动的思考
通过合约对冲策略实现资产移动的思考 最近币圈可谓新闻不断,交易所的新闻也是满天飞。一时间各个币友人心惶惶,纷纷担心自己的区块链资产安全。各个币圈群也不少9折、8折收闲置二手币的小广告。各种“求一边稳定亏钱,一边稳定赚钱的策略”者甚多。也不少币友纷纷调侃“要是有稳定赚钱的,还要那个稳定亏钱的干嘛!” 确实,稳
康德
2020-10-20 16:48:32
2
2188
平衡挂单策略(教学策略)
平衡挂单策略(教学策略) 本篇讲述的策略本质是动态平衡策略,即始终平衡币价值与计价币价值相等。不过设计为预先挂单,策略逻辑十分简单。编写该策略的主要目的是为了展示策略设计的各个方面。 策略逻辑封装 把策略逻辑和运行时的一些数据、标记变量封装在一起(封装成对象)。 策略处理初始化工作的代码
发明者量化-小小梦
2020-09-02 17:05:25
0
2286
Introducing the Aroon indicator
What is the Aroon indicator? In the technical analysis, Aroon is a very unique technical indicator. The word “Aroon” comes from Sanskrit, meaning “the ligh
善
2020-08-30 10:08:51
0
1215
Preliminary Study on Backtesting of Digital Currency Options Strategy
Preliminary Study on Backtesting of Digital Currency Options Strategy Recently, FMZ Platform has upgraded the backtesting system to support the backtesting of
善
2020-08-23 10:53:41
0
1229
The Difference between Quantitative Trading and Subjective Trading
Quantitative trading Quantitative systemic traders, enter rules + exit rules + fund management are all quantified. The typical is the turtle trading rules. Yo
善
2020-08-22 18:44:16
0
1143
1
2
3
4
5