Metatrader Forum | Forex Expert-Advisor | Broker & Forex Tools

Metatrader Forum | Forex Expert-Advisor | Broker & Forex Tools (http://www.expert-advisor.com/forum/index.php)
-   Programmierung MQL4 (http://www.expert-advisor.com/forum/forumdisplay.php?f=220)
-   -   EA - iCustom Orderumsetzung geht nicht (http://www.expert-advisor.com/forum/showthread.php?t=7095)

Nextrader 16.10.21 18:57

EA - iCustom Orderumsetzung geht nicht
 
Liste der Anhänge anzeigen (Anzahl: 2)
Hallo zusammen,

ich habe Problem bei meinem EA. Und zwar wollte ich über iCustom zwei Indikatoren reinsetzten. Beim Testsymulator werden aber keine Order(Buy/Selll) getätigt.
Fehlermeldung lautet :

2021.10.16 18:40:08.321 2021.05.07 17:22:55 cannot open file 'C:\Users\AppData\Roaming\MetaQuotes\Terminal\2E8D C23981084565FA3E19C061F586B2\MQL4\indicators\T3_cl ean.ex4' [2]
2021.10.16 18:40:08.321 2021.05.07 17:23:20 cannot open file 'C:\Users\WH-2013\AppData\Roaming\MetaQuotes\Terminal\2E8DC2398 1084565FA3E19C061F586B2\MQL4\indicators\Snake.ex4' [2]


Habe ich beim iCustom programmieren irgendwas übersehen/falsch eingegeben?

iCuostem lauten:

- TrendScalping = iCustom(Symbol(),0,"Snake",Snake_HalfCycle =30,0,1);

- TrendKanal = iCustom(Symbol(),0,"T3_clean",T3Period =50,T3Price = PRICE_CLOSE,b = 0.518,TimeFrame = "current time frame",0,1);


Im Anhang habe ich die beiden Parameter von den Indikatoren angeheftet.

Ich weiß ehrlichgesagt nicht was ich machen soll... hoffe das hier Leute gibt die das Problem sehen.

Ich danke schonmal im Voraus um jede Hilfe :)

traderdoc 17.10.21 00:10

Das deutet eher darauf hin, dass die Indikatoren nicht im richtigen Ordner "indicators" liegen.

Kann aber auch an Deiner Programmierung der iCustom()-Funktion liegen, daher eher:

TrendScalping = iCustom(Symbol(), 0, "Snake", 30, 0, 1);

TrendKanal = iCustom(Symbol(), 0, "T3_clean", 50, PRICE_CLOSE, 0.518, "current time frame", 0, 1);

traderdoc


Alle Zeitangaben in WEZ +2. Es ist jetzt 01:32 Uhr.

Powered by vBulletin® Version 3.8.5 (Deutsch)
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.1
Powered by vBCMS® 2.7.0 ©2002 - 2024 vbdesigns.de
Copyright ©2009 - 2023 by Expert-Advisor.com - Das Metatrader Forum