Forum

EA with 3 Moving Averages

Hi Everyone! i'm a beginner and i'm trying to create an EA which uses 3 Moving Averages . First i was using 2 MA, no Problem. But there a Problems with 3 MA. The Code: if (timestamp == iTime ( Symbol (),Timeframe, 0 )) return ; timestamp = iTime ( Symbol (),Timeframe, 0 ); double maFast = iMA (

unmatched data error

Hello everybody, I'am a Beginner and i was using a tutorial to create my first "own" EA. It's a simple EA which use 2 Moving Averages. I did a few Backtests and all was fine. But now i have this Problem (Nothing in the EA has changed!) To make sure the EA doesn't open hundrets of orders, i used

TestGenerator: unmatched data error (volume limit 17189 at 2018.03.23 02:00 exceeded)

Hallo zusammen, mithilfe eines Videotutorials habe ich nun endlich meinen eigenen EA "programmiert". Nach einigen Backtests war die Freude allerdings schnell vorbei. Denn nun habe ich es beim Backtesten plötzlich mit folgender Fehlermeldung zu tun. 2018.08.04 16:57:44.895 TestGenerator: unmatched