EA及其工作原理
    
                                        Bid - Point * TrailingStop,
                                        OrderTakeProfit(), 0, Green);
                                return (0);
                              }
                          }
                      }
                  } else // go to short position
                  {
// check for trailing stop
                    if (TrailingStop > 0)
                      {
                        if ((OrderOpenPrice() - Ask) > (Point * TrailingStop))
                          {
                            if ((OrderStopLoss() > (Ask + Point * TrailingStop)))
                              {
                                OrderModify(OrderTicket(), OrderOpenPrice(),
                                        Ask + Point * TrailingStop,
                                        OrderTakeProfit(), 0, Red);
 
网站导航 | 公司简介 | 法律声明 | 诚聘英才 | 征稿启事 | 联系我们 | 广告服务 | 用户反馈
欢迎访问证券之星!请点此与我们联系 版权所有:Copyright © 1996-