首页
策略
文库
社区
API文档
登录
立即注册
帮助
经验交流
平台公告
知识库
入门手册
小草
| 创建于:2020-03-30 17:39:16
2020-04-02 15:35:56
FMZ分析工具使用介绍(最新功能)
简介 分析公式参考了worldquant公开的alpha101:http://q.fmz.com/chart/doc/101_Formulaic_Alphas.pdf 中行情计算的方法,基本兼容了其语法(未实现的有说明),并进行了增强。这个功能为将来支持股票而提前做准备,用户可以试用下。 用于快速对时间序列进行运算,验证想法。使用地址:https://www.fmz.com/m/alph
0
1948
mingren1992
| 创建于:2019-10-10 19:31:03
【FMZ平台扩展API问题】JS语言在访问扩展API时总是出现签名不对,求大神指点。
如题。目前平台上扩展API的案例给的是PY和GO,其中关于签名这段,描述的是:先MD5加密再UTF-8编码,我看PY都是直接引入库,但JS没有UTF-8编码的函数?因此签名总是出错,也不知道是编码出错还是本身的写法有问题,编程小白求大神帮忙指点一下,跪谢! method 和 accessKey前面都有赋值。 var d = { version: ‘1.0’, acc
6
1729
nihao153159
| 创建于:2021-01-02 07:06:59
tradingview 信号交易机器人 出错怎么解决
新手想用trading view信号自动交易币安btc永续合约,部署机器人后出现 ,错误 Ct 合约设置为空。求大神帮看一下怎么做。。 代码是复制的TradingViewWebHook信号执行策略(教学) /* - 交互命令字符串格式 action:amount action: buy , sell , long , short , cover_long , cover_short, s
6
1878
math
| 创建于:2021-04-05 23:46:00
2022-03-29 23:15:37
d
2
1015
永赢量化-1
| 创建于:2020-10-18 23:56:01
我们用fmz做了在线的一个网格交易回测功能
回到原点 之前一直在找能实时回测的工具,研究一段时间vnpy感觉改成接口还是太麻烦了。 最后还是翻到了fmz的新手指引中的文档 里面发现可以实现我们要的功能,拿出来用了一波,半年了跟大家探讨一下。 顺便吐槽一下fmz的文章真是太少了,这么有用竟然在新手指引里,当时还是通过发帖问了一下才明白。 首先就是用户可以自主选择开始时间和结束时间,所以 /upload/asset/14946a2e
2
4702
xuluxiao
| 创建于:2021-03-26 12:47:06
通过币安接口查询订单(/fapi/v1/order)报:Order does not exist
通过币安接口查询订单,提示Order does not exist,但通过调试工具单独查询的时候又能查询到,各位有遇到过吗? var ticker = exchange.GetTicker() //当前行情 var message = "symbol=" + "BTCUSDT" + "&orderId=" + orderid +"×tamp=" + _D(ticker.
1
1365
哈哈哈哈1
| 创建于:2021-01-13 02:25:17
python 的新手问题
acc = _C(exchanges[0].GetAccount) acc1 = acc.Balance if tickers_new.Last < 100000: id = exchanges[0].Buy(tickers_new.Last, buycash) a = tickers_new.La
1
1152
韭菜联盟
| 创建于:2021-04-06 19:34:48
2021-04-07 13:11:57
[求助]]JS如何调用FMZ的API停止指定机器人和重启机器人
JS调用FMZ的API停止指定机器人和重启指定机器人,StopRobot(RobotId)或RestartRobot(RobotId)怎么修改,method=“StopRobot(123456)“这样行不通 ”` function main() { var accessKey = “” var secretKey = “” var method = “GetNodeLi
1
1081
Dream2020
| 创建于:2021-04-04 11:45:56
在GITHUB上下了代码运行时报错,哪位大神可以指导一下!在线求解
错误如下: Traceback (most recent call last): File “C:/Users/peng/PycharmProjects/fmz_extend_api_demo-master/app.py”, line 22, in from flask_wtf import FlaskForm File “D:\Program Files (x8
3
1041
bamsmen
| 创建于:2020-06-08 20:21:18
2020-06-08 22:50:20
火币返回403错误
在使用调试工具时 1. function main(){ exchange.IO(“base”, “https://api.hbdm.com/”) let info = exchange.IO(“api”, “POST”, “/api/v1/contract_account_info”, “” ) return info } 返回以下错误,看文档好像是身份校验失败,是不是
1
1415
zacharytaylor
| 创建于:2020-05-08 17:23:12
2020-05-08 18:06:57
取火币网的行情时间 和正确时间差8小时
_D(exchange.GetTicker().Time) 2020-05-08 09:11:01 而我本机时间和火币网行情时间均为2020-05-08 17:11:01 为什么时间有差
3
1438
Zero
| 创建于:2020-04-20 10:19:00
2023-04-12 14:44:56
FMZ API Instructions
Basic Instructions Getting Started What can FMZ Quant Trading Platform do? FMZ Quant Trading platform is the most professional quantitative community in the field of quantita
0
15652
张三
| 创建于:2021-08-12 10:19:51
Ftx平台设置了挂单成交还是按照市价平了
用的是平台现成的代码, Trading view webhook接fmz, 同样的设置币安没有问题ftx平台, 直接平空开多不行,或者平多开空也不行 设置了挂单成交,还是有好多taker成交的,。 /* - 交互命令字符串格式 action:amount action: buy , sell ,
4
1310
善
| 创建于:2019-05-06 13:00:27
4.6 How to implement strategies in C++ language
Summary In the previous article, we explained the premise of implementing the trading strategy from the introduction of C++ language, basic grammar, and strategy structure. In this article, we wil
0
1749
金十量化
| 创建于:2021-07-05 14:18:21
请问okex的websocket怎么请求呀?
function main(){ var param = { “op”: “subscribe”, “args”: [ { “channel” : “instruments”,
1
1379
mandala
| 创建于:2019-09-17 14:58:31
We have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the market
Our algorithm runs very well and very profitable in sideways conditions, and runs long primarily only on XBTUSD. We have stop loss rules and DCA rules built in, but they’re not effective and create
3
1730
小草
| 创建于:2019-08-19 15:54:35
2021-06-08 16:14:57
FMZ量化平台策略编写进阶教程
学习本教程之前,需要先学习FMZ发明者量化平台使用入门和FMZ量化平台策略编写初级教程,并且熟练使用编程语言。初级教程涉及了最常用的函数,但是还有很多函数和功能没有介绍,本教程也不会覆盖,需要浏览平台API文档自行了解。 学习完
8
32664
小草
| 创建于:2019-08-13 17:47:27
2026-01-27 17:22:09
策略编写初级手册
欢迎来到FMZ量化交易平台!这份手册将带你从零开始,系统学习如何在FMZ平台上编写量化交易策略。无论你是编程新手还是有一定基础的开发者,这份手册都将帮助你快速上手,并最终能够独立编写简单的交易策略。 一、开篇导读 1.1 什么是FMZ量化平台 FMZ(发明者量化)是一个专业的量化交易平台,为用户提供策略编写、回测、模拟盘和实盘交易等一站式服务。平台支持连
33
70950
小草
| 创建于: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
6444
fmzero
| 创建于:2019-05-30 09:15:08
Highstock功能受限?
按highstock官例写了个测试 直接图形都没出来了 围观 ”` var ObjChart = null var preBarTime = 0 var chart = { __
10
1922
fmzero
| 创建于:2019-05-26 07:49:19
双坐标折线
按Highcharts例子是可以显示双坐标轴的。 可实际效果不能 请问为啥? ”` var chart = { // 这个 chart 在JS 语言中 是对象, 在使用Chart 函数之前我们需要声明一个配置图表的对象变量chart。 __isStock: true,
1
1764
Han_nuo_ta
| 创建于:2020-01-16 09:43:15
回测过程中轮询间隔为啥这么长?
全部程序如下: var start_time = new Date().getTime(); var num = 0; function ontick() { num += 1; var now_time = new Date().getTime(); var a = exchange.Go(“GetDepth”); var b = exchange.Go(“G
2
1434
善
| 创建于:2019-04-25 12:21:22
2019-04-27 11:53:56
3.5 Visual Programming language implementation of trading strategies
Summary In the previous section, we learned about the introduction and characteristics of the visual programming tool, the “ hello world ” example, and the strategy writing on the FMZ Quant tradin
0
1722
afanxingzhou
| 创建于:2019-04-13 00:01:13
调用带参数重启接口,一直返回code5, 参数不正确,求教(PHP)
1.传参: 第一个是robotid,第二个是setting json串 setting具体内容如下 { “name”: “test”, “args”: [ [“a”, 123], [“b”, true], [“c”, “cdd”], [“d”, 1], [“e”, “$$$__enc
6
1828
小草
| 创建于: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
4518
善
| 创建于:2019-07-10 09:55:13
2019-07-16 15:37:32
量化交易策略中分组指令的编写
为什么要分组指令 策略开发者的需求 对于不同的行情需要用不同的指标来研判。我能否根据不同的开仓条件设置不同的止损价差呢? 比如传统模型编写平仓条件没有对不同的开仓条件加以区分。 以下代码是一个简单的传统的不区分开仓条件的策略: ”` MA5^^MA(C,5); MA10^^MA(C,10); RSV:=(CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW
0
2501
善
| 创建于:2019-03-26 11:52:11
Blockchain Quantitative Investment Series - Dynamic Balance Strategy
Original: FMZ Quant www.fmz.com The “real stuff” of quantitative trading gathering place where you can truly benefit from. NO.1 Warren Buffett’s mentor, Benjamin Graham, once mentioned in the book
0
1852
善
| 创建于:2019-03-26 10:52:49
Event-Driven Backtesting with Python - Part VII
In the last article on the Event-Driven Backtester series we considered a basic ExecutionHandler hierarchy. In this article we are going to discuss how to assess the performance of a strategy post-bac
0
1953
善
| 创建于:2019-03-25 15:54:16
Event-Driven Backtesting with Python - Part V
In the previous article on event-driven backtesting we considered how to construct a Strategy class hierarchy. Strategies, as defined here, are used to generate signals, which are used by a portfolio
0
2142
善
| 创建于:2019-03-23 11:22:28
Event-Driven Backtesting with Python - Part III
In the previous two articles of the series we discussed what an event-driven backtesting system is and the class hierarchy for the Event object. In this article we are going to consider how market dat
0
2334
1
2
3
4
5
6