名称 | 类型 | 说明 |
---|---|---|
Sector | String | 字符串,市场板块 |
InitMoney | Real | 整数,初始资金 |
StartDate | TDateTime | 日期型时间,开始时间 |
EndDate | TDateTime | 日期型时间,截止时间 |
CommissionCharge | Real | 实数,手续费 |
ScaleRestriction | Real | 实数,单支证券比例约束(0.1表示10%) |
Negotiability | Real | 实数,流通性(0.05表示5%) |
BuyC | Expression | 布尔表达式,买入条件 |
SellC | Expression | 布尔表达式,卖出条件 |
MinSell | Integer | 整数,最小卖出股数 |
MinBuy | Integer | 整数,最小买入股数 |
BuyPrice | Expression | 用户自定义,表达式,买入价格 |
SellPrice | Expression | 用户自定义,表达式,卖出价格 |
ValuePrice | Expression | 用户自定义,表达式,计算价值 |
MaxBuyRate | Real | 实数,最大买入占的比例(和实际交易值比,0.1表示10%) |
MaxSellRate | Real | 实数,最大卖出比例(和真实交易相比,0.1表示10%) |
MinCommissionCharge | Real | 实数,最低手续费 |
BuyUnit | Integer | 整数,买入单位 |
FreeZeRate | Real | 实数,冻结比例(当日卖出得到的资金不准许买入的比例,1表示全部冻结) |
BaseMoney | Real | 实数,最低操作资金(防止过多操作) |
ListDays | Integer | 整数,起码上市天数 |
返回 | TableArray | 交易策略测试(复杂参数,可选条件) |