RosePipsIndicator

0
(0)
이름:
RosePipsIndicator
작가: 루이스 크리스티안 스톨츠 (2014.02.11 14:58)
다운로드됨: 135
다운로드:
RosePipsIndicator 1
RosyPipsIndicator.mq4 (7.9 kb) 보다
작가: 루이스 크리스티안 스톨츠

설명:

This indicator will calculate pips wins and losses for any pair with a parsar and doji star trading strategy. You can see pip targets and losses and see if you can find a winning pair with this.

5MIN charts are the best on current settings. Dont risk your account on this, there still high pip losses I see that are high risk. If you use micro lots then maybe its ok.

This can save your life in forex.

영상:

RosePipsIndicator 2

Here is an expert to backtest. You can see its pretty risky so use microlots. This is just for studying the market, I havent traded with this.

#속성 링크      "[email protected]"

/**
Louis Christian Stoltz

                        _____
                      /  ___  \
                    /  /  _  \  \
                  /( /( /(_)\ )\ )\
                 (  \  \ ___ /  /  )
                 (    \ _____ /    )
                 /(               )\
                |  \             /  |
                |    \ _______ /    |
                 \    / \   / \    /
                   \/    | |    \/
                         | |
                         | |
                         |_|
**/

/**
  Global Variables
**/  

double glbOrderProfit;
double glbOrderOpen;
double glbOrderStop;
double glbOrderType;
double glbOrderTicket;
int gblOrderPips;

정수 시작()
{
int MagicBuy = 7647;
int MagicSell = 7648;

double sell = iCustom(상징(),기간(),"RosyPipsIndicator",0,1);
double buy = iCustom(상징(),기간(),"RosyPipsIndicator",1,1);

  만약에(OrderFind(MagicSell,상징()) == false && OrderFind(MagicBuy,상징()) == false && 팔다 != 0){
  주문보내기(상징(),OP_SELL,5,매기다,3,Bid+2500*Point,Bid-100*Point,"Sell Order" + 상징(),MagicSell,0,녹색); 
  }
  만약에(OrderFind(MagicSell,상징()) == false && OrderFind(MagicBuy,상징()) == false && 구입하다 != 0){
  주문보내기(상징(),OP_BUY,5,Ask,3,Ask-2500*Point,Ask+100*Point,"Buy Order" + 상징(),MagicBuy,0,녹색); 
  }
}

/**

  Order Find Function

**/  

bool OrderFind(int Magic, string symbol) 
{

   glbOrderType = -1;
   glbOrderTicket = -1;
   glbOrderProfit = 0;
   glbOrderOpen = -1;
   glbOrderStop = -1;
   gblOrderPips = 0;
   int total = OrdersTotal();
   double point =MarketInfo(symbol,MODE_POINT);
   bool res = false;

   ~을 위한(int cnt = 0 ; cnt < total ; cnt++)

     {

       주문선택(cnt, SELECT_BY_POS, MODE_TRADES);

       만약에(주문매직번호() == Magic && 주문 기호() == symbol)

         {

           glbOrderType = OrderType();
           glbOrderTicket = OrderTicket();
           glbOrderProfit = OrderProfit();
           glbOrderOpen = OrderOpenPrice();
           glbOrderStop = OrderStopLoss();
           만약에 (glbOrderType == OP_BUY)gblOrderPips = (OrderClosePrice() - OrderOpenPrice())/가리키다;
           만약에 (glbOrderType == OP_SELL)gblOrderPips = (OrderOpenPrice() - OrderClosePrice())/가리키다;
           res = true;

         }

     }

 반품(res);

}

이 게시물이 얼마나 유용했나요??

평가하려면 별표를 클릭하세요.!

평균 평점 0 / 5. 투표수: 0

현재까지 투표가 없습니다! 이 게시물을 가장 먼저 평가해 보세요..

이 게시물이 귀하에게 도움이 되지 못했다니 죄송합니다!

이 게시물을 개선해 보겠습니다.!

이 게시물을 개선할 수 있는 방법을 알려주세요.?



작가: 외환 위키 팀
우리는 경험이 풍부한 Forex 트레이더 팀입니다. [2000-2023] 우리 자신의 조건에 따라 삶을 살기 위해 헌신하는 사람들. 우리의 주요 목표는 재정적 독립과 자유를 얻는 것입니다., 우리는 자기 교육을 추구하고 Forex 시장에서 자립 가능한 라이프 스타일을 달성하기 위한 수단으로 광범위한 경험을 얻었습니다..