How to find if any EA order has been closed by TP - Page 4
Page 4 of 614 FirstFirst ... 234
Results 31 to 38 of 38

Thread: How to find if any EA order has been closed by TP

  1. #31
    Quote Originally Posted by ;
    quote It does exactly what I want. The sole problem is that after TP is struck. Lot multiplier proceeds to multiply lot in the last order rather than starting over again by starting lot.
    Sorry, I have forgotten really to reset lot.
    Now done:
    https://www.nigeriaforextrading.com/...22021713177.ea

    Regards the other query. It is determined by if you would like the conditions coupled by logical OR (subsequently return after each), or by logical AND (subsequently return following the last chained condition.

    Example:
    If OR (meaning at least 1 condition Have to Be fulfilled ):
    Inserted Code int cond_start() if(Bid gt; iMA(NULL, 0, 100, 0, MODE_SMA, PRICE_CLOSE, 0)) return OP_BUY; should (Istoc( bla bla)) return OP_BUY; return -1;

    Currently, if AND (meaning all conditions Have to Be fulfilled ):
    Inserted Code int cond_start() if(Bid gt; iMA(NULL, 0, 100, 0, MODE_SMA, PRICE_CLOSE, 0)) if(Istoc( bla bla)) return OP_BUY; return -1;

  2. #32
    Quote Originally Posted by ;
    New code: document
    Hello rockit, I attempted EA on unique pairs one of these EA do not take trade on the following pairs.

    EURAUD, EURNZD, EURUSD, GBPAUD USDSGD

    Please could you check?

    Thanks And Regards,
    Moti

  3. #33
    Quote Originally Posted by ;
    quote Sorry, I have forgotten really to reset lot. Now done: file Regards another query. It depends: if you want to have the requirements coupled by logical OR (subsequently return after each), or by logical AND (subsequently return after the final chained condition. Case in point: Should OR (meaning at least 1 condition need to be met): int cond_start() if(Bid gt; iMA(NULL, 0, 100, 0, MODE_SMA, PRICE_CLOSE, 0)) return OP_BUY; should (Istoc( bla bla)) return OP_BUY; return -1; Now, if AND (meaning all conditions need to be met): int cond_start() { if(Bid gt; iMA(NULL, 0,...
    You rock my friend you can not even envision what beast you've created.

    I have one question I wish to produce another EA with completely another concept and more conservative is there some way that I can receive your help but this EA is more difficult if you want I could start a different thread for this EA because if you agree I want to inform you that it will take longer time.

  4. #34
    Quote Originally Posted by ;
    quote Hi rockit, I tried EA on different pairs among these EA do not take trade on the next pairs. EURAUD, EURNZD, EURUSD, GBPAUD USDSGD Please can you check? Thanks And Regards, Moti
    Motiram in the tester press F2 to download charts out of history center and it'll do the exam.

  5. #35
    Quote Originally Posted by ;
    quote in the tester press F2 to obtain charts from background centre and it will do the test.
    Alex8585, you can see I have put EA about the chart but doesn't respond to EURUSD and other 4 chart are in the #post53. I cannot figure out what is wrong. Rather it functions on all rest charts, which I have attempted.
    Regards,
    Moti

  6. #36
    Quote Originally Posted by ;
    quote Alex8585, you can see I have put EA on the chart but doesn't respond to EURUSD and other 4 chart are in the #post53. I can't figure out what is wrong. Rather it works on all rest charts, which I have tried. Regards, Moti picture
    Look mate I tried EA on all of the pairs from your article and EA works flawlessly. It for sure a bug on your terminal test EA options on your terminal. Have no idea.

  7. #37
    Thank you alex8585 yes may be you're right if EA work for you on EURUSD than I must assess what's the issue. Will be some insect unquestionably which I cannot see. If get work will conform to you, well I will check .

    Regards,
    Moti

  8. #38
    Indiors of what is acceptable for currencies AUD / USD and NZD / USD?

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.