fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Oking
    3. Posts
    O
    • Profile
    • Following 1
    • Followers 0
    • Topics 8
    • Posts 30
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Oking

    • RE: pips away from open-price

      how can i fix it -10 after -45 normal trade 0.01 on the start the after -45 open opposite trade lot 0.03 and when is it -10 also opposite trade 0.01

      and i have close for any trade -45

      posted in Questions & Answers
      O
      Oking
    • RE: pips away from open-price

      yeah close just with tp

      posted in Questions & Answers
      O
      Oking
    • RE: pips away from open-price

      @l-andorrĂ 
      if is it like this pic what should i do ! >>>???0_1583357412390_Capture1111.JPG

      posted in Questions & Answers
      O
      Oking
    • RE: pips away from open-price

      yeah ,can you give me some example about it

      posted in Questions & Answers
      O
      Oking
    • pips away from open-price

      hi
      i have two different way for pips away from open-price how can i fix it
      first sell order then -45 pips away then open buy order and -10 pips away from open price open sell order .
      Thanks

      https://fxdreema.com/shared/dAoFIeXqc

      posted in Questions & Answers
      O
      Oking
    • RE: how can i do it panel for account ( info account )

      yeah do you have any idea to make like pic

      posted in Questions & Answers
      O
      Oking
    • how can i do it panel for account ( info account )

      hi
      how can i put information account with ea like this code or other way
      thanks

      void DrawObjects()
      {
      int X_Shift=10,Y_Shift=20;
      int Added=25;

      CreatePanel("PPanel_Info_Balance1",OBJ_EDIT,"Balance",X_Shift,Added+Y_Shift,80,20,Black,White,Black,10,true,false,0,ALIGN_LEFT);
      CreatePanel("PPanel_Info_Balance2",OBJ_EDIT,DoubleToStr(AccountBalance(),2),100+X_Shift,Added+Y_Shift,70,20,Black,White,Red,10,true,false,0,ALIGN_CENTER);Added+=25;

      CreatePanel("PPanel_Info_B1",OBJ_EDIT,"Total Buy: ",X_Shift,Added+Y_Shift,80,20,Black,White,Black,10,true,false,0,ALIGN_LEFT);
      CreatePanel("PPanel_Info_B2",OBJ_EDIT,DoubleToStr(TotalOrders(OP_BUY),0),100+X_Shift,Added+Y_Shift,70,20,Black,White,Red,10,true,false,0,ALIGN_CENTER);Added+=25;
      CreatePanel("PPanel_Info_B3",OBJ_EDIT,"Buy Profit: ",X_Shift,Added+Y_Shift,80,20,Black,White,Black,10,true,false,0,ALIGN_LEFT);
      CreatePanel("PPanel_Info_B4",OBJ_EDIT,DoubleToStr(TotalProfit(OP_BUY),2),100+X_Shift,Added+Y_Shift,70,20,Black,White,Red,10,true,false,0,ALIGN_CENTER);Added+=25;

      CreatePanel("PPanel_Info_S1",OBJ_EDIT,"Total Sell: ",X_Shift,Added+Y_Shift,80,20,Black,White,Black,10,true,false,0,ALIGN_LEFT);
      CreatePanel("PPanel_Info_S2",OBJ_EDIT,DoubleToStr(TotalOrders(OP_SELL),0),100+X_Shift,Added+Y_Shift,70,20,Black,White,Red,10,true,false,0,ALIGN_CENTER);Added+=25;
      CreatePanel("PPanel_Info_S3",OBJ_EDIT,"Sell Profit: ",X_Shift,Added+Y_Shift,80,20,Black,White,Black,10,true,false,0,ALIGN_LEFT);
      CreatePanel("PPanel_Info_S4",OBJ_EDIT,DoubleToStr(TotalProfit(OP_SELL),2),100+X_Shift,Added+Y_Shift,70,20,Black,White,Red,10,true,false,0,ALIGN_CENTER);Added+=25;

      CreatePanel("PPanel_Info_S5",OBJ_EDIT,"Profit USD: ",X_Shift,Added+Y_Shift,80,20,Black,White,Black,10,true,false,0,ALIGN_LEFT);
      CreatePanel("PPanel_Info_S6",OBJ_EDIT,DoubleToStr(TotalProfit(),2),100+X_Shift,Added+Y_Shift,70,20,Black,White,Red,10,true,false,0,ALIGN_CENTER);Added+=35;

      CreatePanel("PPanel_Info_S7",OBJ_EDIT,"Profit Pips: ",X_Shift,Added+Y_Shift,80,20,Black,White,Black,10,true,false,0,ALIGN_LEFT);
      CreatePanel("PPanel_Info_S8",OBJ_EDIT,DoubleToStr(TotalProfitPips()/point,1),100+X_Shift,Added+Y_Shift,70,20,Black,White,Red,10,true,false,0,ALIGN_CENTER);Added+=35;

      CreatePanel("PPanel_Info_prog",OBJ_EDIT,0_1583001408124_Capture.JPG ,X_Shift,Added+Y_Shift,190,20,Black,White,Red,8,true,false,0,ALIGN_CENTER);Added+=25;
      CreatePanel("PPanel_Info_idea",OBJ_EDIT,"O King",X_Shift,Added+Y_Shift,190,20,Black,White,Red,8,true,false,0,ALIGN_CENTER);

      }
      //+------------------------------------------------------------------+
      //| |
      //+------------------------------------------------------------------+

      posted in Questions & Answers
      O
      Oking
    • RE: is it right

      it does not work when get take profit for any one . and why

      posted in Questions & Answers
      O
      Oking
    • is it right

      can any one help me about that is it right0_1556065230687_Capture.PNG

      posted in Questions & Answers
      O
      Oking
    • 1
    • 2
    • 2 / 2