- UID
- 2
- 积分
- 2874604
- 威望
- 1387331 布
- 龙e币
- 1487273 刀
- 在线时间
- 13155 小时
- 注册时间
- 2009-12-3
- 最后登录
- 2024-11-24
|
【Trendline LE】
- [IntrabarOrderGeneration = false]
- inputs:
- TLRef( 1 ) ;
-
- variables:
- var0( TL_GetBeginDate( TLRef ) ),
- var1( TL_GetBeginTime( TLRef ) ),
- var2( false ) ;
- var2 = ( Date = var0 and ( BarType = 2 or ( BarType = 1 and Time >= var1 ) ) )
- or Date > var0 ;
- condition1 = var2 and High < TL_GetValue( TLRef, Date, Time ) ;
- if condition1 then
- Buy next bar at TL_GetValue( TLRef, Date next bar, Time next bar ) stop ;
复制代码 |
论坛官方微信、群(期货热点、量化探讨、开户与绑定实盘)
|