Page 8 of 9 FirstFirst ... 6 7 8 9 LastLast
Results 71 to 80 of 88
Like Tree33Likes

ManualTrader EA

This is a discussion on ManualTrader EA within the Trading tools forums, part of the Trading Forum category; Originally Posted by Gods_Clown Hi Igorad, Thank you for your reply. I found out, that the trailingstop is working for ...

      
   
  1. #71
    igorad
    Guest
    Quote Originally Posted by Gods_Clown View Post
    Hi Igorad,
    Thank you for your reply. I found out, that the trailingstop is working for buy orders just fine, but not for sell orders. There is no trailingstop set buy the EA.
    Code:
    if(SellStop <= NormalizeDouble(OrderStopLoss() - TrailStopStep *_point,Digits)) SellStop = SellStop; else SellStop = OrderStopLoss();
    Only if I delete this line from the code, there will be a trailingstop.
    If I understand it correctly and with the settings of TrailingMode = 1, TrailStop > 0(eg. TrailStop = 15) and TrailStopStep = 0, it should be this:
    Code:
    //Example
    if(SellStop <= NormalizeDouble(OrderStopLoss() - TrailStopStep *_point,Digits)) SellStop = SellStop; else SellStop = OrderStopLoss();
    if(1,11696  <= NormalizeDouble(0               -  0            *_point,Digits)) SellStop = SellStop; else SellStop = OrderStopLoss();
    The result is always SellStop = 0. So we don't get a trailingstop.
    Please correct me if I'm wrong.
    Hi Gods_Clown,

    Thanks a lot that you found this bug.
    Please check out the fixed v1.7 from this post.

    Regards,
    Igor

  2. #72
    Member
    Join Date
    Jun 2015
    Posts
    71
    Quote Originally Posted by igorad View Post
    Hi adamlo,

    Please check out the updated ManualTrader EA with ability to work with the improved ChandelierStop indicator.

    Attachment 12084

    UPDATES:
    2015.06.09 - fixed version v1.7 600+ added.


    Regards,
    Igor
    Hi Igor,

    Is it possible to enhance the "Take Profit" function with a ATR projected target? This will be similar to the ChandelierStop (for trail stop) except that this time a profit target is projected based on ATR x multiplier.

    Refer sample attached.
    ManualTrader EA-takeprofit.png

    Thanks
    Eris

  3. #73
    Junior Member
    Join Date
    May 2017
    Posts
    1
    Hi Igorad,
    I want to change value of partial profit and break even by dragging line. after open position.
    I try inputting by line to BreakEven and PartCloseTgt but I dont know how.
    please help me.
    thx.

  4. #74
    igorad
    Guest
    Quote Originally Posted by kay View Post
    Hi Igorad,
    I want to change value of partial profit and break even by dragging line. after open position.
    I try inputting by line to BreakEven and PartCloseTgt but I dont know how.
    please help me.
    thx.

    Hi kay,

    You could change these parameters only via the EA input parameters at any time.

    Regards,
    Igor

  5. #75
    Member
    Join Date
    Oct 2014
    Posts
    54
    igorad:

    Could you consider converting this Manual EA to an EA to trade baskets as opposed to pairs?
    I will spell out the details if you could do this.

    Thanks
    thor68

  6. #76
    Member
    Join Date
    Oct 2014
    Posts
    54
    bump.............................................. .............

  7. #77
    igorad
    Guest
    Quote Originally Posted by thor68 View Post
    igorad:

    Could you consider converting this Manual EA to an EA to trade baskets as opposed to pairs?
    I will spell out the details if you could do this.

    Thanks
    thor68

    Hi thor68,

    Please post the details and I'll see how to modify the EA.


    Regards,
    Igor

  8. #78
    Member
    Join Date
    Jun 2015
    Posts
    71
    Quote Originally Posted by igorad View Post
    Hi adamlo,

    Please check out the updated ManualTrader EA with ability to work with the improved ChandelierStop indicator.

    Attachment 12084

    UPDATES:
    2015.06.09 - fixed version v1.7 600+ added.


    Regards,
    Igor
    Good Day Igor,

    Can you please add a FractalChannelStop to the ManualTrader EA?

    Will be much appreciated, Thank you.

  9. #79
    Member
    Join Date
    Jun 2015
    Posts
    71
    Quote Originally Posted by Eris View Post
    Good Day Igor,

    Can you please add a FractalChannelStop to the ManualTrader EA?

    Will be much appreciated, Thank you.
    Good Day Igor,
    I do understand that you have a very busy schedule and need to prioritize work items but I would like to know whether this can be done or, if it qualifies to be added to your to do job list. Will be much appreciated. Regards, Eris

  10. #80
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,474
    Blog Entries
    2911
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Hi Eris,

    I've sent this request to Igorad one week ago (and I reminded it now too).
    tardi44 likes this.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 8 of 9 FirstFirst ... 6 7 8 9 LastLast

LinkBacks (?)


Tags for this Thread

Bookmarks

Posting Permissions

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