MQL4 Programming - Page 9
Page 9 of 509 FirstFirst ... 789
Results 81 to 87 of 87

Thread: MQL4 Programming

  1. #81
    hello everybody

    first im sorry im getting off subject

    that I want to bring this damn indior for my chart but I dont understand what is wrong with it
    I have tested different variations of it but nothing seems on chrats

    please help me if you knew a working version of it send me its own link

    https://forexintuitive.com/attachmen...3394008850.mq4

  2. #82
    May be you required any library file or any foundation indior ...

  3. #83
    Quote Originally Posted by ;
    In this thread, I'll teach you how to code or perform some programming. I'll use MQL4 for the programming language. . I will start make a tomorrow and post it right here. I'll try make it easy for you men.
    Sorry for coming late, but it is better to be late than never.

    I enroll for class. thank you

  4. #84
    Quote Originally Posted by ;
    Complex programming such as dashboard with button? No demand auto trading. Only for monitoring and alert. I'll pm u @.
    How can you do PM in @username?

  5. #85
    I'm Newbie of coding. Paste, copy and edit is my Exercise now, I hope you guys will help me.
    Please help to address the error below. Thanks

    'Verbose' - variable not defined


    Utility Functions
    //================================================== ===========================
    //================================================== ===========================
    extern series OrderReliableErrTxt(int err)


    return (err :: ErrorDescription(err));


    void OrderReliablePrint(string s)



    if(Verbose)Printing(OrderReliable_Fname OrderReliableVersion : s);



    series OrderTypeToString(int type)


    if (type == OP_BUY) return(BUY);
    if (type == OP_SELL) return(SELL);
    if (type == OP_BUYSTOP) return(BUY STOP);
    if (type == OP_SELLSTOP) return(SELL STOP);
    if (type == OP_BUYLIMIT) return(BUY LIMIT);
    if (type == OP_SELLLIMIT) return(SELL LIMIT);
    return(None ( type ));

  6. #86
    Quote Originally Posted by ;
    Hi, I'm Newbie of coding. Copy, Paste and edit is my Exercise I facing some problem hope you guys can help me. Please help to solve the error as below. Thanks 'Verbose' - variable not defined Utility Functions //================================================== =========================== //================================================== =========================== extern string OrderReliableErrTxt(int err) return (err :: ErrorDescription(err)); emptiness OrderReliablePrint(string s){ if(Verbose)Print(OrderReliable_Fname OrderReliableVersion...
    You did not specify your Boolean kind Verbose variable. I guess you should pass its value as an argument in your OrderReliablePrint(string s, bool Verbose) function.

  7. #87
    Anyone willing to share sourcecode that can exchange on any broker?
    And avoid ordersend error like 131, 134 and so on.

    And can manage:
    ECN/STP
    4/5 Records

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners more information