Forum

Help Needed Using NeuroPro And Metatrader

I am studying the great article by Andrew on using NeuroPro with MT5 recently posted on the MT5 forum. Neural Networks Cheap and Cheerful - Link NeuroPro with MetaTrader 5 www.mql5.com/en/articles/830 I understand most of what's happening but I do not speak/read Russian and I don't have a Cyrillic

Older RSI Divergence - Extremely CPU Intensive

I found an older RSI divergence indicator named 00-RsiDiv_v104.mq4 (revised 4/26/09) that appears to work fine when you place it on a chart... However when I try to use this indicator with iCustom in an EA...it's extremely CPU intensive (60%+) and it is taking days to run the EA in the Strategy

Tester Agent synchronization error problems

I am using MT5 Build 470 and I am getting "tester agent synchronization errors" when I try to test my EA's. The terminal is connected and my Time is ticking, so everything looks ok, and I also use the built in EA samples and I get the same synchronization errors. How do I fix this "tester agent

Build 392 - Strategy Tester - Visual Testing Problem

I just did a LiveUpdate to Build 392. Now my Strategy Tester has a problem with Visual Testing - When my EA test stops, the indicators that are used in the EA are shown...but now they are blank with no data or lines. This creates major problems and wasted time in needing to delete the blank

Build 225 Problem With Strategy Tester

I run an EA on Strategy Tester (eg: MA SampleEA) and it gets good results. When I "Save As" and rename it (eg: MA SampleEA-Test) and run it on Strategy Tester (with no code changes), the copy goes wild with uncontrolled trades. I even tried to start with building a new EA and copy/paste the original

Gann MTF

seqential: #MTF_RSI uses an array to push timeframes thru RSI. I'd like to do the same thing with the Gann indicator. My problem is that the Timeframe array counts up while the Gann indicator counts bars down from the lookback (period). I can't get my head around this. If anybody has got a solution