Search results

  1. F

    How Do I Make EAs SL TP Invisibile To Brokers

    You can write take profit in code: for(int i=0; i <OrdersTotal(); i++) { OrderSelect(i, SELECT_BY_POS); if(OrderProfit() == X ) OrderClose(....) } X is your profit target (in $$$) or stop loss target. Just fill the OrderClose funciton.
  2. F

    Very Impressive Results

    I still cannot understand why someone who has the holy grail would want to sell it to me for 99.9$. I highly doubt any Commercial EA work.
  3. F

    Error opening SELL order:130

    It is possible that because the 5 digit price change in several brokers, your StopLoss\TakeProfit are too close to price and therefore you cannot enter. If you post your code here I'll have a look.
  4. F

    Tool to create forex EAs without any programming

    The idea seems nice. Can you open it, so we won't have to subscribe to use it? Thanks for sharing.
  5. F

    Arbitrage Trading

    What are your results, based on this system? How long are you trading it? Thanks for sharing.