小幫手好
最近在練習寫程式
即時選股中有個"連續上漲四筆"條件
有練習寫但盤中用警示跑沒反應
請幫我看一下 謝謝
Condition1=Close > close[1] and Close[1] > close[2] and Close[2] > close[3] and Close[3] > close[4];
if Condition1 then
ret = 1;
PS:指定頻率選分鐘 逐筆洗價
小幫手好
最近在練習寫程式
即時選股中有個"連續上漲四筆"條件
有練習寫但盤中用警示跑沒反應
請幫我看一下 謝謝
Condition1=Close > close[1] and Close[1] > close[2] and Close[2] > close[3] and Close[3] > close[4];
if Condition1 then
ret = 1;
PS:指定頻率選分鐘 逐筆洗價
Hello vincentchen,
小幫手用您提供的腳本作回測,是正常的。
想請問您是什麼時間、什麼商品應該要警示但沒有警示,讓您覺得有誤的?
可以的話麻煩您提供更詳細的說明,如果可以附上 策略雷達匯出檔以及警示腳本 會更好。
感謝。
我搞定了 謝謝小幫手
3 評論