首页
策略
文库
社区
API文档
登录
立即注册
帮助
经验交流
平台公告
知识库
入门手册
善
| 创建于:2019-03-18 13:24:11
Sharpe Ratio for Algorithmic Trading Performance Measurement
When carrying out an algorithmic trading strategy it is tempting to consider the annualised return as the most useful performance metric. However, there are many flaws with using this measure in isola
0
1606
善
| 创建于:2019-03-16 11:58:20
Research Backtesting Environments in Python with pandas
Backtesting is the research process of applying a trading strategy idea to historical data in order to ascertain past performance. In particular, a backtester makes no guarantee about the future perfo
0
1945
善
| 创建于:2019-03-09 10:52:03
Automated Trading Systems: The Pros and Cons
Traders and investors can turn precise entry, exit and money management rules into automated trading systems that allow computers to execute and monitor the trades. One of the biggest attractions of s
0
1497
善
| 创建于:2019-03-07 15:57:11
2019-03-07 15:57:41
High-Frequency Trading: A Primer
The term “stock exchange” tends to conjure up images of a room crowded with men in suits – one hand pressing phone firmly to ear, the other waving furiously in the air. And once upon a time those icon
0
1917
善
| 创建于:2019-03-07 10:12:47
Intro To Algo Trading
Intro To Algo Trading I discussed the different types of trading which includes algorithmic, discretionary, and hybrid trading. Let’s say you are intrigued by algorithmic trading. What is it exactl
0
1583
善
| 创建于:2019-02-16 13:59:58
The public are always wrong
Bernard Baruch was born in 1870 in South Carolina and graduated from the City College of New York. Baruch is a successful example of starting from scratch and a stock trader who is good at grasping op
0
1497
善
| 创建于:2019-02-15 12:04:20
Doing investment, IQ and temperament which is more important
Charlie Munger said: “A long time ago, when I realized that owning a certain temperament could make people successful, I tried to strengthen this temperament. For the financial industry, the importan
0
1486
善
| 创建于:2019-02-12 09:33:46
Taproot Is Coming: What It Is, and How It Will Benefit Bitcoin
Bitcoin users may, before long, be able to benefit from a trick called “Taproot.” First proposed by Bitcoin Core contributor and former Blockstream CTO Gregory Maxwell, Taproot would expand on Bitcoin
0
1455
善
| 创建于:2019-01-22 10:34:09
Binance Multi-Currencies Automation Trading Strategy API Operation Guide
Although the Binance.com has not been established for a long time, due to its excellent technology, the API is stable and efficient, the request frequency limit is also relaxed, and there are many coi
0
5139
善
| 创建于:2018-12-14 17:33:09
2019-04-10 09:11:27
MyLanguage Document
- # Basic Description Contract Commodity futures contract, cryptocurrency contract Commodity futures/cryptocurrency contract ”` this_week OKEX futures contract
0
2593
发明者量化-小小梦
| 创建于:2018-11-30 13:29:33
2022-12-09 17:46:10
发明者量化My语言(Mylang)文档
My语言是对麦语言的兼容并增强的一种程序化交易语言。FMZ量化的My语言会进行严格的语法检查,例如在使用语言增强嵌入JavaScript语言代码时,在%%操作符之后多跟一个空格字符都会引起报错。 基础说明 ## 合约 数字货币合约 数字货币合约 ”` this_week 数字货币期货当周合约
置顶
24
38460
igagix
| 创建于:2018-10-30 00:28:47
2018-10-30 00:41:13
写了一个记录火币币币交易对记录历史数据的示例,为什么在运行的时候相同的时间只出现一条记录呢?
function main(){ var tradesData = ""; while(true){ var huobiTrades = exchanges[0].GetTrades()[0];
7
2383
ruby
| 创建于:2018-10-09 15:15:50
2018-10-09 15:16:41
Index equilibrium strategy (teaching)
”` var account = _C(exchanges[0].GetAccount); // Get the account information before the strategy starts running, and then assign it to the global variable account var coinValue = {};
0
1415
善
| 创建于:2018-08-31 10:18:43
C++ API call example
C++ API call example www.fmz.com Support C++ 11, compatible with various platforms (Windows/Linux/Mac). Cloud compile. “` void main() { if (!Test(“c++”)) { Panic(“Please download the lat
0
2394
lanchaiye
| 创建于:2017-12-22 12:39:16
2017-12-23 14:52:52
exchange.Go()方法没反应,请检查下c++版的
”` cpp auto d = exchange.GetDepth(); if (d.Valid) { Log(d.Asks[0], d.Bids[0]); } TId ffff; auto ff=exchange.Go(“Sell”,d.Bids[0].Price,0.05); if(ff.wait(ffff)){
2
1619
善
| 创建于:2018-08-28 14:18:15
2019-12-03 17:27:50
The new version of “the grid strategy” only contain 50-lines of coding!
The new version of “the grid strategy” only contain 50-lines of coding! www.fmz.com Do you still remember the famous “grid strategy” (https://www.fmz.com/bbs-topic/2268)? The one which has a lot of
1
1943
ruby
| 创建于:2018-08-27 16:49:50
Blockchain Quantitative Investment Series Course (3) – Calender Spread Arbitrage
NO.1 In the book “Financial Alchemy” written by Soros in 1987, an important proposition was put forward: I believe the market prices are always wrong in the sense that they present a biased view of th
1
1936
善
| 创建于:2018-08-24 11:36:30
2020-06-03 17:16:34
R-Breaker trading strategy
In the Forex trading system, the Pivot Points trading method is a classic trading strategy. Pivot Points is a very simple resistance support system. Based on yesterday’s highest, lowest and closing p
1
3249
bb
| 创建于:2018-07-23 15:53:45
2018-07-24 12:27:27
Python入门简单小脚本-统计单边连续行情
最近在学量化,也没啥基础,敲点东西慢慢来。 今天敲了个小脚本用于统计最近50天(貌似平台用OK模拟回测只能50天?)的单边行情(连续上涨或连续下跌)出现次数。 本来是想写个↓ 《识别震荡与趋势,真的很简单!》 https://www.fmz.cn/bbs-topic/1638 利用后一周期的新低来对比此周期的新高,这种思想来判断趋势的。上行和下行趋势都可以用。 感谢作者发的这个文
4
2257
发明者量化-小小梦
| 创建于:2018-07-19 19:10:48
2018-07-19 19:15:42
使用 通用协议 插件 实现 JS 语言 并发 任务
使用 通用协议 插件 实现 JS 语言 并发 任务 一直以来,总想 在使用JavaScript 编写策略的时候使用 一个 完全 脱离主程序的并发 逻辑 不停获取 行情,或者做一些其它操作。 python 语言可以 直接在策略里面使用 多线程 库, JavaScript 则没有办法实现。 不过 并发 获取行情 也有 更简单的处理 可以使用 exchange.Go 函数。 -
0
2176
Adchun
| 创建于:2018-06-25 15:40:05
关于exchange.Go的疑惑
var a = exchange.Go(“GetTicker”); //GetTicker 异步多线程执行 var b = exchange.Go(“GetDepth”); var c = exchange.Go(“Buy”, 1000, 0.1); var d = exchange.Go(“GetRecords”, PERIOD_H1); //上面四种操作是并发多线程异步执行, 不会耗时,
1
1751
kawujielu
| 创建于:2018-05-30 20:36:59
如何每次整点计算开仓条件?
每次回测,买入和卖出的时间点都不是整点。我希望是每一个5分钟收线,或1小时收线时计算开仓逻辑。 并且我用record = exchange.GetRecords(PERIOD_M15) t = _D(record.Time[-1]/1000) 获取的时间和买入开仓的日志时间相差12个小时,这是怎么回事? /upload/asset/26c2454b95850bdba775228d1
4
1715
发明者量化-小小梦
| 创建于:2018-03-09 20:00:48
2018-03-11 15:09:33
检测 各个交易所 GetAccount , GetTicker 接口策略 代码
检测 各个交易所 GetAccount , GetTicker 接口策略 代码 方便看下各大交易所 接口状态。 JavaScript 源码(无策略参数直接运行) ”` function E(obj) { if (!obj) {
0
2533
发明者量化-小小梦
| 创建于:2017-12-29 11:00:02
2017-12-29 11:25:11
C++策略编写知识点 之 C++ 内存回收
C++策略编写知识点 之 C++ 内存回收 在编写C++策略前有些 基础知识还是需要知道的,不求孔乙己式的精通, 最起码要知道这些规则。 以下为转载资料 #### C++内存对象大会战 如果一个人自称为程序高手,却对内存一无所知,那么我可以告诉你,他一定在吹牛。用C或C++写程序,需要更多地关注内存,这不仅仅是因为内存的分配是否合理直接影响着程序的效率和性能,更为
0
3237
发明者量化-小小梦
| 创建于:2017-12-26 15:50:51
2019-05-21 17:29:02
Sublime Text 常用快捷键(MAC)
Sublime Text 常用快捷键(MAC) 符号说明 ⌘:command ⌃:control ⌥:option ⇧:shift ↩:enter ⌫:delete 打开/关闭/前往 快捷键 功能 快捷键 功能 ⌘⇧N 打开一个新的sublime窗口 ⌘A 全选 ⌘N 新建文件
0
2257
aimmpan
| 创建于:2017-12-25 15:07:17
TA的各种指标的具体算法 有详细的描述吗?
我最近在用KDJ指标,发现拿到的指标都非常小。0.000xxx级别的。 按照,KDJ的描述,K,D的值一般来说应该是50左右的啊。
1
1843
善
| 创建于:2018-08-30 12:03:18
2019-12-03 17:32:29
30-line gambler strategy (Selling short)
30-line gambler strategy (Selling short) www.fmz.com a little game strategy which can inspire you to think the trading business a different way, this short 30-line strategy is just for fun, you can te
1
1766
发明者量化-小小梦
| 创建于:2017-11-22 11:06:06
高波动背后的根本逻辑和交易策略
### 核心观点 美国市场里两个股指期货相邻的两个季度的价差,三天左右的波动在-7和-6之间,有一些“小毛刺”,波动率只有0.25,这个市场非常难赚钱,而且它的流动性也不好;而中国市场上下波动范围起码有15个点左右,我们的波动性是美国市场的50倍。我看了这张图之后我非常的振奋,对同伴们说,这个市场应该是可以赚到钱的。 高估值和资产荒会造成一个不稳定的市场。美国2008年是因为流动性
0
3078
发明者量化-小小梦
| 创建于:2017-11-09 18:33:25
Shannon’s Demon
Shannon’s Demon via. https://blog.enigma.co/is-there-a-free-lunch-in-the-crypto-markets-c4aa331443f1 An in-depth look at one quantitative trading strategy Hello to all! This is Enigma’s first
0
2147
发明者量化-小小梦
| 创建于:2017-11-13 10:16:44
2017-11-15 17:02:17
1,2,3买入法、2B法则——赢面65%的交易策略
1,2,3买入法 1,“123”图形是指:价格突破近期的趋势线,然后回落,当它再次走向与原来趋势相反的方向时,就形成了123图形。 下图代表的是一个买入图形,图中在A点价格突破了前期的明显下降趋势,当价格上升至B点,然后又回落至低点C,并再次开始上升时,即为“123”买入图形。 2,从2到3的回落空间必须至少达到1至2点的0.382倍幅度以上。买入点为D。如果价
0
5695
1
2
3
4
5
6