找回密码
 注册
搜索
查看: 422|回复: 2

[灌水] 又是一年。

[复制链接]
发表于 2009-12-26 01:14 PM | 显示全部楼层 |阅读模式


在这一年里,见识了更多的理论和更多的人。(更多的是新人)
其中最令人注目的是顶理论。

在这一年里,不得不承认美国相当的走大运,风调雨顺。
但也同时, 华街文化已经向中华文化靠拢,大家都是华人,应该比较容易思维。
来年您发财。

这里有没有不太灌水的自己PROGRAM TRADING ? (用TRADESTATION 平台),
想不想一起交流? haha. why you keep trying this way......
发表于 2009-12-26 01:19 PM | 显示全部楼层
回复 鲜花 鸡蛋

使用道具 举报

 楼主| 发表于 2009-12-27 10:38 PM | 显示全部楼层
偶们感觉派有那么点优点, 敢想, 还敢做, 但本人有点笨.

这是偶囫囵吞枣发现的的autotrade 基本的东西. tradestation call this strategy:

inputs: Price( Close ), FastLength( 9 ), SlowLength( 18 ) ;
variables: FastAvg( 0 ), SlowAvg( 0 ) ;

FastAvg = AverageFC( Price, FastLength ) ;
SlowAvg = AverageFC( Price, SlowLength ) ;

if CurrentBar > 1 and FastAvg crosses over SlowAvg then
{ CB > 1 check used to avoid spurious cross confirmation at CB = 1 }
        Buy ( "MA2CrossLE" ) next bar at market ;


{ ** Copyright (c) 1991-2003 TradeStation Technologies, Inc. All rights reserved. **
  ** TradeStation reserves the right to modify or overwrite this strategy component
     with each release. ** }

+++++++++++++
问题是为什么没有timeframe 参数呢?  比如说 5min
那位老股民扫扫盲..
谢先.
回复 鲜花 鸡蛋

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|www.hutong9.net

GMT-5, 2025-6-21 05:56 AM , Processed in 0.040372 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表