+ Reply to Thread
Results 1 to 3 of 3
 0 Attachment(s)    

Thread: Signal conditions

  1. #1
    Junior Member
    Join Date
    Jan 2009
    Posts
    3

    Default Signal conditions

    hi all,
    it's a great place where , like me, we can learn so much and be helped by very kind and smart people. Thanks a lot you all.

    My question's day:
    i've found in one EA on this site, the below code:

    //|---------signal conditions



    int limit=1;

    for(int i=1;i<=limit;i++)

    {
    .... then all the logic of that EA //

    Could someone give explanations about that logic piece of code, what mean "limit=1" for example
    Why to enable or disable that fonction , what's benefits ?
    Where can i find all the basics for programming with MT4 ?

    Thanks

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

    Default

    Hi kooller,

    The EA checks if there is a signal on the previous bar.

    The code is quite useless here, but sometimes I need to modify the limit to check on the X previous bars.

    See here for the guide : http://www.tradingsystemforex.com/mq...ing-guide.html

  3. #3
    Junior Member
    Join Date
    Jan 2009
    Posts
    3

    Default mql guide

    hi,
    many many thanks, have lot of studying now !!!!

+ Reply to Thread

Similar Threads

  1. Conditions before to submit a request
    By funyoo in forum Ideas for expert advisors
    Replies: 3
    Last Post: 09-28-2011, 23:39
  2. Rent A Signal
    By funyoo in forum Signal services
    Replies: 6
    Last Post: 09-07-2010, 17:58
  3. Could you please give the signal alert when all the conditions meet
    By locle in forum Ideas for manual systems
    Replies: 0
    Last Post: 04-25-2009, 11:55
  4. NonLagMA Stoch Signal
    By funyoo in forum Indicators
    Replies: 3
    Last Post: 02-25-2009, 00:19
  5. Search ea (meny signal, efficiency >50%)
    By oiro in forum Ideas for expert advisors
    Replies: 0
    Last Post: 02-16-2009, 22:40

Posting Permissions

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