-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix MQL4 syntax for ATR_MA_Trend.mq4 #8
Labels
enhancement
New feature or request
Comments
nseam
added a commit
to nseam/EA31337-classes
that referenced
this issue
Nov 22, 2023
…nction parameter names to prevent conflicts with global variables.
nseam
added a commit
to nseam/EA31337-classes
that referenced
this issue
Nov 22, 2023
… to allow using MQL5 versions of iNAME() indicators like iMA(), iRSI() in MQL4. Used to run MQL5 indicators in MQL4.
nseam
added a commit
to nseam/EA31337-indicators-other
that referenced
this issue
Nov 22, 2023
… using MQL5 versions of iNAME() indicators like iMA(), iRSI() in MQL4. We use it to run MQL5 indicator in MQL4.
kenorb
added a commit
that referenced
this issue
Nov 22, 2023
Refs #8. ATR_MA_Trend now uses IndicatorLegacy
kenorb
added a commit
to EA31337/EA31337-classes
that referenced
this issue
Apr 23, 2024
* v3.001-dev-new: Fixes new lines [end-of-file-fixer] GHA: Compile: Support for workflow calls GHA: Compile: Skips clean-up by default Adds vscode's extensions for devcontainer Adds initial config for .devcontainer/devcontainer.json GHA: Fixes compilation workflows Refs EA31337/Strategy-TDI#1. MA-targeted changes regarding input MA method and iMAOnArray implementation which input is now changed to native array (from ValueStorage). Refs EA31337/EA31337-indicators-other#8. Added IndicatorLegacy.h file to allow using MQL5 versions of iNAME() indicators like iMA(), iRSI() in MQL4. Used to run MQL5 indicators in MQL4. Refs EA31337/EA31337-indicators-other#8. Added underscores to some function parameter names to prevent conflicts with global variables. Refs #11. Renamed "index" variable names into "_idx" to prevent conflicts with global variables. Also added new CreateObject() specialization to Draw.mqh. Added #ifdef to Terminal.define.h to prevent redefinition of defines. Indi_Fractals: Fixes code typo Final fix for orders are opened instead of being closed for both MT4 and MT5 (fixes GH-707) Fixes C++ error: no matching function for call
kenorb
added a commit
to EA31337/EA31337-classes
that referenced
this issue
Apr 24, 2024
* v3.001-dev: GHA: Compile: Fixes uploading artifacts after compilation GHA: Compile: Ignores compiling platform files Fixing CompileTest Fixes compilation errors on build 4275 GHA: Test: Includes compile workflow Fixes new lines [end-of-file-fixer] GHA: Compile: Support for workflow calls GHA: Compile: Skips clean-up by default Adds vscode's extensions for devcontainer Adds initial config for .devcontainer/devcontainer.json GHA: Fixes compilation workflows Refs EA31337/Strategy-TDI#1. MA-targeted changes regarding input MA method and iMAOnArray implementation which input is now changed to native array (from ValueStorage). Refs EA31337/EA31337-indicators-other#8. Added IndicatorLegacy.h file to allow using MQL5 versions of iNAME() indicators like iMA(), iRSI() in MQL4. Used to run MQL5 indicators in MQL4. Refs EA31337/EA31337-indicators-other#8. Added underscores to some function parameter names to prevent conflicts with global variables. Refs #11. Renamed "index" variable names into "_idx" to prevent conflicts with global variables. Also added new CreateObject() specialization to Draw.mqh. Added #ifdef to Terminal.define.h to prevent redefinition of defines. Indi_Fractals: Fixes code typo Final fix for orders are opened instead of being closed for both MT4 and MT5 (fixes GH-707) Fixes C++ error: no matching function for call
kenorb
added a commit
that referenced
this issue
Aug 20, 2024
* origin/master: Refs #8. ATR_MA_Trend now uses IndicatorLegacy.h file to allow using MQL5 versions of iNAME() indicators like iMA(), iRSI() in MQL4. We use it to run MQL5 indicator in MQL4. Refs #11. Fixed warnings. "Compile" GitHub action will now use EA31337-classes v3.000-dev. Refs #11. MQL5 compatible version of SuperSlope oscillator. Unsure if it works correctly.
kenorb
added a commit
that referenced
this issue
Aug 20, 2024
* origin/master: Refs #8. ATR_MA_Trend now uses IndicatorLegacy.h file to allow using MQL5 versions of iNAME() indicators like iMA(), iRSI() in MQL4. We use it to run MQL5 indicator in MQL4. Refs #11. Fixed warnings. "Compile" GitHub action will now use EA31337-classes v3.000-dev. Refs #11. MQL5 compatible version of SuperSlope oscillator. Unsure if it works correctly.
Fixed in GH-17. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rename
Misc/ATR_MA_Trend.mq4.todo
to .mq4 and check the syntax for MQL4. It's used by ATR_MA_Trend strategy.Est. 1d
The text was updated successfully, but these errors were encountered: