Please script this
Results 1 to 5 of 5

Thread: Please script this

  1. #1
    I want a script or EA that places a buy and sell pending order once a set price has been achieved.
    Example;

    when price reaches X (set by user) both a buy and sell pending order is put 10pips above and below, with user set sl,ts and tp at pip value.

    If anyone can help or even lead me to an appropriate thread it would be much appreciated.

    Non invasive.

  2. #2
    There are scripts on here which do this already. Only do a search and you should have no trouble finding one


    give it a try and if still nothing sick find one

  3. #3
    Thanks for your reply.

    I've searched and may find nothing that really does exactly what I have described above.
    There are scripts that are shut but I have no programming skills so alterations are out of this queastion for me. Which is why I'm here asking nicely for support!

    Any direction would be appreciated.

    Non.

  4. #4
    Quote Originally Posted by ;
    thanks for your reply.

    I have searched and could find nothing that does what I have described above.
    You will find scripts which are close but have no coding skills so adjustments are from the queastion for me personally. Which is why I'm here asking nicely for help!

    Any direction would be appreciated.

    Shannon.
    Do you desire some other capabilities?

    //value which you are able to make adjustments
    extern double Giveyourpricevalue = 0;
    extern double sl=30; //default value stop loss
    extern double tp=30; //defalut value take profit
    extern double ts=30; //defalut value tracking cease
    extern double lotsize=0.1; //default value for lotsize

    //within the app, data that you may want it to show on your screen
    double AccountEquity=AccountEquity();
    double AccountBalance=AccountBalance();
    double CurrentProfit=AccountProfit();
    double disperse=MarketInfo(EURUSD,MODE_SPREAD);

    //requirement for your commerce to input

    if(Bid==Giveyourpricevalue and Giveyourpricevalue ! =0 and totallt;1)

    Ordersend for buystop comamnd;
    Ordersend for sellstop control;


    Together with the above, you want to manually key in the worth of your X price.

  5. #5
    That sounds ideal!
    Does it exist or does this need to be written?
    Thanks for your time,
    shannon

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.