File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22### Calendar Spread交易策略
33
44
5- 本帖主要介绍了基于事件驱动回测框架实现calendar spread交易策略。可在[ 这里] ( https://github.com/quantOS-org/JAQS/blob/master/example/alpha /CalendarSpread.py ) 直接下载策略源代码。
5+ 本帖主要介绍了基于事件驱动回测框架实现calendar spread交易策略。可在[ 这里] ( https://github.com/quantOS-org/JAQS/blob/master/example/eventdriven /CalendarSpread.py ) 直接下载策略源代码。
66
77#### 一. 策略介绍
88在商品期货市场中,同一期货品种不同到期月份合约间的价格在短期内的相关性较稳定。该策略就利用这一特性,在跨期基差稳定上升时进场做多基差,反之做空基差。
Original file line number Diff line number Diff line change 11
22### 商品期货的Dual Thrust日内交易策略
33
4- 本帖主要介绍了基于事件驱动回测框架实现Dual Thrust日内交易策略。可在[ 这里] ( https://github.com/quantOS-org/JAQS/blob/master/example/alpha /DualThrust.py ) 直接下载策略源代码。
4+ 本帖主要介绍了基于事件驱动回测框架实现Dual Thrust日内交易策略。可在[ 这里] ( https://github.com/quantOS-org/JAQS/blob/master/example/eventdriven /DualThrust.py ) 直接下载策略源代码。
55
66#### 一. 策略介绍
77Dual Thrust是一个趋势跟踪策略,具有简单易用、适用度广的特点,其思路简单、参数较少,配合不同的参数、止盈止损和仓位管理,可以为投资者带来长期稳定的收益,被投资者广泛应用于股票、货币、贵金属、债券、能源及股指期货市场等。
You can’t perform that action at this time.
0 commit comments