📅 财经日历 📊 实时波动 📈 大盘云图 📶 行情走势 🆚 投机情绪 🚀 今日热点

    回答|共 94 个

    星月 LV3

    发表于 2014-2-6 11:30:58 | 显示全部楼层

    #property copyright "Eysen"
    #property link      "2013"

    #property indicator_chart_window

    extern double    maxlevel=100.0;
    extern double    bonus=0;
    int init()
      {
       return(0);
      }
    int deinit()
      {
       return(0);
      }
    int start()
      {
       int    counted_bars=IndicatorCounted();
      double lots=0,maxlots,s;

        for(int a=0;a<=OrdersTotal();a++)
         if(OrderSelect(a,SELECT_BY_POS,MODE_TRADES)==true)
          if(OrderType()==OP_BUY || OrderType()==OP_SELL)
           lots+=OrderLots();                             //计算已经下单的手数
        maxlots=(AccountBalance()-bonus)*maxlevel/100000; //计算最大可以下单数

        if(lots>maxlots)
        {
         s=lots-maxlots;
         Alert("最多只能下"+maxlots+"手单子,请平仓"+s+"手");   
         }
       return(0);
      }

    wfx1018 LV1

    发表于 2014-6-28 22:33:18 | 显示全部楼层

    顶顶顶顶顶顶顶

    wfx1018 LV1

    发表于 2014-6-28 22:33:23 | 显示全部楼层

    的顶顶顶顶顶

    wfx1018 LV1

    发表于 2014-6-28 22:33:28 | 显示全部楼层

    的顶顶顶顶顶

    ea大师 LV15

    发表于 2014-10-29 10:27:47 | 显示全部楼层

    多谢分享 看看是什么

    heiheivm LV4

    发表于 2014-10-29 17:48:02 | 显示全部楼层


    继续,学习了

    你那么耀眼 LV3

    发表于 2014-10-30 15:33:47 | 显示全部楼层

    谢谢分享!!!!!

    amm308 LV9

    发表于 2014-10-30 15:44:14 | 显示全部楼层

    DDDDDDDDDDDDDDDD

    性感女孩 LV3

    发表于 2014-10-30 16:48:52 | 显示全部楼层

    nice!!!!!!!!!!!!

    z99699 LV0

    发表于 2014-10-30 18:43:36 | 显示全部楼层

    dfhfdhh
    您需要登录后才可以回帖 登录 | 注册

    提醒: 禁止引战、谩骂、灌水内容

    微信二维码

    有问题联系客服