Dear Support,
I have the following error during converting an indicator:
Quote:
10:40:11 The method iCustom(Instrument, Period, String, Object...) in the type MQL4Connector is not applicable for the arguments
(null, int, String, int, String, int, String, int, int, int, int, int, int, int, int, int, int, int, boolean, int, int, int, int, int, String, int, double, int, double, double, String, int, boolean, int, int)
10:40:11 ^^^^^^^
10:40:11 result = toDouble(iCustom(null,TimeFrame,IndicatorFileName,0,"",graphType,"",type1_linearRegresion_Period,type2_stoch_KPeriod,type2_stoch_DPeriod,type2_stoch_Slowing,type3_cci_Period1,
type3_cci_Period2,type3_cci_Period3,type4_rsi_Period,type5_macd_fastEMA,type5_macd_slowEMA,type5_macd_macdEMA,type5_macd_OsMA_Histo,type6_momentum_Period,
type6_momentum_Smoozing,type7_williamsPR_Period,type8_demarker_Period,type9_adx_Period,"",Bollinger_Period,Bollinger_Deviation,Keltner_Period,Keltner_Factor,squeezeSigLevel,"",
BarsToCount,false,buffNo,shift));
10:40:11 1. ERROR in C:\Users\User\Local Settings\JForex\User\jfxide\tmp\compile\BB_Squeeze_Advanced_v2M3BC.java (at line 181)
I am new to the conversion engine, so I might miss some step...
The source is attached.