EA31337/EA31337-indicators-common

AC/AO support for MQL4

kenorb opened this issue · 0 comments

kenorb commented
$ wine .platform/5.0.0.2361/metaeditor64.exe /portable /inc:"MQL5" /compile:"./Oscillator/AC.mt5.mq4" /log:CON
./Oscillator/AC.mt5.mq4 : information: compiling 'AC.mt5.mq4'
MQL5\Indicators\Examples\Accelerator.mq5 : information: including 'Accelerator.mq5'
MQL5\Indicators\Examples\Accelerator.mq5(52,21) : error 199: 'iMA' - wrong parameters count
MQL5\Indicators\Examples\Accelerator.mq5(53,21) : error 199: 'iMA' - wrong parameters count
MQL5\Indicators\Examples\Accelerator.mq5(72,19) : error 168: 'BarsCalculated' - function not defi
ed
MQL5\Indicators\Examples\Accelerator.mq5(78,15) : error 168: 'BarsCalculated' - function not defi
ed
MQL5\Indicators\Examples\Accelerator.mq5(97,7) : error 168: 'CopyBuffer' - function not defined
MQL5\Indicators\Examples\Accelerator.mq5(105,7) : error 168: 'CopyBuffer' - function not defined
Result: 6 errors, 0 warnings
$ wine .platform/5.0.0.2361/metaeditor64.exe /portable /inc:"MQL5" /compile:"./Oscillator/AO.mt5.mq4" /log:CON
./Oscillator/AO.mt5.mq4 : information: compiling 'AO.mt5.mq4'
MQL5\Indicators\Examples\Awesome_Oscillator.mq5 : information: including 'Awesome_Oscillator.mq5'
MQL5\Indicators\Examples\Awesome_Oscillator.mq5(46,21) : error 199: 'iMA' - wrong parameters coun

MQL5\Indicators\Examples\Awesome_Oscillator.mq5(47,21) : error 199: 'iMA' - wrong parameters coun

MQL5\Indicators\Examples\Awesome_Oscillator.mq5(66,19) : error 168: 'BarsCalculated' - function n
t defined
MQL5\Indicators\Examples\Awesome_Oscillator.mq5(72,15) : error 168: 'BarsCalculated' - function n
t defined
MQL5\Indicators\Examples\Awesome_Oscillator.mq5(91,7) : error 168: 'CopyBuffer' - function not de
ined
MQL5\Indicators\Examples\Awesome_Oscillator.mq5(99,7) : error 168: 'CopyBuffer' - function not de
ined
Result: 6 errors, 0 warnings