Manage Take Profit EA -
... 6 7 8 9 10

thread: Manage Take Profit EA

  1. #71
    Junior Member Oxchuca's Avatar
    1
    Can I ask such as the one?

    I've been looking for this for ver2-5 for a very long time now and finally discovered it since I constantly move my SL when I am on a winning streak.

    Thank you in advance

  2. #72
    Junior Member Alberpk8700's Avatar
    5
    Hi jamesbon72,

    the manage TP 2-5 has an issue with the reset and isn't working probertly. U can download the MTP 1.9 this version works perfect is much better and with more options (trailling stop). The explanation of functioning with the 3 stop movement levels is on post # 391.

    zickzack

  3. #73
    Junior Member haya104's Avatar
    12
    This is MTP 1.8 having an attempt at a fix for::

    1.) 1.8 would reset when MT4 disconnected, this should be fixed. Whether there are open transactions prior to init and deinit the EA checks to see.

    2.) Also, after EA closed transactions that they EA did not reset for another trade. This should be taken care of now with a test on each tick checking for any open orders. If there are no orders open, then the EA resets.

    I'm not as familiar with 1.8 as 2.4, so when something is off, give me a shout, since I might have missed wrap among the factors...
    Thanks! I'll try out this one. I've been utilizing 1.7 and was brief on the EurUsd, it closed partial place but then I changed the time period, H4gt;D1gt;W1 and back, and it closed a second partial which it wasn't supposed to. Hopefully this 1.9 won't do that, or I'll have to stop switching times!

  4. #74
    Junior Member Javier's Avatar
    2
    Here is the relative strength indi. What is your entrance egy?
    https://www.cliqforex.com/attachment...1650142775.ex4

  5. #75
    Junior Member rafaferv's Avatar
    1
    Hi all.
    Can any one help to plan an ea doing this?
    Partial Close Expert Advisor




    The Partial Close EA helps you handle your Take Profit amounts by allowing you to close portions of your commerce at different Take Profit amounts. This new proportion alloion (or divide near ) option permits traders to create up to four Take Profit levels with a customizable percentage of trade closed as every profit amount is reached.
    As an Example, a trader placing a 10 lot transaction can use the Partial Close EA to scale from the position. With a max of 4 take profit amounts, a trader could Points profit, close 10 percent At 15 points profit, close 50% At 25 points profit, close 20 percent At 35 points profit, close 100 percent of the position The EA also has the capacity to update the stop loss* every time the place is partially closed. Employing the configurations of 1 for a buy, for example, will move the stop loss 1 pip over the entry price, and also for a market, 1 pip below the entry price. A MOVE_SL placing of 10 for a buy will move the stop loss 10 pips above the entrance price, and also for a market, 10 pips below the entrance price.
    *Note that the Stop reduction will use to the FULL size of the position.
    To use this EA, drag and drop the EA in the Navigator's Pros list along with you chart. From the inputs, make sure to enter the Ticket Quantity of the transaction, place and click ok.
    Additionally, be sure to verify that live trading and expert advisors** are enabled (loed under tools, options, Pros Advisors.)
    *At a volatile market or fast-moving market states, stop-loss orders may eventually become market orders and may be filled at the prevailing price, which may differ greatly in the desirable price.
    **During atomic crisis, orders may not be filled as placed.
    If you plan on utilizing this EA on multiple trades, It's recommended to change the InstanceID input signal for every instance of the EA.
    To disable an input such as a Target or Proceed Stop reduction, simply set it to 0.

    Thank you.

  6. #76
    Junior Member Ivanoxrcelo's Avatar
    6
    Hi Everyone,

    I have developed a specialist that is intended to help me stick to my own system a little better than that which I do with myself. Use it at your own risk, however.

    The pro works by taking profit out of a trade at various take profit levels. Stop losses are also moved by it at levels. Now you have the ability to customize the following parameters:[list][*]First_Target: Here is actually the take profit target, in pips, that you specify.[*]Target_Increment: Once the initial profit target is reached, the next target will increment from the total specified...
    Hello all, pls I'm interested in this EA, how can I install them in to my platform? I'm used to installing one file with .ex4, but there are two of these today?

  7. #77
    Junior Member caarlttdaoxyn's Avatar
    21
    This is actually the EA I use it's the stops along with a moving take profit.

    Extern int First_Target = 100;
    this will place where the first take profit is accepted. So if my place hits 100 profit, the EA closes a number of lots put in the Close_Lots variable below.

    Extern int Target_Increment = 400;
    Following the initial take profit strikes, then First_Target Target_Increment = New Take Profit.


    Extern dual Close_Lots = 0;
    amount of lots shut at the Take_Profit target


    extern bool Move_Stops = true;
    extern int First_Stop_Target = 50;
    If this gets struck the first stop gets put

    extern int Stop_target_Increment = 50;
    After first cease goal gets hit, then this amount will increment the cease goal First_Stop_Target Stop_target_Increment = New Stop Goal... significance after the initial cease gets hit at 50, a halt at 0 gets put, now if profit hits 100, the next stop gets put at (First_Stop SL_Increment)

    extern int First_Stop = 0;
    extern int SL_Increment = 50;

    extern bool Use_Max_Loss = true;
    extern int Max_Loss = 400;
    extern int Magic_Number=0;

  8. #78
    Junior Member Ivanoxrcelo's Avatar
    6
    Hi Everybody,

    I have developed a professional that is intended to help me stick to my machine a little better than that which I do . Use it at your own risk, however.

    The expert works by taking profit out of a trade at various take profit amounts. Prevent losses also move at levels. Now you have the ability to customize these parameters:[list][*]First_Target: This will be the take profit goal, in pips, which you specify.[*]Target_Increment: After the first profit target is reached, the next goal will increment from the total given...
    Hello all,
    can somebody help me out. I need this ea to maintain .ex4 format. I don't understand how to change it to .ex4 format. I download it it shows only as a notepad and I'm unable to allow it to reflect in my experts in the platform. However, I believe if it's in .ex4 format, it won'nt series as a notepad.I have attached the file.Thanks
    https://www.cliqforex.com/attachment...7373066722.mq4

  9. #79
    Junior Member Icpkr's Avatar
    1
    Hello all,
    can somebody help me out. I need this ea to maintain .ex4 format. I do not understand how to alter it to .ex4 format. I download it in my VPS, it shows like a notepad and I'm not able to allow it to reflect in my specialists in the platform. However, I believe if it is in .ex4 format, it won'nt show as a notepad.I have connected the file.Thanks
    Would you tell me does that work as an indior? Can you describe the workings of this, if so?

    Many thanks

    Glynn

  10. #80
    Junior Member haya104's Avatar
    12
    Hello all,
    can someone help me out. I want this ea to be in .ex4 format. I do not understand how to change it into .ex4 format. I download it it reveals like a notepad and I am not able to make it reflect in my experts at the platform. However, I believe if it is in .ex4 format, then it won'nt display as a notepad.I have attached the file.Thanks
    Simply drag it onto your chart. Go back and read the post to comprehend the preferences.

  •