您現在的位置:程序化交易>> 期貨公式>> (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

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

相關文章

    沒有相關內容
主站蜘蛛池模板: 亚洲国产天堂久久综合| 四虎影视成人永久在线播放| a视频免费观看| 日本精品久久久久久福利| 亚洲欧美色一区二区三区| 精品水蜜桃久久久久久久| 国产成人精品亚洲一区| 97色伦综合在线欧美视频| 成人爽a毛片在线视频| 乱子伦一级在线观看高清| 波多野结衣xxxxx在线播放| 双女车车好快的车车有点污| 黑人巨大sv张丽在线播放| 国产高清视频在线免费观看 | 精品久久久无码人妻中文字幕| 国产成人综合欧美精品久久| 97超碰精品成人国产| 很狠干线观看2021| 久久亚洲精品无码aⅴ大香| 欧美亚洲国产片在线播放| 伊人色综合一区二区三区| 羞羞漫画在线成人漫画阅读免费| 国产成人无码免费看片软件| 2022欧美高清中文字幕在线看| 夫妇交换性2国语在线观看| 丰满少妇作爱视频免费观看| 明星ai人脸替换造梦在线播放| 亚洲日本一区二区三区在线 | 国内精品久久久久久影院| 一级看片免费视频| 日本xxxxx在线观看| 九九精品免视看国产成人| 欧美成人一区二区三区在线观看| 人人澡人人澡人人看添av| 精品国偷自产在线视频| 国产一区二区高清| 麻花传MD034苏蜜清歌| 国产精品va在线播放| 7777奇米影视| 在线视频一区二区三区四区| 一级人做人a爰免费视频|