logo logo
  • 首页
  • 策略
  • 文库
  • 社区
  • API文档
登录 立即注册
帮助 经验交流 平台公告 知识库 入门手册
  • avatar of Ninabadass 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
    FMZ General Protocol Contract Access Example
    comments   0
    hits   911
  • avatar of Ninabadass 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
    Futures & Spot Spread Return Arbitrage Analysis in Crypto-Margined Contracts
    comments   0
    hits   969
  • avatar of Ninabadass 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
    Realize a Simple Order Supervising Bot of Cryptocurrency Spot
    comments   0
    hits   914
  • avatar of Ninabadass 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
    Cryptocurrency Contract Simple Order-Supervising Bot
    comments   0
    hits   925
  • avatar of Ninabadass 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
    dYdX Strategy Design Example
    comments   0
    hits   858
  • avatar of Ninabadass 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
    Initial Exploration of Applying Python Crawler on FMZ — Crawling Binance Announcement Content
    comments   0
    hits   815
  • avatar of Ninabadass 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
    Hedge Strategy Design Research & Example of Pending Spot and Futures Orders
    comments   0
    hits   807
  • avatar of Ninabadass 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
    Dual Moving Average Breakpoint Strategy of Cryptocurrency Futures (Teaching)
    comments   0
    hits   799
  • avatar of Ninabadass 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
    Cryptocurrency Spot Multi-Symbol Dual Moving Average Strategy (Teaching)
    comments   0
    hits   808
  • avatar of Ninabadass 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
    2021 Cryptocurrency TAQ Review & Simplest Missed Strategy of 10-Time Increase
    comments   0
    hits   831
  • avatar of Ninabadass 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
    Upgrade! Cryptocurrency Futures Martingale Strategy
    comments   0
    hits   931
  • avatar of lzhqlj 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
    exchange.GetRecords 获取数据问题
    comments   5
    hits   1012
  • avatar of Ninabadass 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
    FMZ Based Order Synchronous Management System Design (1)
    comments   0
    hits   810
  • avatar of Ninabadass 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
    Design a Multiple-Chart Plotting Library
    comments   0
    hits   793
  • avatar of Ninabadass 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
    Use the extended API on FMZ Quant to realize "TradingView" alert signal trading
    comments   0
    hits   952
  • avatar of program program  | 创建于:2022-03-27 15:44:13
    2022-03-27 15:59:46
    制作一个简易价格提醒机器人
    之前给别人做过代写,发现很多朋友都要行情监控策略,出现特殊情况时能即时报警,但对于一直开着实盘又不太满意; 所以今天分享一个简易价格提醒demo供大家参考。 ps:语言使用的是python,通过钉钉接口报警,服务器的配置在这里不做介绍 #### 一.准备 1. 控制面板 这里用到了宝塔面板,目的是将文件上传到服务器,当然也可以使用其他方式,记住路径即可(由于作者服务
    制作一个简易价格提醒机器人
    comments   5
    hits   1455
  • avatar of Ninabadass 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 “”” #########################################
    comments   0
    hits   1039
  • avatar of Ninabadass 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
    How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code Metadata
    comments   0
    hits   858
  • avatar of Ninabadass 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
    Advanced Tutorial for FMZ Quant platform Strategy Writing
    comments   0
    hits   1174
  • avatar of Ninabadass 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
    Elementary Tutorial for FMZ Quant platform Strategy Writing
    comments   0
    hits   1425
  • avatar of Neo1898 Neo1898  | 创建于:2022-03-11 15:10:31
    有关时间的问题
    LogStatus(“时间:” + _D()) 上面的这句显示出来的时间,好像托管者的机器上的UTC的时间,比如新加坡的服务器,但新加坡的当地时间也是和北京一样的,所以如果要本地时间的话,这里应该是用哪个函数呢? backopentime = new Date() Log(“backopentime=”, backopentime) Log显示出的是正常的时间格式,比如 2022-03-06 2
    comments   5
    hits   863
  • avatar of qq813380629 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
    comments   8
    hits   925
  • avatar of Neo1898 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.
    comments   16
    hits   1041
  • avatar of Ninabadass 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
    FMZ Based Order Synchronous Management System Design (2)
    comments   0
    hits   787
  • avatar of mosec2c 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。应该写成什么样
    comments   5
    hits   861
  • avatar of ewang23 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
    好心人能否帮我看看这个策略代码的问题
    comments   2
    hits   1072
  • avatar of 启航 启航  | 创建于: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
    为什么将record 转换成pandas的DataFrame格式,data.Time[1]可以显示,而data.Time[-1]就会报错。
    comments   5
    hits   994
  • avatar of 老胡 老胡  | 创建于: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
    comments   2
    hits   1126
  • avatar of Howard0756 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
    comments   2
    hits   1212
  • avatar of 🏆Benson 🏆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 开通你的币安合约账号 &#
    零基础走入数字货币量化交易——从零开始建立一个属于自己的机器人
    comments   10
    hits   5992
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
Forums
PINE Language FAQ Summary MyLanguage Web3 About Us
Product
Robot Strategy Node Platforms Tickets
API
Syntax guide User guide Trading api Blockchain Indicator

© 2015 - ∞ INVENTOR PTE LTD (SG)