Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I found Mladen's indicator Guppy MMA oscillator.mq4 (attached) which is very good for me for my manual trading. I found it very 'sensitive' to recognize further moves.
I tried to make EA based on that logic and I made mladen.mq4 (attached). But when I run strategy tester - nothing happened ... I tried to debug and I was writing some alerts and I discovered that Indicatorcounted() return always 0and my start function return immediately -1 and calculations are never done. I tried to manually set limit to 1000 but my values in buffer1 and buffer2 are always = 0 ... And during same strategyTester - Guppy MMA oscillator.mq4 have proper values for indicatorcounted and buffers
Thanks Mladen,... Using iCustom I managed to use values from indicator.
Regards,
Aleksandar
Quote:
Originally Posted by ljuba973
Hi all,
I found Mladen's indicator Guppy MMA oscillator.mq4 (attached) which is very good for me for my manual trading. I found it very 'sensitive' to recognize further moves.
I tried to make EA based on that logic and I made mladen.mq4 (attached). But when I run strategy tester - nothing happened ... I tried to debug and I was writing some alerts and I discovered that Indicatorcounted() return always 0and my start function return immediately -1 and calculations are never done. I tried to manually set limit to 1000 but my values in buffer1 and buffer2 are always = 0 ... And during same strategyTester - Guppy MMA oscillator.mq4 have proper values for indicatorcounted and buffers