Forum

iCustom() cannot load indicator error final hurtle before ea publication

Hey, got a quick fix for this error? Wanting to use the supertrend indicator on multiple currency pairs in my ea, tried "eurousd" instead of _Symbol and the indicator didn't load. STHandleEUROUSD = iCustom ( "eurousd" , PERIOD_D1 , "supertrend.ex5" ); Thanks for your time

problems, failed to modify invalid stops error?

Hello. when my expert advisor is back tested some of the open orders stop losses are modified by a trailing stop function. Sometimes during these instances an invalid stops error is returned failed to modify, and every time the modification of the open orders stops is the same. The error is "failed

Tickstory dukascopy tick data vs mql5 tick data backtest results

When this expert advisor was back-tested using tick-story dukascopy tick data with 100% tick modeling quality the profits were significantly higher compared to the mql5 data with 100% tick modeling quality. My confusion is which back-test is accurate. back-test Method: Every tick based on real ticks

Kalman filter indicator bullish or bearish code

hey, is there a guide about how get if the kalman filter indicator is bullish or bearish located in the articles or codebase section of the mql5 website that I am missing? https://www.mql5.com/en/code/24690 int KFH; int OnInit () { KFH = iCustom ( _Symbol , _Period

max_volume error causing product validation failure when volume is restricted to 9 lots the product passes validation.?

When the product was not validated the error was failed instant sell 10 GBPUSD [Volume limit reached]. //Checks before any position is opened bool CheckLotForMinMax( double Trade) { double min_volume = NormalizeDouble ( SymbolInfoDouble ( _Symbol , SYMBOL_VOLUME_MIN ), _Digits ); double

Other way besides F7 to compile ex5 file in meta editor?

Pressing the f7 key turns turn airplane mode and does not compile the ex5 file thanks in advance for any help

Invalid volume error?

Hello, I hope your making money and had an interesting day. I would like to know a bit about how to invalid volume error, during one of my ea back-tests around 2016 the bot stopped trading caused by an invalid volume error. I am new to meta trader five and this is one of the first successful EA's I