Merge branch 'master' of https://github.com/quantOSorg/quantOSUserGuide · pythonAI/quantOSUserGuide@76c9667 · GitHub
Skip to content

Commit 76c9667

Browse files
committed
2 parents 69939f6 + 64272db commit 76c9667

7 files changed

Lines changed: 19 additions & 4 deletions

File tree

3_strategysample.md

Lines changed: 16 additions & 1 deletion

assets/tradesim_entrust.PNG

64.6 KB
Loading

assets/tradesim_pnl.PNG

36.1 KB
Loading

assets/tradesim_trade.PNG

31.5 KB
Loading

samples/calendar_spread.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
### Calendar Spread交易策略
33

44

5-
本帖主要介绍了基于事件驱动回测框架实现calendar spread交易策略。
5+
本帖主要介绍了基于事件驱动回测框架实现calendar spread交易策略。可在[这里](https://github.com/quantOS-org/JAQS/blob/master/example/eventdriven/CalendarSpread.py)直接下载策略源代码。
66

77
#### 一. 策略介绍
88
在商品期货市场中,同一期货品种不同到期月份合约间的价格在短期内的相关性较稳定。该策略就利用这一特性,在跨期基差稳定上升时进场做多基差,反之做空基差。

samples/dual_thrust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
### 商品期货的Dual Thrust日内交易策略
33

4-
本帖主要介绍了基于事件驱动回测框架实现Dual Thrust日内交易策略。
4+
本帖主要介绍了基于事件驱动回测框架实现Dual Thrust日内交易策略。可在[这里](https://github.com/quantOS-org/JAQS/blob/master/example/eventdriven/DualThrust.py)直接下载策略源代码。
55

66
#### 一. 策略介绍
77
Dual Thrust是一个趋势跟踪策略,具有简单易用、适用度广的特点,其思路简单、参数较少,配合不同的参数、止盈止损和仓位管理,可以为投资者带来长期稳定的收益,被投资者广泛应用于股票、货币、贵金属、债券、能源及股指期货市场等。

samples/graham.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)