首页
策略
文库
社区
API文档
登录
立即注册
帮助
经验交流
平台公告
知识库
入门手册
ChaoZhang
| 创建于:2024-03-14 15:14:00
2024-03-14 15:16:49
Financial Magic Zone Global KOL Recruitment
If you have a firm belief in the Financial Magic Zone Platform and the quantitative trading industry; if you believe that technological innovation can make investing smarter and more efficient, join
置顶
0
624
ChaoZhang
| 创建于:2024-03-14 15:09:04
2024-03-16 22:14:56
发明者量化平台全球KOL招募令
如果您对发明者量化平台和量化交易行业有坚定的信仰;如果您相信科技创新可以让投资变得更智能、更高效。现在就加入全球领先的量化交易平台——发明者量化的全球KOL招募计划,成为我们的合作伙伴,共同推动量化投资的普及,一起携手共进、互利共赢。 如何加入发明者量化KOL计划? 请填写申请表格,我们的
置顶
0
2503
ChaoZhang
| 创建于:2024-01-16 10:30:25
2024-01-18 15:21:02
资金费率套利策略全新上线
我们很高兴地宣布,一个全新的交易策略——资金费率套利策略在平台上线。这一策略旨在利用永续合约和资金费率之间的差异,为用户提供一个低风险、高效率的投资选择。 关于资金费率套利策略 资金费率套利策略基于永续合约的特性和资金费率机制。当永续合约价格高于现货价格时,资金费率通常为正,意味着做多方需要向做空方支付费用。本策略利用这一点,通过同时做空永续合约和做多现货,长期持有以获取正向的资金费
置顶
3
4429
FMZ~Lydia
| 创建于:2023-07-13 14:44:41
2024-02-05 20:04:06
FAQ Summary (Updating...)
FAQ Summary (Updating…) Search for FAQ for easy viewing. How to search for a keyword on posts? Use Ctrl + f to open the page
置顶
0
820
FMZ~Lydia
| 创建于:2023-07-12 15:09:33
2024-02-05 20:05:43
Primary Tutorial of Strategy Writing with FMZ Quant Trading Platform (Must Read)
This tutorial contains basic knowledge of strategy writing, including API introduction, backtest, charts and more. After learning this basic tutori
置顶
0
955
FMZ~Lydia
| 创建于:2023-07-12 15:01:15
2024-02-05 20:06:40
Getting Started with FMZ Quant Trading Platform (Must Read)
After studying this tutorial, you will understand the architecture and functions of FMZ Quant Trading platform, and be able to create strategies an
置顶
0
1019
FMZ~Lydia
| 创建于:2022-09-23 15:23:34
2024-02-27 16:47:41
PINE Language Introductory Tutorial of FMZ Quant
PINE Language Introductory Tutorial of FMZ Quant Supporting video tutorial: https://www.youtube.com/watch?v=CA3SwJQb_1g FMZ Quant Trading Platform
置顶
0
2578
小草
| 创建于:2019-04-12 14:28:19
2024-02-05 20:07:56
FMZ intermediate tutorial
This tutorial will cover more details about FMZ platform,more practical skills about using API. You should read through the beginner tutorial and have
置顶
2
4034
小草
| 创建于:2019-04-09 11:29:07
2024-02-06 17:35:38
FMZ beginer tutorial
1.Start with FMZ platform Thanks for using our platform. This is a basic instruction for beginners, for a full version of our API documentation, ch
置顶
1
5833
小草
| 创建于:2019-04-04 11:40:52
2024-02-05 20:09:52
BitMEX exchange API note
BitMEX 交易所API使用事项 (BitMEX exchange API note) The FMZ platform API Doc [Join us on telegram group](https://t
置顶
0
2564
FMZ~Lydia
| 创建于:2025-04-18 16:28:17
The Go-Anywhere Quantitative Journey Starts from FMZ
Introduction Have you ever thought that quantitative trading can be learned easily and started immediately without writing code all night to build a framework, designing UI, and various design det
0
9
lijingxfdj
| 创建于:2025-04-18 01:05:18
bitfinex获取放贷币种的报价失败
使用下面的代码测试时没有获得需要的数据,但是因为acc的账户是有的,请问借贷的自己费率没有获得是为什么呢? ”` function main() { var acc = exchange.GetAccount() Log(“acc:”,acc) // Active Funding Offers: https://docs.bitfinex.com/reference/r
2
11
FMZ~Lydia
| 创建于:2025-04-11 14:16:22
2025-04-11 14:24:43
Quantitative Practice of DEX Exchanges (4) - Strategy Access Test of WOOFi / EdgeX
In the past few articles, we have discussed the access to mainstream DEXs, and this article will focus on actual practice and conduct actual strategy deployment tests. The FMZ platform has recently ad
0
25
Y1530181008
| 创建于:2025-04-07 16:39:48
为什么不能触发条件
N:=14; 止损倍数:=1.5; 止盈倍数:=2.8; TR:=MAX(MAX((HIGH-LOW),ABS(REF(CLOSE,1)-HIGH)),ABS(REF(CLOSE,1)-LOW)); ATR:=MA(TR,N); 底分型条件:=LOW[1]
2
56
bored
| 创建于:2025-04-03 08:09:52
托管者刚部署一天就离线很久是什么原因?
1
71
Google
| 创建于:2025-04-02 20:07:00
Websocket频繁中断,有大佬知道原因吗?
Websocket频繁中断,有大佬知道原因吗,有时候一小时也不断,有时候几秒就断了。
7
112
山棠
| 创建于:2025-04-01 13:13:11
请教如何获取合约交易类型?
我用 exchange.IO(“cross”, false )可以设置币安 U 本位永续合约交易模式为逐仓。 但是,当策略再次运行时,日志会提示我不必重复设置合约交易模式。 所以我想加个判断,先获取现状模式,如果为逐仓就跳过,如果为全仓才设置为逐仓。 请教如何用 JS 代码实现?我是新手,请多帮助,谢谢。
1
68
rencz2025
| 创建于:2025-04-01 11:47:10
回测功能怎么突然用不了了?
新手小白用了发明者控制中心一个月了,回测了上百次策略,实盘也正常跑了一个星期。今早用着用着就提示:回测服务器不存在 ,请重新选择执行回测的托管者。。。。。请大佬们管理员大人帮忙看下。感谢!
2
113
FMZ~Lydia
| 创建于:2025-03-31 10:33:11
Practice of Web3 Tron Encapsulated and Access to SunSwap DEX Based on FMZ Platform
Preface In the field of blockchain tradings, decentralized exchanges (DEX) provide a trustless way to exchange assets, and SunSwap, as a representative DEX in the Tron ecosystem, supports smart co
0
41
Google
| 创建于:2025-03-28 17:10:46
请教一下Websocket消息推送的问题。
var ws = null ws = Dial(“wss://fstream.binance.com/stream?streams=ethusdt@kline_1h/bnbsudt@kline_1h”) while (true) { const data = ws.read() const msg = JSON.parse(data) Lo
2
84
Han_nuo_ta
| 创建于:2025-03-21 13:41:51
如何鉴别量化交易策略的好坏?
大量的人在各类平台上寻找稳定可靠的交易策略,现在我教你如何识别策略的好坏。我现在只说一些普通人意识不到的观念,归纳如下: 1/ 策略原理与逻辑是否合理。好的策略,其原理是显而易见的。比如,基于均值回归理论的策略,是利用资产价格围绕均值波动的特性,当价格偏离均值一定程度时,预期其会回归均值从而进行相应操作。如果一个策略声称能在毫无逻辑关联的市场因素之间建立盈利关系,如根据天气变化来预测股票市场
1
250
FMZ~Lydia
| 创建于:2025-03-18 13:06:31
FMZ Platform Web3 Ethereum Practice - Pending Order Exchange Based on Smart Contract
Preface In the cryptocurrency market, trading opportunities are fleeting, especially high-yield arbitrage windows, which often only last for a very short time. If you rely solely on manual trading
0
54
Han_nuo_ta
| 创建于:2025-03-16 16:55:28
如何利用相关性实现整体资产的指数增加?
如何实现资产的整体保值和增值,是大家最关心的话题,但是很多人还是太迷茫,没有从宏观上考虑这个问题,其实本质上就是考虑相关性。各种各样的策略开发,无论如何都逃不开一个概念,就是相关性。我们都知道鸡蛋不能放在一个篮子里,而怎么定义这个篮子呢?也是相关性。 品种的相关性。如果两个品种的相关性很高,而我们要开发趋势追踪策略,那么跑一个品种,跟跑两个品种几乎没有区别,所以,我们要去找相关性
1
137
Han_nuo_ta
| 创建于:2025-03-16 14:45:25
2025-03-16 21:06:36
多品种回测存在的一个小问题,以及解决方案
发明者的回测系统存在一个问题,我曾经发帖咨询过, https://www.fmz.com/bbs-topic/10581 ,作为一个付费老用户,说实话,并没还有从实质上解决问题。 涉及到多品种的回测,特别是配对交易,夸品种套利时,这个问题会被放大。 因为在回测系统中,getticker这个函数需要耗时,那么意味着,品种超过几十个时,一个轮询获取多个品种的价格, 会消耗大量的时间,有时候长达
5
135
长留上仙
| 创建于:2025-03-13 00:07:18
2025-03-14 10:36:14
用实盘数据回测时,2小时后自动停止
如图,每次使用实盘级数据回测时,程序运行2个小时后自动停止,找不到原因。
3
177
ccpy2007
| 创建于:2025-03-09 20:39:43
高胜率策略
没策略可以用了啊 有没有高胜率策略的
2
315
rzb666
| 创建于:2025-03-03 11:52:07
实盘运行的问题
实盘运行在公有服务器,开启了实盘但是没有反应也没有停止
2
160
q2288858
| 创建于:2025-03-02 10:23:09
获取行情接口问题
你好,请教一下 records = exchange.GetRecords('DOGE_USDT.swap') 获取狗狗币合约行情,报错:symbol DOGE_USDT.swap not found on Binance
1
139
豆豆
| 创建于:2025-03-01 10:54:29
【求助】为什么TradingView策略发送的消息在FMZ无法执行?
我之前使用的是指标消息。 做法是在每一个警报的消息设置中写入OpenLong 、 OpenShort,然后发送到FMZ机器人执行。 这样是OK的 现在使用策略发送消息, TradingView的代码是 ”` // 警报消息 var string Message_open_long = input.string(‘OpenLong’, ‘开多消
3
211
q2288858
| 创建于:2025-02-28 19:13:57
2025-03-01 13:46:40
你好 python回测问题
如何知道回测最后一轮,如果还有持仓就按市价全部卖出
2
129
1
2
3
4
5
6
7
8
9
10
»
末页