fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    how can i do it panel for account ( info account )

    Questions & Answers
    2
    3
    769
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • O
      Oking last edited by

      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);

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

      1 Reply Last reply Reply Quote 0
      • l'andorrà
        l'andorrà last edited by

        Wow, this is for real programmers! Anyone here? 🙂

        (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

        (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

        (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

        1 Reply Last reply Reply Quote 0
        • O
          Oking last edited by

          yeah do you have any idea to make like pic

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post

          Online Users

          C
          E
          K
          M
          D

          13
          Online

          146.7k
          Users

          22.4k
          Topics

          122.6k
          Posts

          Powered by NodeBB Forums | Contributors