+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3
Results 21 to 26 of 26
 0 Attachment(s)    

Thread: Modifications for a 5 digits broker

  1. #21
    Administrator funyoo's Avatar
    Join Date
    Sep 2008
    Posts
    7,455

    Default

    Quote Originally Posted by MANSTIR View Post
    dear funyoo,
    Does "Slippage" we need to multiply too?
    regards,
    MANSTIR
    Hi MANSTIR,

    Normally no, there is a parameter that multiplies the slippage.

  2. #22
    Junior Member
    Join Date
    Jul 2010
    Location
    London
    Posts
    5

    Default

    Is modification to 5 digits difficult to code and encode?
    Make Easy pips DAILY with Forex Dynamite

  3. #23
    Junior Member
    Join Date
    Jun 2010
    Posts
    14

    Default

    Also, to modify to fractional pips broker you must make sure that all NormaliseDouble and DoubleToString functions that involve the currency price are correct. Some poorly built EA's will have the decimal places set to 4, rather than to digits. So you must check this by pressing Ctrl + F and searching for those two functions.

    Chris

  4. #24
    Junior Member
    Join Date
    Nov 2008
    Posts
    3

    Default

    Quote Originally Posted by funyoo View Post
    Hi MANSTIR,

    Normally no, there is a parameter that multiplies the slippage.
    thanks funyoo...
    Last edited by MANSTIR; 09-21-2010 at 15:30.

  5. #25
    Junior Member
    Join Date
    Aug 2010
    Posts
    8

    Default

    yep, right post!

  6. #26
    Member
    Join Date
    Jan 2009
    Location
    Austria
    Posts
    310

    Default

    automatically selected:

    //+------------------------------------------------------------------+
    //| Expert initialization function |
    //+------------------------------------------------------------------+

    int init(){
    if(Digits==3 || Digits==5){
    pt=Point*10;
    mt=10;
    }else{
    pt=Point;
    mt=1;
    }
    IXBONE
    Forex VPS, IX Trader Forex Software
    Business Internet Services
    Registered Internet Service Provider (Ripe: AS 16195)

+ Reply to Thread
Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Forex broker rebates
    By funyoo in forum Metatrader brokers
    Replies: 6
    Last Post: 08-16-2010, 18:02
  2. Micro broker
    By starlimit03 in forum Metatrader brokers
    Replies: 3
    Last Post: 05-28-2009, 16:39
  3. Zero spreads broker
    By funyoo in forum General discussion
    Replies: 2
    Last Post: 02-28-2009, 03:02
  4. How to use an EA with a 5 digits broker
    By funyoo in forum General discussion
    Replies: 7
    Last Post: 02-16-2009, 06:12
  5. How can we get rid of broker servers foults
    By falanca in forum General discussion
    Replies: 0
    Last Post: 02-03-2009, 20:20

Posting Permissions

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