Simultaneous MultiplePair Trade Trigger script

thread: Simultaneous MultiplePair Trade Trigger script

  1. #1

    Simultaneous MultiplePair Trade Trigger script

    Hello guys. I was wondering whether some order indiors or scripts exist which make it possible to trigger buy or sell or close trades SIMULTANEOUSLY across any number of pairs of curiosity (at precisely the same time). That is, for example, assuming I need to trigger buy(or sell or shut ) orders across all the major USD crosses(EURUSD, USDJPY, GBPUSD, USDCAD, AUDUSD and NZDUSD), AT THE SAME TIME! Makes sense?

  2. #2
    wrote but it wasn't backed up if there was a hd failure. Attempted to use it with a strength indy/synthetic chart it shouldn't be hard to rewrite
    Oh goody! That would be super awesome buddy! Many green pips to you my friend!

  3. #3
    Junior Member Vitali0n's Avatar
    16
    okay so what you could do is edit Inserted Code input series ThePairsBuy = EURUSD,AUDUSD; input ThePairsSell = USDJPY,USDCHF; in metaeditor and select which pairs you would like to sell and buy depending on there base currency and rename it into something like SELL_ALL_USD. Mq4(be sure its in the scripts folder) for each base currency you want to long or short.
    Demonion the crap out of it could have gotten things mixed up lt;--=
    for close I usually only find a close all script. Ought to be a bunch of these about. Try to get one which works on magical number so it will only shut those that the scripts magical number fits
    https://www.cliqforex.com/attachment...1269956161.mq4

  4. #4
    ok so what you can do is editinput string ThePairsBuy = EURUSD,AUDUSD; enter string ThePairsSell = USDJPY,USDCHF; at metaeditor and choose which pairs you want to sell and buy depending on there base currency and rename it to something like SELL_ALL_USD. Mq4(be sure its in the scripts folder) for every base currency you want to long or short. Demo the crap out of it I might have gotten things mixed up lt;--for close I usually only find a close all script. Ought to be a bunch of these about. Try to get one that works on magical number so that it will...
    Whow! Your name is formally'Awesomephat' now! hahaha. Tnx friend!

  5. #5
    Junior Member Vitali0n's Avatar
    16
    Wrote one myself but it was not backed up when there was a hd failure. Tried to use it with a strength indy/synthetic chart
    it should not be hard to rewrite

  •