Ichimoku Advanced Pro MTF
FREE
Veröffentlicht:
28 Oktober 2013
Aktuelle Version:
2.0
Keinen passenden Roboter gefunden?
Geben Sie Ihren Eigenen in Auftrag
auf Freelance!
Gehen Sie zu Freelance
Geben Sie Ihren Eigenen in Auftrag
auf Freelance!
Wie man einen Roboter oder Indikator kaufen kann
Starte Deinen EA im
Virtual Hosting
Virtual Hosting
Teste einen Indikator/Roboter vor dem Kauf
Möchtest Du Geld im Market verdienen?
Wie man Produkte richtig präsentiert
Sie verpassen Handelsmöglichkeiten:
- Freie Handelsapplikationen
- Über 8.000 Signale zum Kopieren
- Wirtschaftsnachrichten für die Lage an den Finanzmärkte
Registrierung
Einloggen
Sie stimmen der Website-Richtlinie und den Nutzungsbedingungen zu.
Wenn Sie kein Benutzerkonto haben, registrieren Sie sich

Hi,
how I can use this indicator inside a ea?
Hi,
how I can use this indicator inside a ea?
Use iCustom().
https://www.mql5.com/en/docs/indicators/icustom
Use iCustom().
https://www.mql5.com/en/docs/indicators/icustom
Hi,
thanks for your reply.
If I try in the ea (OnInit()):
handle=iCustom(NULL,0,"Market\\ichimoku_advanced_free.ex5",9,26,52,1, 14,100,28,12,26,9,14, 1, 0);
Print("MA_handle = ",handle," error = ",GetLastError());
int copy=CopyBuffer(handle,0,0,1,test);
and change the bold number to get all values from the indicator - the result in test[1] is allways the same.
What I do wrong?
Hi,
thanks for your reply.
If I try in the ea (OnInit()):
handle=iCustom(NULL,0,"Market\\ichimoku_advanced_free.ex5",9,26,52,1, 14,100,28,12,26,9,14, 1, 0);
Print("MA_handle = ",handle," error = ",GetLastError());
int copy=CopyBuffer(handle,0,0,1,test);
and change the bold number to get all values from the indicator - the result in test[1] is allways the same.
What I do wrong?
you can read this article https://www.mql5.com/en/articles/35
you can read this article https://www.mql5.com/en/articles/35
thx, I got it ...
int handle;
double val1[], val2[], val3[], val4[];
int OnInit()
{
handle=iCustom(NULL,0,"Market\\ichimoku_advanced_free.ex5",9,26,52,1,14,100,28,12,26,9,14);
Print("MA_handle = ",handle," error = ",GetLastError());
return(INIT_SUCCEEDED);
}
void OnTick()
{
CopyBuffer(handle,0,0,1,val1);
CopyBuffer(handle,1,0,1,val2);
CopyBuffer(handle,2,0,1,val3);
CopyBuffer(handle,3,0,1,val4);
}
Installed this on my MT5 but nothing shows up on the screen
make sure you have enough data.
make sure you have enough data.
I'm new to MT5 and not sure what the means. I'm testing it as an H1 Ichi on a M5 chart. Do I need to click into H1 and just leave it running for a bit? Do I need to import historical data into my MT5? Any help would be greatly appreciated, really love the Ichi and want this to work. Just point me in the right direction and I'll take it from there. Thanks.
go to H1 chart and press Ctrl+Home to load more data.
Use CommunityPower MT5 - Have CustomIndy
https://www.mql5.com/en/market/product/48493