PRI 具体用法如下

IsBuyTime( PRISignal )
{
If (PRISignal = TOP)
{
Wait( 1 day);
Return buy;
}

Return unknown
}

请您先登陆,再发跟帖!