Inicio
Estrategias
Biblioteca
Comunidad
Documentación API
Iniciar Sesión
Regístrate Ahora
Help
FAQ
Announcement
Quantpedia
Tutorials
小草
| Creado el:2019-04-18 13:55:58
2019-04-18 13:58:55
Make Post-Only order and bulk orders on BitMEX through IO
Make Post-Only order and bulk orders on BieMEX Use IO function,refer to BitMEX doc:https://www.fmz.com/bbs-topic/3666 Post-Only order ”` var id = exchange.IO(“api”, “POST”, “/api/v1/order”, “s
Destacado
0
1880
AIlin
| Creado el:2019-04-18 12:57:31
请问可视化策略能用ok的永续合约吗?
请问这个可视化策略,能支持okex的现货杠杆、永续合约功能吗,怎么才能实现? 另外可视化能实现websock推送功能吗?
4
1583
futuresloser
| Creado el:2019-04-17 20:24:51
请问能否实现一个策略不同周期K线条件的回测?
如题,比如在1小时的前提下判断5分钟的条件并执行。在模拟回测里好像不行,在实盘里可以实现吗?
7
1996
小草
| Creado el:2019-04-17 15:46:32
2019-04-19 15:25:48
关于如何在BitMEX挂仅被动成交做市单和批量下单(IO范例)
使用IO函数,具体参数参考BitMEX文档:https://www.fmz.com/bbs-topic/3666 做市单(仅被动成交) ”` var id = exchange.IO(“api”, “POST”, “/api/v1/order”, “symbol=XBTUSD&side=Buy&orderQty=1&price=5000&execInst=ParticipateD
13
4566
善
| Creado el:2019-04-17 15:01:01
2019-04-27 11:55:41
2.4 How to write a trading strategy on FMZ Quant platform
Summary After studying the previous sections, we finally ready to write a quantitative trading strategy. This will be the most important step in your entry into the quantitative trading from manua
0
1481
善
| Creado el:2019-04-16 15:39:35
2019-04-17 10:55:33
2.3 Common API explanations
Summary When it comes to programming, it must be inseparable from the API. For many non-programmer people, what is the API? In this section we will use the easiest language to explain what is the
0
1346
善
| Creado el:2019-04-15 14:48:05
2019-04-17 10:55:47
2.2 How to configure the FMZ Quant trading system
Summary For the development of quantitative trading strategies, the first thing to do is the configuration of the trading tools. In this section we will take you through setting up exchanges, creat
0
1363
淡淡
| Creado el:2019-04-15 08:25:33
谁有 gateio的 合约 python示例代码?
只要getdepth , order, cancelorder 就可以了。 类似 okex的v3 api 给的 example.py 即可。 谢谢啊 。
1
1636
善
| Creado el:2019-04-13 10:49:18
2019-04-17 10:56:05
2.1 Introduction to the quantitative trading tool
Summary In the previous chapter, we learned about the concepts of quantitative trading, have a basic understanding of quantitative trading. So what tools are available on the market that can do qu
0
1788
afanxingzhou
| Creado el: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
1453
善
| Creado el:2019-04-12 09:48:38
1.4 What are the elements of a complete strategy?
Summary A complete strategy is actually a set of rules that traders give themselves. It includes all aspects of the trading, and does not leave a little room for subjective imagination. Every choic
0
1261
fmzero
| Creado el:2019-04-11 22:33:43
HttpQuery 返回如果失败,会是什么类型?
HttpQuery 如果失败,返回会是什么类型? NULL?还是什么东西?
3
1535
善
| Creado el:2019-04-11 10:05:43
1.3 What are needed for quantitative trading?
Summary A complete quantitative trading life cycle is more than just the trading strategy itself. It consists of at least six parts, including: strategy design, model building, backtesting tuning,
0
1303
小草
| Creado el:2019-04-10 16:38:02
2020-01-08 18:28:48
Linux托管者最佳升级实践
升级步骤 登陆到服务器托管者所在目录(如果没有更改过,一般是SSH登陆后默认目录)执行ls查看文件 可看到logs robot robot_linux_amd64.tar.gz ,其中logs为日志文件夹,robot为托管者执行程序,robot_linux_amd64.tar.gz为原
3
3070
善
| Creado el:2019-04-10 14:23:00
2019-04-10 14:28:45
1.2 Why choose quantitative trading
Summary Many people think complex trading strategies as a starting point when discussing quantitative trading, and inadvertently put a layer of mystery on quantitative trading. In this section, we
0
1308
善
| Creado el:2019-04-09 16:01:03
1.1 What is quantitative trading?
Summary As a product of the combination of science and machine, quantitative trading is changing the pattern of modern financial markets. Many investors have turned their attention to this field. H
0
1405
善
| Creado el:2019-04-09 15:59:47
2019-05-10 09:46:36
Quantitative trading quick start
Quantitative trading quick start Content Part 1, the basis of quantitative trading What is quantitative trading? Why choose quantitative trading
0
1454
afanxingzhou
| Creado el:2019-04-09 11:24:14
2019-04-17 16:57:58
请求交易所API,偶尔出现 Timeout
火币策略之前一直运行正常, 突然出现这个提示用我这边处理不? 我的托管者运行在香港阿里云上, 连接地址用的也是 -hk的
2
2157
善
| Creado el:2019-04-08 10:56:11
Implementing MACD in Python
MACD is a popularly used technical indicator in trading stocks, currencies, cryptocurrencies, etc. Basics of MACD MACD is used and discussed in many different trading circles. Moving Average Conve
0
1755
aawww
| Creado el:2019-04-07 13:07:04
OKEX get depth 报错
如题,我下载了最新的托管者,但是还是会得到这个错误,GetDepth: Invalid depth: {“Info”:null,“Asks”:[{“Price”:2.49,“Amount”:1536.043919},{“Price”:2.5,“Amount”:11024.020949
1
1388
willmaker
| Creado el:2019-04-05 23:01:28
2019-04-05 23:21:21
回测问题请教
请问会测试提示:Uncaught RangeError: WebAssembly.Memory(): could not allocate memory 关掉网页,重新回测就好了,这是什么原因呢?
1
1960
酱油瓶子zz
| Creado el:2019-04-05 19:40:08
ZBG交易所不能用
看到可添加的交易所里有ZBG,但是试了下,目前的接口都不能用,看到有通用协议的接入文档,但是貌似挺麻烦的。想问下,现在如果只需要几个简单功能(比如单纯的下单功能)的话,是否有比较简单的实现办法?比如我看到有个exchange.IO是否能用上?(ZBG的交易API貌似只有HTTP的)
5
1514
AIlin
| Creado el:2019-04-04 16:58:34
小白问题,怎么用blockly可视化编程下市价交易单?
不懂编程只能用可视化..请问怎么用blockly可视化编程下期货的市价交易单?
1
1597
小草
| Creado el:2019-04-01 11:06:09
2019-12-04 10:41:25
发明者数字货币量化平台websocket使用指南(Dial函数升级后详解)
基本上所有数字货币交易所都支持websocket发送行情,部分交易所支持websocket更新账户信息。相比于rest API, websocket一般具有延时低,频率高,不受平台rest API频率限制等有带你,缺点是有中断问题,处理不直观。关于websocket简介,可以参考我曾经的这篇文章: https://zhuanlan.zhihu.com/p/22693475 本文将主要介绍在FMZ
5
5113
afanxingzhou
| Creado el:2019-03-31 14:37:36
获取robotdetail接口里的参数3是啥意思
“strategy_exchange_pairs” => “[3,[43793],[“BTC_USDT”]]”
1
1299
善
| Creado el:2019-03-30 15:13:14
How can newcomers go through the road, how to capture trends and make profits last?
In trading, a single transaction result with win or loss is not the focus of quantitative traders, so what are they most concerned about? The answer is the result of trading the system after 800 or 10
0
1376
善
| Creado el:2019-03-30 11:17:42
Beginner's Guide to Time Series Analysis
Over the last few years we’ve looked at various tools to help us identify exploitable patterns in asset prices. In particular we have considered basic econometrics, statistical machine learning and Ba
0
1295
善
| Creado el:2019-03-29 14:24:50
Backtesting a Forecasting Strategy for the S&P500 in Python with pandas
Mature Python libraries such as matplotlib, pandas and scikit-learn also reduce the necessity to write boilerplate code or come up with our own implementations of well known algorithms. The Foreca
0
2355
善
| Creado el:2019-03-29 11:19:52
“Always understand when to quit” – 6 exit strategies
No matter how much time, effort, and money you put into an investment, if you don’t have a predetermined exit strategy, everything can be gone. For this reason, investment guru never invests without k
0
1297
fmzero
| Creado el:2019-03-28 23:19:31
2019-07-31 17:24:04
FMZ公众号互动
现在Log(@)可以推送消息到FMZ公众号。 能不能在FMZ公众号发消息给托管者,做对应的get command操作?
4
1456
Primera página
«
55
56
57
58
59
60
61
62
63
64
»
Última página