//20日均線向上趨勢
if average(close,20)>average(close,20)[1]
then condition4 = true;
1 評論
你好:
這要看你趨勢向上的定義喔,可以先參考系統腳本,
如有需要協助,歡迎再提出詢問。
1 評論