首页
策略
文库
社区
API文档
登录
立即注册
帮助
经验交流
平台公告
知识库
入门手册
善
| 创建于:2019-04-30 08:50:54
4.5 C++ Language Quick Start
Summary C++ is a very difficult programming language. The hard part mainly is to learn in depth, but if you just write strategy logic by C++, it won’t need much deep knowledge, as long as it is no
0
1576
善
| 创建于:2019-04-28 16:51:22
4.4 How to implement strategies in Python language
Summary In the previous article, we learned about the introduction to the Python language, the basic syntax, the strategy framework and more. Although the content was boring, but it’s a must-requi
0
1789
红领巾
| 创建于:2019-04-28 15:27:28
2019-04-28 23:01:31
请问滑价点数是什么?
麦语言设置里的滑价点数是有什么
1
1693
发明者量化-小小梦
| 创建于:2019-04-28 13:17:00
2019-04-28 13:38:09
GateIO 期货 使用汇总
GateIO 期货 使用汇总 gate_futures note 1、目前GateIO 只有永续合约 合约 ,在发明者量化交易平台上exchange.SetContractType函数设置合约时为swap,不设置默认为 swap 。 2、一张合约价值是 1美元。 3、结算货币为 BTC ,计价货币为 USD 4、一种合约下,只能有一个仓位,不能同时持有多空仓位。
6
3435
善
| 创建于:2019-04-28 09:55:02
4.3 Getting started with the Python language
Preliminary fluff So, you want to learn the Python programming language but can’t find a concise and yet full-featured tutorial. This tutorial will attempt to teach you Python in 10 minutes. It’s
0
1552
善
| 创建于:2019-04-27 11:53:15
4.2 How to implement strategic trading in JavaScript language
Summary In the previous article, we introduced the fundamental knowledge that when using JavaScript to write a program, including the basic grammar and materials. In this article, we will use it w
0
1624
一叶行知
| 创建于:2019-04-26 16:41:43
请问如何构建python3的本地回测系统?报错了
我怎么才能拿到exchange这个对象实体了?Log也无法调用。谢谢帮助。
7
1911
善
| 创建于:2019-04-26 11:46:12
2019-04-27 11:53:43
4.1 JavaScript language quick start
Background This section gives a little background on JavaScript to help you understand why it is the way it is. JavaScript Versus ECMAScript ECMAScript is the official name for JavaScript. A n
0
1616
善
| 创建于: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
1697
wujitian
| 创建于:2019-04-23 22:10:18
请问GetTicker()得到的数据为何为空
传统期货,白天跑策略还是可以的,晚上重启后突然就无法得到Ticker数据了,账户信息也可以正常获得,期货合约参数也设置了,这是什么原因呢?
6
1957
善
| 创建于:2019-04-23 15:00:14
2019-04-27 11:54:05
3.4 Visual programming quick start
Summary Many subjective traders are interested in quantitative trading, at first, they begin with full confidence. After learning the basic grammar, data operations, data structure, logic control
0
1754
善
| 创建于:2019-04-22 10:32:04
2019-04-27 11:54:15
3.3 How to implement strategies in M language
Summary In the previous article, we explained the premise of realizing the trading strategy from the aspects of the introduction of the M language , the basic grammar, the model execution method,
0
1623
红领巾
| 创建于:2019-04-21 18:34:06
2019-04-28 15:23:04
请问火币杠杆交易怎么设置?
3
2035
就是来看看
| 创建于:2019-04-21 17:22:47
请问怎么添加okex的eos期货交易对?
请问怎么添加okex的eos期货交易对?
1
1602
魔力大熊
| 创建于:2019-04-21 13:48:31
请问如何添加新交易所?想添加币创。
「可添加交易所」里没有找到这个交易所,自己可添加吗? 官网上有 API 的:https://www.btron.com/docs/
1
1597
afanxingzhou
| 创建于:2019-04-20 09:41:25
已经启动的机器人,运行中修改了策略,可以生效吗?
如题。已经在运行的机器人,对应的策略有一处bug,想在不停止机器人的情况下,修改策略,不知可不可以生效。
3
1695
善
| 创建于:2019-04-19 14:18:38
2019-04-27 11:54:30
3.2 Getting started with the M language
Summary What is the M language? The so-called M language is a set of programmatic functions that extend from the early stock trading technical indicators. Encapsulating the algorithm into a single
0
1878
futuresloser
| 创建于:2019-04-19 13:23:53
2019-04-19 13:34:25
关于bitmex市价止盈止损和触发后平仓的API接口程序编写问题
查询了交流社区的各种帖子,还是对这一功能无从下手。 由于bitmex经常出现overload,只有提前设置好传入系统的单子才能成交。图片上画箭头的三个功能至关重要,很多新手没有关注过。 比如4.2号那天设置4300突破追涨的话,只要把“市价止损”选项里“设置买入止损”、填写数量和触发价格为:4300,同时不要勾选触发
4
2784
善
| 创建于:2019-04-18 15:03:37
2019-04-27 11:54:49
3.1 Quantitative trading programming language evaluation
Summary In Chapters 1 and 2, we learned the basics of quantitative trading and the uses of FMZ Quant tools. In this chapter, we will implement the actual trading strategies. If a worker wants to d
0
1765
小草
| 创建于: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
置顶
0
2201
AIlin
| 创建于:2019-04-18 12:57:31
请问可视化策略能用ok的永续合约吗?
请问这个可视化策略,能支持okex的现货杠杆、永续合约功能吗,怎么才能实现? 另外可视化能实现websock推送功能吗?
4
1928
futuresloser
| 创建于:2019-04-17 20:24:51
请问能否实现一个策略不同周期K线条件的回测?
如题,比如在1小时的前提下判断5分钟的条件并执行。在模拟回测里好像不行,在实盘里可以实现吗?
7
2419
小草
| 创建于: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
5055
善
| 创建于: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
1837
善
| 创建于: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
1670
善
| 创建于: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
1699
淡淡
| 创建于:2019-04-15 08:25:33
谁有 gateio的 合约 python示例代码?
只要getdepth , order, cancelorder 就可以了。 类似 okex的v3 api 给的 example.py 即可。 谢谢啊 。
1
2023
善
| 创建于: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
2229
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
1792
小草
| 创建于: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
4444
首页
«
56
57
58
59
60
61
62
63
64
65
»
末页