phipho
phipho
Friends

Add friends via their profile or user search and you will be able to see if they are online

phipho
Added topic Function "TrailingStop" is not referenced and will be removed from exp-file
//+------------------------------------------------------------------+
phipho
Added topic help me trailing stop of buy sell stop
void PlaceOrder( int iSignal){    int iTicket;    double op1=Ask+BuyStop* Point ;    double op2=Bid-SellStop* Point ;             if (iSignal == 1 )    {
phipho
Added topic how i can find idicators
ma14 = iMA ( NULL , 0 , 14 , 0 , MODE_EMA , PRICE_CLOSE , 0 ); if i want add indicator  Iichimoku or IADX how i can add  Extreme_Spike and MA_Crossover_Histogram how i can find
phipho
Added topic orderclose be error
void PlaceOrder( int iSignal){    int iTicket;       if (iSignal == 1 )    {       iTicket= OrderSend ( Symbol (),OP_BUY,dLots,Ask, 3 ,Bid-iStopLoss* Point ,Ask+iTakeProfit* Point
phipho
Added topic help me
double ma7, ma20, ma65, ma200;    double stoMain_0   = iStochastic ( Symbol (), 0 , 14 , 3 , 3 , MODE_EMA , PRICE_CLOSE ,MODE_MAIN, 1 );    double v1 = iRSI ( NULL , 0 , 14 , PRICE_CLOSE , 0 ); if (  stoMain_0
phipho
Added topic i want to consecutive order
//+------------------------------------------------------------------+
phipho
Added topic i don't know how to orderclose
// check if lines have crossed    if ( ma7 > ma14 && ma7 > ma21  && ma7 > ma49 && ma7 > ma70 ) siCurrentDirection = 1 ; //up    if (ma7 < ma14 && ma7 <
phipho
Added topic I want to ask about trading condition
// check if lines have crossed    if ( Close[ 0 ]> Open[ 0 ]&& Close[ 1 ]> Open[ 1 ]  ) siCurrentDirection = 1 ; //up      if ( Close[ 0 ]< Open[ 0 ]&& Close[ 1 ]< Open[ 1 ] )
phipho
Added topic how i can find idicators
ma14 = iMA ( NULL , 0 , 14 , 0 , MODE_EMA , PRICE_CLOSE , 0 ); if i want add indicator inchimoku or ADx  Iichimoku or IADX how i can add  
phipho
Registered at MQL5.community
phipho
Added topic how put one order if have signal
//+------------------------------------------------------------------+
phipho
Added topic Why my code not run
//+-----------------------------------------------------------------+ #define MAGICMA   20050610 extern double Lots               = 0.1 ; extern double
phipho
Added topic please help me :( I want to insert code auto stop loss and take profig in my Ea but I cant do it help
//+------------------------------------------------------------------+ //|                                               Moving