請老師完善下時間 [開拓者 TB]
-
咨詢內容:
請老師幫忙修改下時間日內模型,上午9.01到14.58平倉,晚上21.01到0.58平倉if(time>=0.1458)
? ?? ?{
? ?? ???if(MarketPosition==1)
? ?? ?? ?? ?? ?? ?? ?? ?sell(0,open);
? ?? ?? ?? ?? ? if(MarketPosition==-1)
? ?? ?? ?? ?? ?? ?? ?? ?? ?? ???{
? ?? ?? ?? ?? ?? ?? ?? ?buytocover(0,open);
? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?
? ?? ???}
? ?? ???}
? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?
? ?? ? myhigh = Highest(High[1],length);
? ?? ???mylow = Lowest(Low[1],length);
? ?? ?? ?? ???PlotNumeric("myhigh",myhigh);
? ?? ?? ?? ???PlotNumeric("mylow",mylow);
? ?? ???if (High>myhigh and MarketPosition<>1 and open<=myhigh and time>=0.0901 && time <0.1458)
? ?? ???{
? ?? ?? ?? ?? ? Buy(hands,myhigh+n*MinMove*pricescale);
? ?? ???}
? ?? ???if ( MarketPosition<>1 and open>myhigh and time>=0.0901 && time <0.1458)
? ?? ???{
? ?? ?? ?Buy(hands,open);
? ?? ???}
? ?? ???if (Low<mylow and MarketPosition<>-1 and open>=mylow and time>=0.0901 && time <0.1458)
? ?? ???{
? ?? ?? ?? ?? ? SellShort(hands,mylow-n*MinMove*pricescale);
? ?? ???}
? ?? ???if (??MarketPosition<>-1 and open<mylow and time>=0.0901 && time <0.1458)
有思路,想編寫各種指標公式,交易模型,選股公式,還原公式的朋友
可聯系技術人員 QQ: 262069696 或微信號:cxh99cxh99 進行 有償收費 編寫!
(注:由于人數限制,QQ或微信請選擇方便的一個聯系我們就行,加好友時請簡單備注下您的需求,否則無法通過。謝謝您!)
相關文章
-
沒有相關內容