How to clone and compile Advanced or Rider version? #374
Answered
by
kenorb
SemanticDev
asked this question in
Q&A
-
Hi to All, |
Beta Was this translation helpful? Give feedback.
Answered by
kenorb
Aug 3, 2023
Replies: 1 comment 1 reply
-
After you've cloned repository recursively using Git command by:
You've to edit |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kenorb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After you've cloned repository recursively using Git command by:
You've to edit
src/include/common/mode.h
file and comment out (remove//
) the right mode (__advanced__
for Advanced,__rider__
for Rider).Then recompile the main .mq4/.mq5 EA file. In addition, reset the Input parameters to default to refresh it.