Manual systems discussion - page 7

 

Congratulation. Your system is functioning!

But, you must learn to find bugs. This take many time in developement, and is a very hard job!

I added a Comment() in the indicators.

In the EA you must change only two rows:

shortMP1 = iCustom(NULL, 0, "Middle Channel",MP1,0,0); longMP2 = iCustom(NULL, 0, "Middle Channel",MP2,0,0);
 

@Beno

I think you can try to aply an SMA on the Middle Channels.

 

Beno - Well done with working your way around Coder's course. I too found it a great help in getting started although I soon found I ran into a brick wall just as things started to get interesting. I hope he hasn't given up the lessons ...

Anyway, what I wanted to point out was that there are 2 indicators that you may find interesting: PriceChannel_signal_v1 and PriceChannel_Stop_v6, both of which I've attached to this post. They are both the work of the forum maestro, igorad so it's top quality.

 

Thanks

SwingMan for helping me get this going. And yes finding error's is the hard part but it would help if I new what I was looking for lol. So I still have a lot to learn.

 

Gidday Sadly

Thanks for the indi's and yep Igorad is indeed a great programer.

I will have a play and try and stress my self out and build an EA lol

Cheers

Beno

 

Ichimoku

Hi

I would like to know if someone can modify ichimoku alert indicator to issue an alert (sound, email or sms) when price closes inside and/or in the other side of the clouds.

Many thanks in advance

Pepe

 
privatefr:
Hi

I would like to know if someone can modify ichimoku alert indicator to issue an alert (sound, email or sms) when price closes inside the clouds.

Many thanks in advance

Pepe

All the links about chimoku is on this post https://www.mql5.com/en/forum/176023

And Ichimoku with alert is here https://www.mql5.com/en/forum/173184 (not sure about the cloud) and here https://www.mql5.com/en/forum/172986 (may be the same one).

 

thanks, but...

I reviewed all that forums before to ask here...

IchimokuAlert_v1 indicator:

AlertMode = 0 - no alert;

AlertMode = 1 - Tenkan crosses Kijun;

AlertMode = 2 - Chinkou crosses Price;

AlertMode = 3 - both together

nothing related to what I am looking for: a candle closing inside the clouds, or price crossing the clouds.

TIA for any help

Pepe

 

many many thanks!

Can you explain me about the different warning mode?

TIA

Pepe

 
Reason: