• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
General chit-chat
Help Users
  • No one is chatting at the moment.

      Suggestion HFT

      BiohazardEA
      Test period : 1 Jan 2024 - 30 Jun 2024
      Symbol : XAUUSD, M5
      Lot size : 0.05
      Spread : 2 points (ie. ECN account)

      View attachment 165293

      View attachment 165294

      View attachment 165295

      View attachment 165296

      99% quality data.
      Initial Deposit : $10K
      Total Profit : $149,142. Total Loss: $6,922.
      Total Net Profit : $142,220 [Note: has not deducted ECN commission]
      Profit Factor : 21.55
      Winrate : 72.16%
      MDD : 0.01% ($3.02)


      99% quality data???????????????????????????
       
      I got the code of BiohazardEA if someone is interested
      also I extracted more setting (like the deviation of the BB)
      I even made it work on H1
       
      HFTs are generally affected by slippage and spread. I don't know of one that is profitable, of course, that doesn't mean there is one in MT4 or MT5.
      HFT is an old strategy that didn't work years ago due to slippage, spread and latency and impossible these days as the brokers have installed a plugin since 6 or 7 years after the introduction of the arbitrage EAs the plugin is designed to prevent the price from moving smooth so if you watch closely the price line is moving like a car that just ran out of gas so don't waste your time! because the HFT is designed to place a limit order at a certain distance from the price line once the price is out of channel [BB or others] and keeps modifying the order on every tick till it gets activated the order is usually controlled with a tight SL and trailing the plugin will bring the order to hit the SL most of the times, even if it moved to your favor the tight trailing will close either on breakeven or loss after the commission
      there could be something that works in the market idk
       
      Last edited:
      some information about this system. someone can share it

      looks interesting I wish to test this one, even I have my opinion about the HFT
      I played the youtube on low speed to see what's going on but I can't judge
      now the issue is it scam or not as the spread for the US30 on ICmarkets is 120 points!
      googled it but not available hope someone can share it
       
      I got the code of BiohazardEA if someone is interested
      also I extracted more setting (like the deviation of the BB)
      I even made it work on H1
      perfect, could you please upload it here for many of us to test and report the feedback?
      sometimes it will work in Book B broker.
       
      some information about this system. someone can share it

      had a discussion with the owner and asked him a question that the stop orders are set with 11 points SL while the spread on US30 is 120 points on ICmarkets, he replied back with I can't tell you then he said you need to have a [carbon terminal] to avoid slippage :giggle: never heard of a carbon terminal before!

      it's a scam bro
       
      Every second read:
      switch(Period())
      {
      case 1: TMz = "M1"; break;
      case 2: TMz = "M2"; break;
      case 3: TMz = "M3"; break;
      case 4: TMz = "M4"; break;
      case 5: TMz = "M5"; break;
      case 6: TMz = "M6"; break;
      case 7: TMz = "M7"; break;
      case 8: TMz = "M8"; break;
      case 9: TMz = "M9"; break;
      case 10: TMz = "M10"; break;
      case 11: TMz = "M11"; break;
      case 12: TMz = "M12"; break;
      case 13: TMz = "M13"; break;
      case 14: TMz = "M14"; break;
      case 15: TMz = "M15"; break;
      case 20: TMz = "M20"; break;
      case 25: TMz = "M25"; break;
      case 30: TMz = "M30"; break;
      case 40: TMz = "M40"; break;
      case 45: TMz = "M45"; break;
      case 50: TMz = "M50"; break;
      case 60: TMz = "H1"; break;
      case 120: TMz = "H2"; break;
      case 180: TMz = "H3"; break;
      case 240: TMz = "H4"; break;
      case 300: TMz = "H5"; break;
      case 360: TMz = "H6"; break;
      case 420: TMz = "H7"; break;
      case 480: TMz = "H8"; break;
      case 540: TMz = "H9"; break;
      case 600: TMz = "H10"; break;
      case 660: TMz = "H11"; break;
      case 720: TMz = "H12"; break;
      case 1440: TMz = "D1"; break;
      case 10080: TMz = "W1"; break;
      case 43200: TMz = "M1"; break;
      }
       
      اه
      It does not work with commission. He loses. Can the problem be fixed to make a profit?
       

      Attachments

      • image_2024-11-25_190931957.png
        image_2024-11-25_190931957.png
        21.3 KB · Views: 127
      Every second read:
      switch(Period())
      {
      case 1: TMz = "M1"; break;
      case 2: TMz = "M2"; break;
      case 3: TMz = "M3"; break;
      case 4: TMz = "M4"; break;
      case 5: TMz = "M5"; break;
      case 6: TMz = "M6"; break;
      case 7: TMz = "M7"; break;
      case 8: TMz = "M8"; break;
      case 9: TMz = "M9"; break;
      case 10: TMz = "M10"; break;
      case 11: TMz = "M11"; break;
      case 12: TMz = "M12"; break;
      case 13: TMz = "M13"; break;
      case 14: TMz = "M14"; break;
      case 15: TMz = "M15"; break;
      case 20: TMz = "M20"; break;
      case 25: TMz = "M25"; break;
      case 30: TMz = "M30"; break;
      case 40: TMz = "M40"; break;
      case 45: TMz = "M45"; break;
      case 50: TMz = "M50"; break;
      case 60: TMz = "H1"; break;
      case 120: TMz = "H2"; break;
      case 180: TMz = "H3"; break;
      case 240: TMz = "H4"; break;
      case 300: TMz = "H5"; break;
      case 360: TMz = "H6"; break;
      case 420: TMz = "H7"; break;
      case 480: TMz = "H8"; break;
      case 540: TMz = "H9"; break;
      case 600: TMz = "H10"; break;
      case 660: TMz = "H11"; break;
      case 720: TMz = "H12"; break;
      case 1440: TMz = "D1"; break;
      case 10080: TMz = "W1"; break;
      case 43200: TMz = "M1"; break;
      }
      ?
       
      I ran it on a demo account and it made quite good profits. But on real account it's a loss. Does someone have any solution?
       
      Back
      Top