首页
策略
文库
社区
API文档
登录
立即注册
帮助
经验交流
平台公告
知识库
入门手册
Ninabadass
| 创建于:2022-04-12 11:36:00
2022-04-12 11:44:03
FMZ General Protocol Contract Access Example
FMZ General Protocol Contract Access Example Recently, some users have been talking about the Exchange of AOFEX. Considering that there is no example of how to access the REST interface of th
0
911
Ninabadass
| 创建于:2022-04-12 10:06:51
2022-04-13 09:20:56
Futures & Spot Spread Return Arbitrage Analysis in Crypto-Margined Contracts
Futures & Spot Spread Return Arbitrage Last time, we introduced perpetual contract funding rate arbitrage (https://www.fmz.com/digest-topic/6381), that is, to make long spot of the same amount by m
0
969
Ninabadass
| 创建于:2022-04-11 11:54:34
2022-04-11 11:55:08
Realize a Simple Order Supervising Bot of Cryptocurrency Spot
Realize a Simple Order Supervising Bot of Cryptocurrency Spot There are a lot of friends in the cryptocurrency circle who need an order supervising bot, but they are suffering from the long time
0
914
Ninabadass
| 创建于:2022-04-11 10:47:42
2022-04-11 10:53:37
Cryptocurrency Contract Simple Order-Supervising Bot
Cryptocurrency Contract Simple Order-Supervising Bot In the previous article, we implemented a simple spot order supervising bot, and today we are going to implement a contract version of a simpl
0
925
Ninabadass
| 创建于:2022-04-08 16:47:32
2022-04-08 17:47:39
dYdX Strategy Design Example
dYdX Strategy Design Example In response to the needs of many users, FMZ platform recently has supported the decentralized platform dYdX. Friends with strategies can mine on dYdX happily. Just a
0
858
Ninabadass
| 创建于:2022-04-08 15:47:43
2022-04-13 10:07:13
Initial Exploration of Applying Python Crawler on FMZ — Crawling Binance Announcement Content
Initial Exploration of Applying Python Crawler on FMZ —— Crawling Binance Announcement Content Recently, I looked through our Forums and Digest, and there is no relevant information about Python c
0
815
Ninabadass
| 创建于:2022-04-08 14:16:50
2022-04-08 16:21:48
Hedge Strategy Design Research & Example of Pending Spot and Futures Orders
Hedge Strategy Design Research & Example of Pending Spot and Futures Orders For a long time, futures and spot hedge is generally designed to detect the price spread, and take orders to hedge when
0
807
Ninabadass
| 创建于:2022-04-08 11:46:22
2022-04-08 11:58:28
Dual Moving Average Breakpoint Strategy of Cryptocurrency Futures (Teaching)
Dual Moving Average Breakpoint Strategy of Cryptocurrency Futures (Teaching) This article explains the design of a simple trend strategy, only from the level of strategy design, to help beginners
0
799
Ninabadass
| 创建于:2022-04-07 16:14:35
2022-04-08 09:13:58
Cryptocurrency Spot Multi-Symbol Dual Moving Average Strategy (Teaching)
Cryptocurrency Spot Multi-Symbol Dual Moving Average Strategy (Teaching) At the request of our users in the Forums that they hope to have a multi-symbol dual moving average strategy as a design re
0
808
Ninabadass
| 创建于:2022-04-07 11:36:32
2022-04-13 09:25:23
2021 Cryptocurrency TAQ Review & Simplest Missed Strategy of 10-Time Increase
2021 Cryptocurrency TAQ Review & Simplest Missed Strategy of 10-Time Increase 2021 Conclusion and Future Strategy.ipynb 2021 is coming to an end, and hot spots from DEFI to GAMEFI are emerging on
0
831
Ninabadass
| 创建于:2022-04-06 17:38:39
2022-04-07 09:26:16
Upgrade! Cryptocurrency Futures Martingale Strategy
Upgrade! Cryptocurrency Futures Martingale Strategy As a teaching strategy, it is best to take practice into consideration. “Cryptocurrency Futures Martingale Strategy” has also been displayed in
0
931
lzhqlj
| 创建于:2021-12-05 13:46:31
exchange.GetRecords 获取数据问题
代码 var records = exchanges[0].GetRecords(PERIOD_H1); Log(“第一根k线数据为,Time:”, _D(records[0].Time), “Open:”, records[0].Open, “High:”, records[0].High) Log(“第二根k线数据为,Time:”, _D(records[1].Time),“C
5
1012
Ninabadass
| 创建于:2022-04-06 15:08:26
2022-04-24 18:00:51
FMZ Based Order Synchronous Management System Design (1)
FMZ Based Order Synchronous Management System Design (1) In the previous articles on FMZ Digest, we have designed several order and position synchronous strategies. - [Realize a Simple Cryptocurr
0
810
Ninabadass
| 创建于:2022-04-06 09:16:48
Design a Multiple-Chart Plotting Library
Design a Multiple-Chart Plotting Library This kind of library is often used to create charts and plots when writing and designing strategies. For a single custom chart, we can use the [“plotting
0
793
Ninabadass
| 创建于:2022-03-30 16:28:09
2022-03-31 17:32:25
Use the extended API on FMZ Quant to realize "TradingView" alert signal trading
Use Extended API on FMZ to Realize “TradingView” Alert Signal Trading Vedio link on Bilibili The extended API of FMZ Quant Trading platform has rec
0
952
program
| 创建于:2022-03-27 15:44:13
2022-03-27 15:59:46
制作一个简易价格提醒机器人
之前给别人做过代写,发现很多朋友都要行情监控策略,出现特殊情况时能即时报警,但对于一直开着实盘又不太满意; 所以今天分享一个简易价格提醒demo供大家参考。 ps:语言使用的是python,通过钉钉接口报警,服务器的配置在这里不做介绍 #### 一.准备 1. 控制面板 这里用到了宝塔面板,目的是将文件上传到服务器,当然也可以使用其他方式,记住路径即可(由于作者服务
5
1455
Ninabadass
| 创建于:2022-03-23 10:04:13
2022-03-24 11:54:23
Quick Start for Python
”` python Single line remark ”“” Multi-line strings can use three quotation marks to pack, which can also be regarded as multi-line remarks “”” #########################################
0
1039
Ninabadass
| 创建于:2022-03-23 08:54:31
2022-04-14 09:10:37
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code Metadata
Application of Strategy Rental code Metadata Friends who develop on FMZ Quant Trading Platform may often have such needs: When you develop a strategy for rent, you want to have different limi
0
858
Ninabadass
| 创建于:2022-03-22 09:00:57
2022-03-29 10:02:52
Advanced Tutorial for FMZ Quant platform Strategy Writing
Before learning this tutorial, you need to study Get Started with FMZ Quant Platform and [Elementary Tutorial for FMZ Quant platform Strategy Writing](https
0
1174
Ninabadass
| 创建于:2022-03-18 09:00:46
2022-04-02 11:48:15
Elementary Tutorial for FMZ Quant platform Strategy Writing
This tutorial contains basic knowledge of strategy writing, including API introduction, backtest, charts and more. After learning this basic tutorial, users will be able to use the basic API pro
0
1425
Neo1898
| 创建于:2022-03-11 15:10:31
有关时间的问题
LogStatus(“时间:” + _D()) 上面的这句显示出来的时间,好像托管者的机器上的UTC的时间,比如新加坡的服务器,但新加坡的当地时间也是和北京一样的,所以如果要本地时间的话,这里应该是用哪个函数呢? backopentime = new Date() Log(“backopentime=”, backopentime) Log显示出的是正常的时间格式,比如 2022-03-06 2
5
863
qq813380629
| 创建于:2021-12-07 23:03:51
麦语言这段编程为啥不拿正常平仓
TR:=MAX(MAX((HIGH-LOW),ABS(REF(CLOSE,1)-HIGH)),ABS(REF(CLOSE,1)-LOW)); ATR:=MA(TR,M); TC:=0.01; U:=WMA(H, M); D:=WMA(L, M); A:=WMA(H, N); B:=WMA(L, N); REF(L,1)>U AND REF(L,2) ,BK(TC); REF(H,1)<D
8
925
Neo1898
| 创建于:2022-02-25 08:04:50
2022-02-25 08:52:20
请教梦总
引用了梦总的一段代码,发现在某个时候会报错:TypeError: cannot read property ‘Price’ of null at main (FILE:553),导致程序退出,请教梦总,是否是因为自定义字段为null导致的,还是说没获取到price信息导致的,我将var pos = exchange.GetPosition()改为var pos = _C(exchange.
16
1041
Ninabadass
| 创建于:2022-04-06 17:12:00
2022-04-06 17:20:08
FMZ Based Order Synchronous Management System Design (2)
FMZ Based Order Synchronous Management System Design (2) Order Synchronous Management System (Synchronous Server) Let’s continue the discussion in last article: [FMZ Based Order Synchronous M
0
787
mosec2c
| 创建于:2021-11-14 19:31:28
2021-11-15 08:17:11
_D(Timestamp, Fmt)函数要改默认格式应该怎么写
如题,我先把默认的输出yyyy-MM-dd hh:mm:ss,改成hh:mm:ss。应该写成什么样
5
861
ewang23
| 创建于:2021-10-13 10:00:52
好心人能否帮我看看这个策略代码的问题
找人写了个报警推送策略,回测一直没推送信号,实盘提示有错误,能否帮给看看代码 问题。 Period_list = [PERIOD_D1,12*60*60,6*60*60, 4*60*60,3*60*60,PERIOD_H1,45*60,PERIOD_M30,PERIOD_M15,PERIOD_M5,PERIOD
2
1072
启航
| 创建于:2021-09-18 00:20:34
为什么将record 转换成pandas的DataFrame格式,data.Time[1]可以显示,而data.Time[-1]就会报错。
import numpy import pandas as pd def main(): x = 0 while x == 0: exchange.SetContractType(“m888”) record = exchange.GetRecords() data = pd.DataFrame(record) Log
5
994
老胡
| 创建于:2021-09-11 22:27:33
手写TV版KDJ指标、这个指标TV和FMZ完全不一致
KDJ这个常用的指标,不知道为何TV和FMZ完全不一致,也许2者思路是一致的,但具体算法不同,出于方便,我按TV中的介绍,手写了下这个指标,然后对比,就完全一致了,如果有需要的朋友可以复制过去,有定制开发策略的需求,也请联系我。laohuo1379 function KDJ(rds, n, smoothK, smoothD) { var rsi = []; for(var i i
2
1126
Howard0756
| 创建于:2021-09-04 17:56:06
2021-09-04 17:57:36
请教一下数字货币的 KDJ 和 MACD 这个指标策略要如何写?
数字货币交易,想写一个4小时或者日线级别的KDJ金叉买入,死叉卖出的策略 看API文档: function main(){ var records = exchange.GetRecords(PERIOD_M15) var kdj = TA.KDJ(records, 9, 3, 3) Log(“k:”, kdj[0], “d:”, kdj[1], “j:”, kdj[2
2
1212
🏆Benson
| 创建于:2021-08-27 16:44:31
2025-04-10 19:25:01
零基础走入数字货币量化交易——从零开始建立一个属于自己的机器人
一 、准备账号 1 注册fmz量化平台 https://www.fmz.com/sign-up/6626656 2 注册你的币安账号 2.1 通过以下链接进行注册 注册地址 2.2 开通你的币安合约账号 &#
10
5992
1
2
3
4
5
6