Optimized strategy

 
Hello
This is my first experience of building an expert
I optimized a forex builders strategy that had great results
Of course, there are drawbacks. I could not fix it and I would be happy if you could help me
 
حسین ایزدیار: This is my first experience of building an expert I optimized a forex builders strategy that had great results Of course, there are drawbacks. I could not fix it and I would be happy if you could help me

We cannot help you with 3rd party tools. We can only help with the use of MetaTrader Strategy Tester. If you need help with your code, then you will have to show your code.

 
فرناندو کاریرو # :

ما نمی توانیم با ابزارهای شخص ثالث به شما کمک کنیم. ما فقط می‌خوبی با استفاده از MetaTrader Strategy Tester کمک کنیم. اگر برای کد خود به کمک نیاز دارید، باید کد خود را نشان دهید.

خوب

میفرستم

 
Sorry
I could not send the files.
I opened a page again
 
  1. Don't double post! You already had this thread open.
              General rules and best pratices of the Forum. - General - MQL5 programming forum (2017)


  2. Chatgpt (the worst), EA builder, EA Builder Pro, EATree, Etasoft forex generator, Forex Strategy Builder, ForexEAdvisor, ForexRobotAcademy.com, forexsb, FX EA Builder, fxDreema, Forex Generator, FxPro, Molanis, Octa-FX Meta Editor, Online Forex Expert Advisor Generator, Strategy Builder FX, Strategy Quant, Visual Trader Studio, MQL5 Wizard, etc., are all the same. You will get something quick, but then you will spend a much longer time trying to get it right, than if you learned the language up front, and then just wrote it.

    1. Since you haven't learned MQL4/5, therefor there is no common language for us to communicate.
      If we tell you what you need, you can't code it.
      If we give you the code, you don't know how to integrate it into yours.
      We are willing to HELP you when you post your attempt (using Code button) and state the nature of your problem, but we are not going to debug your hundreds of lines of code. You are essentially going to be on your own.

    2. EA builder makes bad code:
      1. Counting up while closing multiple orders.
      2. Bars is unreliable (Max bars in chart), volume is unreliable (miss ticks.) Always use time.
      3. Not adjusting for 4/5 digit brokers, TP/SL and slippage.
      4. Not adjusting for ECN brokers. pre-Build 500)
      5. Not checking return codes.
      EATree
      uses objects on chart to save values — not persistent storage (files or GV+Flush.) No recovery (crash/power failure.)
      FX EA Builder makes bad code:
      1. Not checking return codes.
      2. Loosing open tickets on terminal restart. No recovery (crash/power failure.)
      3. Not adjusting stops for the spread.
      4. Using OrdersTotal directly.
      FOREXEADVISOR STRATEGY BUILDER makes bad code:
      1. Non-updateing global variables.
      2. Compilation errors.
      3. Not checking return codes.
      ForexEAdvisor makes bad code:
      1. Not checking return codes.
      2. Not reporting errors.