PeakBottom EA

This is a long-term stable profitable trading EA with little risk. It uses traditional technical indicators for adaptive EA. We see that there are many EAs in the market that use AI for overfitting. The test looks good, but the real offer is not. loss; the other is to use Martin, the capital curve is upward for a period of time, but it is always inevitable to escape the fate of liquidation; these are not what we want, we want algorithm optimization instead of parameter optimization, parameter optimization can We fit a beautiful curve, but we are confused about the future. What we pursue is long-term and stable profits. Even if there is a short-term retracement, making money is always more important than testing.
 
 
Characteristic
  • one order at a time
  • fixed stop loss
  • adaptive
  • OneChartSetup
  • news filter
  • Suitable for FTMO, Darwinex Zero
  • Can be used with other EAs
  • Object-oriented programming, the program framework has been tested for 5 years

Signal

Use
  • Period: M1
  • Symbols: GBPCAD, EURSGD, USDSGD, USDCHF
  • Minimum deposit: $50
  • Account: ECN Hedge
  • Recommended broker: IC Markets platform with low spreads
  • VPS is recommended
Parameter
  • UseAutoMagic = true; Automatically generate MagicNumber
  • MagicNumber = 19
  • UseMM = false; false Use LotFix, true use PercentageMM
  • LotFix = 0.01
  • Symbols=”GBPCAD,EURSGD,USDSGD,USDCHF”;
  • PercentageMM=10.0; lot =PercentageMM*Equity/100000
  • StopLoss= 500; Point with 2 decimal places, adaptive platform
  • TakeProfit= 400; Point with 2 decimal places, adaptive platform
  • UseDST= true; Whether the platform uses daylight saving time, most of them are true
  • UseNewsFilter=true; Whether to use news filtering, the Calendar.bin file is required for testing
Test


This EA can test multiple currencies at the same time with the OneChartSetup function

It is recommended to test with ICMarkets

Supplementary Instructions for Use

Leave a Reply

Your email address will not be published. Required fields are marked *