Ichimoku Scanner

Custom MT4 expert advisors published here.

Moderator: admin

Re: Ichimoku Scanner

Postby zero999 » Sun Jun 28, 2020 12:00 pm

Apprentice wrote:If you do not have code,
can you provide non-default Ichimoku description or rules?

This indicator uses some filters that select specific crosses
I don't know the rules for filters
I will send you the indicator in a personal message
zero999
 
Posts: 87
Joined: Thu Mar 12, 2020 6:36 pm

Re: Ichimoku Scanner

Postby Apprentice » Fri Jul 03, 2020 7:38 am

Task 1330
Renko Ichimoku Scanner.mq4
(49.4 KiB) Downloaded 370 times
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Ichimoku Scanner

Postby zero999 » Sat Jul 04, 2020 12:01 pm

Apprentice wrote:Task 1330
The attachment Renko Ichimoku Scanner.mq4 is no longer available

Hello dear Mario
In Renko charts, time is practically eliminated and the chart is formed based on price.
The scanner is shown to be incorrect. And it doesn't match the Renko chart
1.jpg

I use this indicator for the Renko chart
FX Blue - Renko Bars.ex4
(40.75 KiB) Downloaded 296 times

In fact, in this scanner, instead of a time frame, we have to use price steps
1.jpg

1.jpg
zero999
 
Posts: 87
Joined: Thu Mar 12, 2020 6:36 pm

Re: Ichimoku Scanner

Postby Frank8093 » Thu Apr 15, 2021 8:37 am

Hi Team
how are you
can you check this program. i think the program has problem in commands.

1- in Down or Up section in ICHIMOKU SCANNER :

IICHIMOKU Command : Period + 1 : means next candle Period : current candle

but according to the commands it means period +1 current candle and Period means next candle.

please revise it.

UpCondition(const string symbol, ENUM_TIMEFRAMES timeframe)
:ACondition(symbol, timeframe)
{
}

virtual bool IsPass(const int period, const datetime date)
{
double TENKANSEN_0 = iIchimoku(_symbol, _timeframe, Tenkan_Sen_Period, Kijun_Sen_Period, Senkou_Span_B_Period, 1, period);
double KIJUNSEN_0 = iIchimoku(_symbol, _timeframe, Tenkan_Sen_Period, Kijun_Sen_Period, Senkou_Span_B_Period, 2, period);
double TENKANSEN_1 = iIchimoku(_symbol, _timeframe, Tenkan_Sen_Period, Kijun_Sen_Period, Senkou_Span_B_Period, 1, period + 1);
double KIJUNSEN_1 = iIchimoku(_symbol, _timeframe, Tenkan_Sen_Period, Kijun_Sen_Period, Senkou_Span_B_Period, 2, period + 1);

return TENKANSEN_0 > KIJUNSEN_0 && TENKANSEN_1 <= KIJUNSEN_1;

DownCondition(const string symbol, ENUM_TIMEFRAMES timeframe)
:ACondition(symbol, timeframe)
{
}

virtual bool IsPass(const int period, const datetime date)
{
double TENKANSEN_0 = iIchimoku(_symbol, _timeframe, Tenkan_Sen_Period, Kijun_Sen_Period, Senkou_Span_B_Period, 1, period);
double KIJUNSEN_0 = iIchimoku(_symbol, _timeframe, Tenkan_Sen_Period, Kijun_Sen_Period, Senkou_Span_B_Period, 2, period);
double TENKANSEN_1 = iIchimoku(_symbol, _timeframe, Tenkan_Sen_Period, Kijun_Sen_Period, Senkou_Span_B_Period, 1, period + 1);
double KIJUNSEN_1 = iIchimoku(_symbol, _timeframe, Tenkan_Sen_Period, Kijun_Sen_Period, Senkou_Span_B_Period, 2, period + 1);

return TENKANSEN_0 < KIJUNSEN_0 && TENKANSEN_1 >= KIJUNSEN_1;



2- in Road Cross Condition : we want when in the specified time frame in iichimoku command occured.
the alert has been showed.
but when the timeframe in iichimoku specified the alert show all timeframe of symbols that the road cross occured.

3- please revise the alert show. because the alert show multi again alert for expired signal.
for example the sell signal in eurusd occured now the alert show it now and also after 1 hour or before next signal show again sell on eurusd.

4- i want when in two time or 3 or 4 timeframe together occured RC (Road Cross).
Tenkan and Kijun are same (overlap) in 2 or 3 or 4 timeframe.
Tenkan = Kijun (M5) , Tenkan = Kijun (M15) , Tenkan = Kijun (M30) , Tenkan = Kijun (H1)
Message alert show same as below :
Symbol , Timeframe : M5 , M15 , M30 , H1 -- Road Cross in Tenkan & Kijun

thanks
Frank8093
 
Posts: 19
Joined: Thu Apr 15, 2021 1:37 am

Re: Ichimoku Scanner

Postby ben3131 » Mon Apr 17, 2023 11:07 am

Hello Apprentice,

Could you convert your indicator (page 2) of this forum in MT5 ? :

"Re: Ichimoku Scanner
Postby Apprentice » Thu Mar 26, 2020 2:16 pm

Ichimoku Scanner.mq4
(26.41 KiB) Downloaded 350 times"

Thanks in advance,
Ben
Attachments
Ichimoku Scanner.mq4
(26.41 KiB) Downloaded 55 times
ben3131
 
Posts: 7
Joined: Mon Mar 14, 2022 8:13 am

Re: Ichimoku Scanner

Postby Apprentice » Wed Apr 19, 2023 5:34 am

We have added your request to the development list.
Development reference 337.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Previous

Return to MT4 Expert Advisors

Who is online

Users browsing this forum: No registered users and 18 guests