Specific Ichimoku crossing alert

Post Reply
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

Specific Ichimoku crossing alert

Post by thomasmore »

Dear all,
I have been searching but dit not find the following:
An indicator that alerts when the ChikouSpan crosses OUT of the Kumo cloud.
External settings:
SoundAlert (user select)
PopUp Alert (Y/N)
PushAlert(Y/N)

Could someone make this for me please?
Thanks,
Ludo
cross-up.png
cross down.png
You do not have the required permissions to view the files attached to this post.
MathiasJ
Trader
Posts: 146
Joined: Thu Mar 17, 2016 9:39 pm
Location: Sweden

Specific Ichimoku crossing alert

Post by MathiasJ »

ludowillems » 26 Oct 2016 11:02 wrote:Dear all,
I have been searching but dit not find the following:
An indicator that alerts when the ChikouSpan crosses OUT of the Kumo cloud.
External settings:
SoundAlert (user select)
PopUp Alert (Y/N)
PushAlert(Y/N)

Could someone make this for me please?
Thanks,
Ludo
Hi!
You may explore my EA if you want to.
http://www.stevehopwoodforex.com/phpBB3 ... 93#p145281
I have created an indicator there where you can specify such things.
It is not an indicator but it will tell you when that happens if you configure it right.
The Ichimoku setting is quite advanced because it is actually several indicators in one.
But you can specify most situations.
I may have limited time to guide you but you are welcome to try it.
BR
Mathias
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

Specific Ichimoku crossing alert

Post by thomasmore »

ichimoku-.png
Mathias,
Thanks for your prompt reply. I had a look at the 5.23 version, where I found the ichimoku-settings.
It states a cross of Chikouspan ABOVE Senkouspan A (the upper line of the Kumo cloud), and also ABOVE Senkouspan B (the bottom line of the cloud).
What I am looking for is a cross above A, and a cross BELOW B. (see my previous pics.
(I couldn't find an explanation in the .pdf)
Would it be possible to "cut&paste" only this options in a seperate EA?

Tack så mycket !
You do not have the required permissions to view the files attached to this post.
MathiasJ
Trader
Posts: 146
Joined: Thu Mar 17, 2016 9:39 pm
Location: Sweden

Specific Ichimoku crossing alert

Post by MathiasJ »

ludowillems » 26 Oct 2016 22:41 wrote:Mathias,
Thanks for your prompt reply. I had a look at the 5.23 version, where I found the ichimoku-settings.
It states a cross of Chikouspan ABOVE Senkouspan A (the upper line of the Kumo cloud), and also ABOVE Senkouspan B (the bottom line of the cloud).
What I am looking for is a cross above A, and a cross BELOW B. (see my previous pics.
(I couldn't find an explanation in the .pdf)
Would it be possible to "cut&paste" only this options in a seperate EA?

Tack så mycket !
Hi!
All indicator settings are based on the buy scenario.
It will automatically reverse it if it is a sell.

Edit: Good that you brought some attention to the Ichimoku indicator so I got a reason to test my code :)
I found a bug in exactly the functionality you are asking for, so it will be updated over the weekend.

BR
Mathias
User avatar
gprince66
Trader
Posts: 73
Joined: Tue Jan 12, 2016 7:15 am
Location: Austin, TX USA

Specific Ichimoku crossing alert

Post by gprince66 »

Hi Ludo,

Try this indi out. I cut my mql4 teeth learning to code Ichimoku, this was my first. :clap: It will alert on a Kumo breakout if Chikou is clear... basically on a Chikou cross just like in your pics.

Cheers,

Gary

.
You do not have the required permissions to view the files attached to this post.
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

Specific Ichimoku crossing alert

Post by thomasmore »

gprince66 » 27 Oct 2016, 08:24 wrote:Hi Ludo,

Try this indi out. I cut my mql4 teeth learning to code Ichimoku, this was my first. :clap: It will alert on a Kumo breakout if Chikou is clear... basically on a Chikou cross just like in your pics.

Cheers,

Gary

.
Thanks Gary,
I does exactely what I was looking for! I managed to copy/paste a PushNotification in it also.

Cheers,
Ludo
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Specific Ichimoku crossing alert

Post by SteveHopwood »

ludowillems » Thu Oct 27, 2016 6:55 am wrote: Thanks Gary,
I does exactly what I was looking for! I managed to copy/paste a PushNotification in it also.

Cheers,
Ludo
Fantastic Ludo. Wonderful to see you lifting the bonnet, getting your coding hands dirty and making a mod that works for you. :clap: :clap: :clap: :clap: :clap: :clap: :clap:

Keep on lifting the bonnet and getting your hands dirty. It is how I started a decade ago.

:xm:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

Specific Ichimoku crossing alert

Post by thomasmore »

SteveHopwood » 28 Oct 2016, 00:05 wrote: Fantastic Ludo. Wonderful to see you lifting the bonnet, getting your coding hands dirty and making a mod that works for you. :clap: :clap: :clap: :clap: :clap: :clap: :clap:

Keep on lifting the bonnet and getting your hands dirty. It is how I started a decade ago.

:xm:
I certainly will ! Thanks for the kind words Steve.
theforexedge
Trader
Posts: 220
Joined: Thu Apr 26, 2012 10:31 pm
Location: Torquay

Specific Ichimoku crossing alert

Post by theforexedge »

gprince66 » Thu Oct 27, 2016 6:24 am wrote:Hi Ludo,

Try this indi out. I cut my mql4 teeth learning to code Ichimoku, this was my first. :clap: It will alert on a Kumo breakout if Chikou is clear... basically on a Chikou cross just like in your pics.

Cheers,

Gary

.
Gary

Thanks for posting your indicator as it was just what I was looking for after watching some videos about using Kumo Cloud in manual trading.. :good:

Can you let me know how i'd call the indicator using iCustom? just for the Buy / Sell breakouts? as i'd like to try some ideas using Steve shell-code :smile:

Thanks, Jason
User avatar
gprince66
Trader
Posts: 73
Joined: Tue Jan 12, 2016 7:15 am
Location: Austin, TX USA

Specific Ichimoku crossing alert

Post by gprince66 »

Jason,

There is no need to use iCustom, MQL4 has a built in Ichimoku indicator, here is the link... https://docs.mql4.com/indicators/iichimoku

You need to recreate the logic in the EA. Below is a quick example for getting the individual Ichimoku values.
Keep in mind when needing to analyze shifted/future kumo cloud, I beleive the shift needs to be -1 to -26 (Input Kijun). Sprinkle your code with print statements to make sure you are getting the correct values.

I made an Ichimoku function for Steve's shell but can't seem to find it. I'll keep looking.

Gary

Code: Select all

//Ichimoku
input int Tenkan=9;
input int Kijun=26;
input int Senkou=52;

double TenkanSen = iIchimoku(_Symbol, _Period, Tenkan, Kijun, Senkou, MODE_TENKANSEN, 1);
double KijunSen = iIchimoku(_Symbol, _Period, Tenkan, Kijun, Senkou, MODE_KIJUNSEN, 1);
double SenkouSpanA = iIchimoku(_Symbol, _Period, Tenkan, Kijun, Senkou, MODE_SENKOUSPANA, 1);
double SenkouSpanB = iIchimoku(_Symbol, _Period, Tenkan, Kijun, Senkou, MODE_SENKOUSPANB, 1);
double ChikouSpan = iIchimoku(_Symbol, _Period, Tenkan, Kijun, Senkou, MODE_CHIKOUSPAN, 26);
Post Reply

Return to “Indicators”