+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13
 1 Attachment(s)    

Thread: MetaTrader 4 programming guide

  1. #11
    Junior Member
    Join Date
    Jun 2009
    Posts
    4

    Default

    hello All

    can i help me change the code after to trade gold:

    int init()
    {
    digits=Digits;
    point=GetPoints();
    /*if(Comments)Comment("\nLoading...");*/
    return(0);
    }

    //|---------x digits broker

    double GetPoints()
    {
    if(Digits==3 || Digits==5)point=Point*10;
    else point=Point;
    return(point);
    }

    This code only run 4 digit Eu , GU..not run UJ..anh gold

    Thanks alot

  2. #12
    Junior Member
    Join Date
    Sep 2010
    Posts
    4

    Default

    pls can any one help in giving me a script that can open more that one trade at a time with its parameters for scalping cos am good at scalping but requote wont let me make more profit. lets say to open a 5 position with tp, sl, lot size and all that like an EA.
    thanx guys

  3. #13
    Junior Member
    Join Date
    Dec 2010
    Posts
    10

    Default

    Thank you for this manual i've searched since several day's. Great work !!

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. VPS Guide to MT4
    By funyoo in forum General discussion
    Replies: 13
    Last Post: 09-07-2010, 15:26
  2. What is the best Metatrader brokers ؟
    By Mr.DO$LLAR in forum Metatrader brokers
    Replies: 17
    Last Post: 08-16-2010, 18:34
  3. Metatrader symbols
    By funyoo in forum MQL programming
    Replies: 3
    Last Post: 06-19-2010, 15:53
  4. MTF EA Programming
    By GarethC in forum MQL programming
    Replies: 5
    Last Post: 07-22-2009, 13:14
  5. Yahoo Metatrader Group EA Results from 2006 - 2009
    By mikaka in forum Expert advisors backtesting
    Replies: 18
    Last Post: 02-23-2009, 10:14

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts