Expert Advisors: MQL5 Wizard - Trade Signals Based on Crossover of Two Exponentially Smoothed Moving Averages - page 2
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Something during compilation gives errors, screenshot attached
For a new cross in the old Expert Advisor you need to replace the reference to the signal file:
#include <Expert\Signal\SignalCrossMA.mqh>
as well as the line for creating the signal object:
//--- Creation of signal object
CSignalCrossMA *signal=new CSignalCrossMA;
hellow
plz can u transfer this program to fit the MT4.i want u to help me do yhis simple idea
Despite an update in 2016, the SignalCrossEMA.mqh signal module does not open trades in the tester on the current version 2085.
I added:
(to detect in the wizard and eliminate the error"CExpertBase::SetPriceSeries: changing of timeseries is forbidden"), didn't change anything else.
It is not quite clear how it gives signals for opening and closing, I think it should be Short and Long Condition instead of CheckOpenShort and others.
What else needs to be changed or where can I find a working module?
Despite an update in 2016, the SignalCrossEMA.mqh signal module does not open trades in the tester on the current version 2085.
I added Type=SignalAdvanced and if(!CExpertSignal::ValidationSettings()) return(false) (to detect in the wizard and eliminate the error "CExpertBase::SetPriceSeries: changing of timeseries is forbidden"), I did not change anything else. What else needs to be changed or where can I find a working module?
It is not quite clear how it gives signals for opening and closing, I think it should be Short and Long Condition instead of CheckOpenShort and others.
I didn't notice the error on the original module. Maybe more information is needed.