您現在的位置:程序化交易>> 期貨公式>> (MC)multicharts>> MC知識>>正文內容

IOG模式下限制交易次數 [MultiCharts MC]

  • 咨詢內容: [intrabarordergeneration=true]   if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   IOG模式下 一天只進場一次并有停損點 請問會限制到 出場的訊號嗎 而無法停損嗎?? 謝謝

     

  • MC技術部:

    問題二

    intrabarordergeneration=true]

      if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   if time_s>134400 and K under D then sell ("sell 1")  1 shares next bar at market;     IOG模式下 一天只進場一次并在進場時已設停損點另外加一停損點於收盤前一分鐘  請問134400只後 sell 的訊號無法產生 是因為 setstoploss(50*bigpointvalue)  已有設停損點的原因嗎 ?   停損點的設置 可以OCO 二擇一嗎?? 謝謝

     

     


    第2篇

     

  • MC技術部:

    [intrabarordergeneration=true] if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market; setstoploss(50*bigpointvalue) ; IOG模式下 一天只進場一次并有停損點 請問會限制到 出場的訊號嗎 而無法停損嗎?? 謝謝

    <==不會喔!


    第3篇

     

  • MC技術部:

    intrabarordergeneration=true]

      if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   if time_s>134400 and K under D then sell ("sell 1")  1 shares next bar at market;     IOG模式下 一天只進場一次并在進場時已設停損點另外加一停損點於收盤前一分鐘  請問134400只後 sell 的訊號無法產生 是因為 setstoploss(50*bigpointvalue)  已有設停損點的原因嗎 ?   <==

    不是,應該是條件未符合,可能麼煩你確認一下你出場的條件..

     

    停損點的設置 可以OCO 二擇一嗎?? 謝謝 <==可以!其中一筆符合條件丟單時另一筆會刪掉..
    第4篇

     

  • MC技術部:

    除非你的K棒周期小於1分K,不然以下指令不可能生效,所以 SELL 根本不會被觸發

    if time_s>134400


    第5篇

     

  • MC技術部:

    除非你的K棒周期小於1分K,不然以下指令不可能生效,所以 SELL 根本不會被觸發

    if time_s>134400

    <==哈!對!都忘了這件事!果然挑戰還是經驗老道..XD


    第6篇

     

  • MC技術部:

    那就是說 如果以60分鐘周期 time_s>134400  無法再最後一分鐘內 因交叉而產生不留倉的訊號是嗎?


    第7篇

     

  • MC技術部:

    60分K 符合該條件的時間為 134500 收盤時,那時的單無法執行,它會變成次日開盤時去平倉

     


    第8篇

     

  • MC技術部:

    請問如果以60分鐘為周期 有其他方法可以 在最後一分鐘內 做出訊號決定留倉與否呢?? 謝謝

     

     

    intrabarordergeneration=true]

      if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   if time_s>134400 and K under D then sell ("sell 1")  1 shares next bar at market;     <== 讓 sell 可以產生訊號 謝謝! 編輯文章 by 888 2011-11-04 12:12:23

     

  • MC客服:

    [intrabarordergeneration=true] if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market; setstoploss(50*bigpointvalue) ; IOG模式下 一天只進場一次并有停損點 請問會限制到 出場的訊號嗎 而無法停損嗎?? 謝謝

    <==不會喔!


    第3篇

     

  • MC客服:

    intrabarordergeneration=true]

      if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   if time_s>134400 and K under D then sell ("sell 1")  1 shares next bar at market;     IOG模式下 一天只進場一次并在進場時已設停損點另外加一停損點於收盤前一分鐘  請問134400只後 sell 的訊號無法產生 是因為 setstoploss(50*bigpointvalue)  已有設停損點的原因嗎 ?   <==

    不是,應該是條件未符合,可能麼煩你確認一下你出場的條件..

     

    停損點的設置 可以OCO 二擇一嗎?? 謝謝 <==可以!其中一筆符合條件丟單時另一筆會刪掉..
    第4篇

     

  • MC客服:

    除非你的K棒周期小於1分K,不然以下指令不可能生效,所以 SELL 根本不會被觸發

    if time_s>134400


    第5篇

     

  • MC客服:

    除非你的K棒周期小於1分K,不然以下指令不可能生效,所以 SELL 根本不會被觸發

    if time_s>134400

    <==哈!對!都忘了這件事!果然挑戰還是經驗老道..XD


    第6篇

     

  • MC客服:

    那就是說 如果以60分鐘周期 time_s>134400  無法再最後一分鐘內 因交叉而產生不留倉的訊號是嗎?


    第7篇

     

  • MC客服:

    60分K 符合該條件的時間為 134500 收盤時,那時的單無法執行,它會變成次日開盤時去平倉

     


    第8篇

     

  • MC客服:

    請問如果以60分鐘為周期 有其他方法可以 在最後一分鐘內 做出訊號決定留倉與否呢?? 謝謝

     

     

    intrabarordergeneration=true]

      if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   if time_s>134400 and K under D then sell ("sell 1")  1 shares next bar at market;     <== 讓 sell 可以產生訊號 謝謝! 編輯文章 by 888 2011-11-04 12:12:23

     

  • MC客服:

    intrabarordergeneration=true]

      if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   if time_s>134400 and K under D then sell ("sell 1")  1 shares next bar at market;     IOG模式下 一天只進場一次并在進場時已設停損點另外加一停損點於收盤前一分鐘  請問134400只後 sell 的訊號無法產生 是因為 setstoploss(50*bigpointvalue)  已有設停損點的原因嗎 ?   <==

    不是,應該是條件未符合,可能麼煩你確認一下你出場的條件..

     

    停損點的設置 可以OCO 二擇一嗎?? 謝謝 <==可以!其中一筆符合條件丟單時另一筆會刪掉..
    第4篇

     

  • MC客服:

    除非你的K棒周期小於1分K,不然以下指令不可能生效,所以 SELL 根本不會被觸發

    if time_s>134400


    第5篇

     

  • MC客服:

    除非你的K棒周期小於1分K,不然以下指令不可能生效,所以 SELL 根本不會被觸發

    if time_s>134400

    <==哈!對!都忘了這件事!果然挑戰還是經驗老道..XD


    第6篇

     

  • MC客服:

    那就是說 如果以60分鐘周期 time_s>134400  無法再最後一分鐘內 因交叉而產生不留倉的訊號是嗎?


    第7篇

     

  • MC客服:

    60分K 符合該條件的時間為 134500 收盤時,那時的單無法執行,它會變成次日開盤時去平倉

     


    第8篇

     

  • MC客服:

    請問如果以60分鐘為周期 有其他方法可以 在最後一分鐘內 做出訊號決定留倉與否呢?? 謝謝

     

     

    intrabarordergeneration=true]

      if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   if time_s>134400 and K under D then sell ("sell 1")  1 shares next bar at market;     <== 讓 sell 可以產生訊號 謝謝! 編輯文章 by 888 2011-11-04 12:12:23

     

  • MC客服:

    除非你的K棒周期小於1分K,不然以下指令不可能生效,所以 SELL 根本不會被觸發

    if time_s>134400


    第5篇

     

  • MC客服:

    除非你的K棒周期小於1分K,不然以下指令不可能生效,所以 SELL 根本不會被觸發

    if time_s>134400

    <==哈!對!都忘了這件事!果然挑戰還是經驗老道..XD


    第6篇

     

  • MC客服:

    那就是說 如果以60分鐘周期 time_s>134400  無法再最後一分鐘內 因交叉而產生不留倉的訊號是嗎?


    第7篇

     

  • MC客服:

    60分K 符合該條件的時間為 134500 收盤時,那時的單無法執行,它會變成次日開盤時去平倉

     


    第8篇

     

  • MC客服:

    請問如果以60分鐘為周期 有其他方法可以 在最後一分鐘內 做出訊號決定留倉與否呢?? 謝謝

     

     

    intrabarordergeneration=true]

      if EntriesToday(date) < 1 and K corss over D then buy("buy 1") 1 shares next bar at market;      setstoploss(50*bigpointvalue) ;   if time_s>134400 and K under D then sell ("sell 1")  1 shares next bar at market;     <== 讓 sell 可以產生訊號 謝謝! 編輯文章 by 888 2011-11-04 12:12:23

【字體: 】【打印文章】【查看評論

相關文章

    沒有相關內容
主站蜘蛛池模板: 国产视频福利一区| 调教15小男生gay脱裤子| 欧美伊香蕉久久综合类网站| 国产乱码精品一区二区三区四川人| 中文字幕精品无码亚洲字| 精品黑人一区二区三区| 国产精品国产自线拍免费软件| 中国国语毛片免费观看视频| 欧美一区二区三区免费不卡| 免费看岛国视频在线观看| 999在线视频精品免费播放观看 | 妈妈的朋友在8完整有限中字5| 久久精品日韩Av无码| 欧美精品亚洲精品日韩专区va| 午夜小视频免费| 99国产小视频| 桃子视频观看免费完整| 四虎精品在线视频| 99久久国产综合精品1尤物| 斗鱼客服电话24小时人工服务热线| 免费人成动漫在线播放r18 | 啊灬啊别停灬用力啊呻吟| 99精品视频在线视频免费观看| 最近2019中文字幕免费看最新| 亚洲色四在线视频观看| 欧美成人18性| 国内精品区一区二区三| 一本色道久久综合一区| 日本电影里的玛丽的生活| 免费看美女部位隐私直播| 非常h很黄的变身文| 国产精品亚洲色婷婷99久久精品| jlzzjlzz亚洲jzjzjz| 欧美一级黄色影院| 亚洲综合国产成人丁香五月激情| 美女隐私免费视频看| 国产裸体美女永久免费无遮挡| 一本到在线观看视频不卡| 日本a级片免费看| 亚洲欧美日韩成人一区在线| 精品人妻中文无码AV在线|