買的訊號產生後,
賣的訊號要10天後才能賣~
這個語法該怎麼寫?
我的賣出訊號:
if Close=Lowest(Close,5) Then
ExitLong ("Sell") This Bar on Close;
該怎麼加進去?
--
賣的訊號要10天後才能賣~
這個語法該怎麼寫?
我的賣出訊號:
if Close=Lowest(Close,5) Then
ExitLong ("Sell") This Bar on Close;
該怎麼加進去?
--
Table of Contents
All Comments