RosePipsIndicator

0
(0)
Nomen:
RosePipsIndicator
Author: Louis Christian Stoltz (2014.02.11 14:58)
Downloaded: 135
Download:
RosePipsIndicator 1
RosyPipsIndicator.mq4 (7.9 Kb) Visum
Author: Louis Christian Stoltz

Descriptio:

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.

Image:

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.

#property link      "[email protected]"

/**
Louis Christian Stoltz

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

/**
  Global Variables
**/  

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

int satus()
{
int MagicBuy = 7647;
int MagicSell = 7648;

double sell = iCustom(Symbolum(),Tempus(),"RosyPipsIndicator",0,1);
double buy = iCustom(Symbolum(),Tempus(),"RosyPipsIndicator",1,1);

  si(OrderFind(MagicSell,Symbolum()) == false && OrderFind(MagicBuy,Symbolum()) == false && vendere != 0){
  OrderSend(Symbolum(),OP_SELL,5,Iube,3,Bid+2500*Point,Bid-100*Point,"Sell Order" + Symbolum(),MagicSell,0,Viridis); 
  }
  si(OrderFind(MagicSell,Symbolum()) == false && OrderFind(MagicBuy,Symbolum()) == false && emptum != 0){
  OrderSend(Symbolum(),OP_BUY,5,Ask,3,Ask-2500*Point,Ask+100*Point,"Buy Order" + Symbolum(),MagicBuy,0,Viridis); 
  }
}

/**

  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(symbolum,MODE_POINT);
   bool res = false;

   for*(int cnt = 0 ; cnt < total ; cnt++)

     {

       OrderSelect(cnt, SELECT_BY_POS, MODE_TRADES);

       si(OrderMagicNumber() == Magic && OrderSymbol() == symbol)

         {

           glbOrderType = OrderType();
           glbOrderTicket = OrderTicket();
           glbOrderProfit = OrderProfit();
           glbOrderOpen = OrderOpenPrice();
           glbOrderStop = OrderStopLoss();
           si (glbOrderType == OP_BUY)gblOrderPips = (OrderClosePrice() - OrderOpenPrice())/point;
           si (glbOrderType == OP_SELL)gblOrderPips = (OrderOpenPrice() - OrderClosePrice())/point;
           res = true;

         }

     }

 reditus(res);

}

Quam utile fuit hoc post?

Click on a stella ad rate it!

Mediocris rating 0 / 5. Suffragium Comitis: 0

Nulla suffragia usque! Primus ad rate esto post haec.

Dolemus quod haec posta tibi non utilis fuit!

Emendare post haec!

Dic nobis quomodo hanc postem emendare possimus?



Author: Praenomen to Team
Nos sumus quadrigis maxime peritus congue mercatores [2000-2023] qui vitam nostram vivendo sunt addicti. Primarium propositum nostrum est libertatem ac libertatem attingere, et sui educationem secuti sumus et in Forexino foro peritia multa consecuti sumus ut media ad vitam sustinendam sui sustentandam..