STRaddle Ea help

thread: STRaddle Ea help

  1. #1
    Junior Member laura.delgaado's Avatar
    27

    STRaddle Ea help

    Could enyone tell me why this ea just works with one pair at a time Could it be put up for two or more pairs?
    https://www.cliqforex.com/attachment...3718373638.mq4

  2. #2
    Junior Member laura.delgaado's Avatar
    27
    Thank you il try it! It didn't work thanks any way.

  3. #3
    Try this: https://www.cliqforex.com/trading-sy...-analysis.html

    It Is the best I've found up to Now!



    Try this also: http://www.currencynewstrading.com/cnt-news-trading-ea/

    If anybody knows an EA which works nicely for ProTrader two plataform, please allow me to know.

  4. #4
    Inserted Code if(OrdersTotal() ==0) is your problem. It returns the amount of all open and pending orders.
    For EAs that open only one order, I would make ticket an international variable and exchange the above line with:

    Inserted Code if(OrderSelect(ticket,SELECT_BY_TICKET))

  •