Firebird EA - LimitSell/Buy and StopSell/Buy
Results 1 to 10 of 10

Thread: Firebird EA - LimitSell/Buy and StopSell/Buy

  1. #1
    Hi,

    Is it possible to put a Limit Stop in this EA?
    If yes can someone help me to do this.

    Regards

    https://www.nigeriaforextrading.com/...9350493800.mq4

  2. #2
    You must be more exact about your coding request if you would like
    someone that will help you!!!

    Regards

  3. #3
    Quote Originally Posted by ;
    you have to be more exact about your coding request if you would like
    somebody that will help you!!!

    Regards
    Hello Forexflash,
    and thank you for your quick response!

    OK I try to explain it.
    The EA must grow to be only active if one of me given price is reached.

    For instance:
    Today EUR/USD is 1.3000 but I need that hi go only activ once the price is possibly 1.2000 or 1.4000

    Can it be possible?
    Thank you, and sorry for my bad english.

    Regards

  4. #4
    The problem is your english is realy bad, and I realy dont understand
    what's your request!

  5. #5
    Quote Originally Posted by ;
    The dilemma is that your english is realy bad, and that I realy dont understand
    what is your petition!
    I know my english...

    I need this EA it is only switched on when one by me given price is reached.

    So for example when the price is currently for EUR/USD 1.3000 than he sould do nothing since I need that he only switcht on when the price is possibly above 1.4000 or below 1.2000

    Sorry again, expect you anderstand what I believe.

    Regards

  6. #6
    English isn't my native language but I do not quite understand what you're asking. Not due to your english but due to lack of information. You have to be exact in your needs else no one will help you. Programmers deal with definites and logic... not guesses...

    so you want to trade just when the price at the point of sign is above a specific price or under another price? If it's above, what should you do? Open buy just? What about under? Open sell only?

  7. #7
    Try this...I tested it, but it must work....

    I added 2 external variables:

    extern double TradeFromPrice = 1.3;
    extern double TradeToPrice = 1.4;

    Therefore this ought to trade only range between 1,3000 to 1,4000

    Regards
    https://www.nigeriaforextrading.com/...2206750036.mq4

  8. #8
    Quote Originally Posted by ;
    English isn't my native language but even I don't quite understand what you're asking. Not due to your poor english but due to absence of information. You need to be precise on your requirements else nobody can help you. Programmers deal with definites and logic... not guesses...

    which means that you want to trade just when the price at the point of sign is over a certain price or under another price? If it is over what do you do? Open buy just? What about under? Open sell only?

    Thanks to get assistance Zen.

    I want only in the EA that a LimitBuy or LimtSell Pendingorder enter. So when the price is that I go long or short and input the EA switcht on.


    Regards

  9. #9
    Quote Originally Posted by ;
    Try this...I didnt analyzed it, but it should work....

    I added two external variables:

    extern double TradeFromPrice = 1.3;
    extern double TradeToPrice = 1.4;

    So this ought to trade only range between 1,3000 into 1,4000

    Regards
    Thanks Forexflash for your work, I'll try it out.


    Regards

  10. #10
    I believe Wailer is following the exact same thing as me. I have been looking to recode FB to start a Buy Limit/Sell Limit Pending Order rather than an Instant Order. The notion is that if the market does not return following a breakout the orders do not get filled. This should allow FIFO basis to be worked on by FB, though I would want to test it first .

    Just altering the order type hasn't worked, neither has incorporating a degree parameter, and being a newcomer to coding I'm not certain what else to change.

    I'm using FB v2.

    Any pointers would be greatly valued.

    A special thanks for all the people who have spent time into producing Firebird.

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.