首页
策略
文库
社区
API文档
登录
立即注册
帮助
经验交流
平台公告
知识库
入门手册
发明者量化-小小梦
| 创建于: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
3469
Ninabadass
| 创建于:2022-04-12 17:50:07
2022-04-12 18:06:07
Cryptocurrency Futures Martingale-Type Strategy Design
Cryptocurrency Futures Martingale-Type Strategy Design Recently, there are many Martingale-type strategies discussed in the FMZ official group, and there are not many Martingale strategies of cry
0
880
SEA
| 创建于:2025-12-24 10:44:43
2025-12-30 10:02:31
用Python搭建AI量化交易系统(LightGBM+Transformer混合策略)
简介 今天我将分享一个FMZ上完整的量化交易系统实现,它不是一个简单的回测脚本,而是一个的实时交易框架。这个系统已经在加密货币市场(ETH/USDT)上实际运行,具备以下特性: * 实时数据处理 - WebSocket流式数据 * 混合AI模型 - LightGBM + Transformer * 自动运维 - 特征漂移检测 + 自动再训练
2
871
Ninabadass
| 创建于:2022-04-24 11:32:48
2022-04-24 15:50:56
Dynamic Delta Hedging of Deribit Options
Dynamic Delta Hedging of Deribit Options This time, the strategy brought by FMZ Quant is Dynamic Delta Hedging of Deribit Options, abbreviated as DDH. For the study of options trading, we
0
1186
Han_nuo_ta
| 创建于:2025-01-26 22:26:24
关于多品种的回测
报错: Uncaught RuntimeError: Aborted(). Build with -sASSERTIONS for more info. 策略代码如下: function main() { var trade_symbols = ["coin_name_ETH","coin_name_BCH","coin_name_XRP","coin_name_EOS",
6
616
发明者量化-小小梦
| 创建于:2024-11-21 15:12:50
重新审视比特币的趋势跟踪和均值回归策略
在过去的几年里,金融格局的重大变化重塑了全球市场的动态,包括加密货币领域。持续的乌克兰战争、不断上升的通货膨胀率、美国经济的软着陆情景以及最近的比特币减半等事件,都对市场情绪和价格走势产生了深刻影响。鉴于这些发展,我们决定重新审视、重新评估交易策略,特别是 2022 年发布的 [比特币趋势跟踪和均值回归](https://quantpedia.com/trend-following-and-mea
0
1252
发明者量化-小小梦
| 创建于: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
1543
ChaoZhang
| 创建于:2023-03-21 15:03:45
2023-03-21 15:05:25
Docker部署托管者
hub页面是 https://hub.docker.com/r/fmzcom/docker 下载镜像 docker pull fmzcom/docker:latest 运行镜像 docker run -d --name FMZDocker -e UID=123456 -e PASSWORD=123456 fmzcom/docker FMZDocker给你的容器起个名字,随便起 UID
置顶
1
1415
Jetter
| 创建于:2023-01-26 20:31:05
请教一下,如果同方向有持仓则不再下新订单,这个信号接收程序应该如何修改?
/*backtest start: 2022-01-15 00:00:00 end: 2023-01-21 00:00:00 period: 1h basePeriod: 15m exchanges: [{“eid”:“Futures_Binance”,“currency”:“ETH_USDT”}] */ //信号结构 var Template = { Flag: “45M103Buy”
4
1057
发明者量化-小小梦
| 创建于:2022-05-30 16:23:43
2022-09-28 17:10:21
发明者量化PINE语言入门教程
发明者量化PINE语言入门教程 配套视频教程: 【量化交易入门太难?使用trading view Pine语言从小白到Quant大神–Pine语言初探】
0
11916
luqi0212
| 创建于:2022-11-22 19:57:12
2022-11-23 11:13:30
简单搬运两个tradingview指标,回测测试一下(仅仅交流学习,实盘后果自负)
策略使用的指标 1、SSL Hybrid 2、STOCH RSI指标 这两个是个Trading View上的指标,直接去Trading View上把源码搬过来。 SSL Hybrid 的代码 ,挺长的275行 “` //@version=4 //By Mihkel00 // This sc
7
2392
发明者量化-小小梦
| 创建于:2022-06-30 18:24:06
2024-02-06 17:36:19
MyLanguage Doc
MyLanguage is a programmatic trading language that is compatible and enhanced with MyLanguage. The MyLanguage of FMZ Quant will undergo strict synt
置顶
0
1977
小七
| 创建于:2022-11-30 06:40:43
2022-11-30 09:27:56
在coinmarketcap找找低价百倍币?
娱乐性质较大,仅供参考 根据coinmarket的币种和排名获取价格小于0.00001USD且24小时成交价值大于10000USD的交易品种 具体Python代码如下: ”`python import requests import json url = ‘https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings
5
1154
q631207207
| 创建于:2022-05-16 23:37:41
请问该如何添加平全仓。
/* - 交互命令字符串格式 action:amount action: buy , sell , long , short , cover_long , cover_short, spk , bpk - 交易所类型 eType变量取值: 0 spot , 1 futures TV文档链接 https://www.tradingview.com/pine-sc
3
1004
发明者量化-小小梦
| 创建于:2022-05-06 14:27:06
2025-08-21 13:47:34
FMZ PINE Script 文档
关键字、语法、设置简介 代码结构 Pine中代码遵循的一般结构: <version> <declaration_statement> <code> 注释 FMZ的Pine语言支持的注释符号:单行注释//、多行注释/* */,例如以下例子中的注释写法: “`pine [macdLine, signalLine, his
24
20049
发明者量化-小小梦
| 创建于:2022-04-28 16:05:05
2025-08-21 13:53:57
FMZ PINE Script Doc
Introduction to keywords, grammar, settings Structure of code General structure that code in Pine follows: ”`
4
3486
Ninabadass
| 创建于:2022-04-25 11:49:11
2022-04-25 12:04:06
Discussion on High-Frequency Strategy Design —— Magically Modified Profit Harvester
Discussion on High-Frequency Strategy Design —— Magically Modified Profit Harvester In the previous articles, we analyzed the ideas and code implementation of the original spot version of the hi
0
1010
Ninabadass
| 创建于:2022-04-24 17:34:03
Use Cryptocurrency Platform Aggregated Market Interface to Construct Multi-Symbol Strategy
Use Cryptocurrency Platform Aggregated Market Interface to Construct Multi-Symbol Strategy In the “Live” section of FMZ Quant Trading Platform, multi-symbol strategie
0
900
SEA
| 创建于:2025-12-23 16:09:24
2025-12-23 16:12:17
Transformer 的金融量化应用
2017年,一篇名为《Attention Is All You Need》的论文横空出世,并在接下来的几年内直至现在制霸了整个生成式AI领域。在这篇具有里程碑和突破性意义的论文中,8名研究学者首次提出了Transformer这种神经网络架构,其独特之处在于完全基于注意力机制,摒弃了传统的循环和卷积操作。通过自注意力机
4
311
Ninabadass
| 创建于:2022-04-22 14:32:14
Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (8)
Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (8) In the last article, we designed a multi-symbol contract spread monitoring strategy together. In this article, we will
0
855
Ninabadass
| 创建于:2022-04-22 11:59:32
2022-04-22 12:01:11
Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (7)
Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (7) In the last article, we have thought and designed a simple multi-symbol grid strategy together. Next, we will continue
0
923
tgh9953891
| 创建于:2022-04-19 02:04:22
2022-04-19 11:38:12
我的发明者的时间不对
function main(){ var ts = new Date().getTime() Log(_D(ts)) } 打印出来的时间不对,梦总帮我解决一下,感谢! 日期 平台 类型 价格 数量 信息 2022-04-19 02:00:53 信息 2022-04-18 18:00:53 为什么发明者不做个论坛,需要帮助才方便
11
954
Ninabadass
| 创建于:2022-04-18 17:20:53
2022-04-18 17:30:27
Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (5)
Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (5) In the last article, we explained the trading logic analysis of a simple grid strategy. In this article, we will continu
0
805
Ninabadass
| 创建于:2022-04-18 14:16:06
2022-04-18 15:39:07
Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (4)
Novice, Check it Out —— Take You to Cryptocurrency Quantitative Trading (4) In the first few articles, I learned so many basic concepts of cryptocurrency circle as well as programmatic and quantit
0
804
Ninabadass
| 创建于:2022-04-14 16:17:46
2022-04-15 14:16:23
Cryptocurrency Spot Hedge Strategy (2)
Cryptocurrency Spot Hedge Strategy (2) In the previous article, we implemented a simple hedge strategy together, and then we will learn how to upgrade the strategy. There are not many modification
0
960
Ninabadass
| 创建于:2022-04-14 11:57:46
2022-04-14 16:32:56
Cryptocurrency Spot Hedge Strategy (1)
Cryptocurrency Spot Hedge Strategy (1) For beginners in strategy designing, the hedge strategy is a very good one for practice. This article implements a simple but solid cryptocurrency spot hedg
0
889
Ninabadass
| 创建于:2022-04-13 09:35:06
2022-04-13 17:13:27
Application of Strategy 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
831
Ninabadass
| 创建于:2022-04-13 09:12:47
2022-04-28 11:06:13
Advanced Platform Research — Python Data Analysis & Strategy Backtest
Advanced Platform Research — Python Data Analysis & Strategy Backtest.ipynb Advanced Platform Research FMZ has a built-in jupyter notebook to help users familiarize themselves with the platform AP
0
991
Zero
| 创建于:2026-02-14 19:04:34
2026-02-18 22:00:17
Polymarket API 快速使用教程
Polymarket API 快速使用教程 基于 FMZ 平台(托管者版本3.8.8),快速上手 Polymarket API。 Symbol 格式 Symbol 必须以 exchange.GetMarkets() 返回的键值为准,此函数第一次调用很慢,之后有缓存, 格式为: {marketSlug}_USDC.(Yes/No) 示例: “`
0
693
Ninabadass
| 创建于:2022-04-12 15:12:36
2022-04-12 15:44:18
Cryptocurrency Manual Futures & Spot Hedge Strategy
Cryptocurrency Manual Futures & Spot Hedge Strategy In view of the fact that the hedging frequency of the current hedge strategy is not particularly high, it can actually be operated manually. Ho
0
818
1
2
3
4
5
6