Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]

Experts is a member of my experts optimizer project. It run with files keeping parameters, input parameters and web request supplier parameters.

The experts using 2 indicators combined to create a trade entering as well as existing from trade.

I take 2 years to research these process testing with real account, demo account in long time period. As trading with broker with fixed parameter with hard stop-loss are difficult to win a game. I design the process using Hybridge stop-loss that combine hard stop-loss and virtual stop. 

This expert require weekly optimizer process so I design simple work process to do work from optimizer and then tester it. After run tester with best  optimizer result. Expert will keep last result into local file. When load into a chart it will load last optimizer into it and ready to run. You can test various symbol and pair, expert can keep those value into a single file. It is easy to run multi-chart in desktop or with VPS.

  • WebApiServer                    = “expertsoptimizer.com”;
  • Signal_ThresholdOpen          = 10;          // Signal threshold value to open [0…100]
  • Signal_ThresholdClose          = 10;          // Signal threshold value to close [0…100]
  • Signal_StopLevel                  = 200;        // Stop Loss level (in points)
  • Signal_Expiration                 = 4;           // Expiration of pending orders (in bars)
  • Signal_Stoch_PeriodK           = 8;           // Stochastic(8,3,3,…) K-period
  • Signal_Stoch_PeriodD           = 3;           // Stochastic(8,3,3,…) D-period
  • Signal_Stoch_PeriodSlow       = 3;           // Stochastic(8,3,3,…) Period of slowing
  • Signal_Stoch_Applied          = STO_LOWHIGH; // Stochastic(8,3,3,…) Prices to apply to
  • Signal_Stoch_Weight           = 1.0;         // Stochastic(8,3,3,…) Weight [0…1.0]
  • Signal_AMA_PeriodMA          = 10;          // Adaptive Moving Average(10,…) Period of averaging
  • Signal_AMA_PeriodFast        = 2;           // Adaptive Moving Average(10,…) Period of fast EMA
  • Signal_AMA_PeriodSlow        = 30;          // Adaptive Moving Average(10,…) Period of slow EMA
  • Signal_AMA_Shift                 = 0;           // Adaptive Moving Average(10,…) Time shift
  • Signal_AMA_Applied            = PRICE_CLOSE; // Adaptive Moving Average(10,…) Prices series
  • Signal_AMA_Weight             = 1.0;         // Adaptive Moving Average(10,…) Weight [0…1.0]

[spoiler title=”Read More…”]

//— inputs for trailing

  • Trailing_FixedPips_StopLevel  = 30;          // Stop Loss trailing level (in points)
  • Trailing_FixedPips_ProfitLevel = 50;         // Take Profit trailing level (in points)
  • Money_FixRisk_Percent          = 25.0;        // Risk percentage

//— input for optimizer selection

  • MinTRADE               =20;
  • MaxDD                    =30;
  • MinROI                    =40;
  • MinTESTDAY            =20;
  • MaxTESTDAY            =100;

[/spoiler]

Add review
Reviews ( 0 ):