lahahaha 發表於 16-2-2 00:53

請教, 如何設AM的條件給PM交易

我的意思是:
if 在早上index會xxx, then 在下午buy 1 share at market;

不知道表達得好不好

easytrader788 發表於 16-2-2 09:08


if t < 1200 then Condition1 = index_xxx > 50 ;
if t > 1200 and Condition1 then Buy next bar .....;

或是
if t < 1200 then Value1 =index_xxx ;
if t > 1200 and Value1 > 50 then buy .... ;
頁: [1]
查看完整版本: 請教, 如何設AM的條件給PM交易