mhdbzr
mhdbzr
Yes, I checked it. (if this option is unchecked, EA alerts.) Is MTConnector first dll call? EA has 2 other dll dependencies and they don't miss. What is "different environment...
I will contact you, thank you.
I think it's good to pass the value array and typeOfValues array to metatrader to decide to call with iCustom function (depend on number of inputs*) and handle parameters type....
Yes, you are right. I was thinking metatrader handles inline if as a runtime casting, but when I try calling iCustom with string and double inputs with inline if, I...
I see this in that blog post: `SIGNALStrategyInputs = 1,2.0, C'0 / 128/0 ', " text ", D'2018.11.08', false` I remember a project, that I was trying to dump all...
I see you're using `IndicatorParameters` from https://www.mql5.com/en/docs/series/indicatorparameters . it is MQL5 not implemented in MT4. What I did, briefly: my EA writes a new indicator/EA source code in a file...
I was trying to share it, but it has too many other parts and it was not possible to share it. Note: if you re-write imported Indicator in run-time with...