您是如何执行 EA 的?
按照说明,我已将 tradealgor.mqh 和 smoothalgor.mqh 放在 /mql5/include 文件夹中。我还将 slow.mq5 和 exp.mq5 文件放在 /mql5/indicator 文件夹中,但我找不到如何执行它?我使用的是 metaquotes-demo 中的 mt5 演示,如果这对你有帮助的话?
请提供建议。
谢谢。
您是如何执行 EA 的?
按照说明,我已将 tradealgor.mqh 和 smoothalgor.mqh 放在 /mql5/include 文件夹中。我还将 slow.mq5 和 exp.mq5 文件放在 /mql5/indicator 文件夹中,但我找不到如何执行它?我使用的是 metaquotes-demo 中的 mt5 演示,如果这对你有帮助的话?
请提供建议。
谢谢。
请将更新的 SmoothAlgorithms.mqh 下载到 MQL5\Include 中。slow-stoch.mq5 必须放在 MQL5\Indicators\ 中,exp_slow-stoch.mq5 放在 MQL5\Experts\ 中。
请将更新后的 SmoothAlgorithms.mqh 下载到 MQL5\Include 中。slow-stoch.mq5 必须放到 MQL5\Indicators\ 中,exp_slow-stoch.mq5 则放到 MQL5\Experts\ 中。
感谢您的回复,我已经照做了,现在可以正常工作了。
我可以问一下如何处理 tradealgorithms.mqh 文件吗?还是我们不需要它?
谢谢
请将更新的 SmoothAlgorithms.mqh 下载到 MQL5\Include 中。slow-stoch.mq5 必须放到 MQL5\Indicators\ 中,exp_slow-stoch.mq5 则放到 MQL5\Experts\ 中。
哦,对不起,我刚看了它的用途。
Exp_Slow-Stoch:
一款使用平滑 Slow-Stoch 随机振荡器的交易系统。
作者: Nikolay Kositsin