Friday 15 September 2017

Plot1 Tradestation Forex


Easylanguage TO MT4 Hallo, Kann es jemand bitte, um die folgenden Easylanguage Codes gnadenlos zu Metaquotes zu übersetzen. Vielen Dank im Voraus. Variables: BandDays (28), DevConstant (3,500000) Variables: keltnerTop (0), keltnerMid (0), keltnerBot (0), expSmoothPrice (0) Variables: expSmoothRange (0) Variables: altu (0), Altd (0), up (0), unten (0), Richt (0), n (0), p (0) IF (CurrentBar 1) THEN expSmoothPrice SCHLIEßEN expSmoothRange HIGH-LOW END BEGIN ELSE BEGIN expSmoothPrice (expSmoothPrice (BandDays-1) CLOSE) BandDays expSmoothRange (expSmoothRange (BandDays-1) (HIGH-LOW)) BandDays END keltnerTop expSmoothPrice (expSmoothRangeDevConstant) keltnerMid expSmoothPrice keltnerBot expSmoothPrice - (expSmoothRangeDevConstant), wenn der Nähe lt KeltnerMid dann Altd 1 sonst Altd 0, wenn Altd 1 und high1 lt KeltnerMid und schließen lt Low1 dann beginnen Sie -1-Ende, wenn schließen gt KeltnerMid dann altu 1 sonst altu 0 wenn altu 1 und low1 gt KeltnerMid und schließen gt high1 dann beginnen Sie 1 Ende wenn dir -1 dann setplotcolor (2, magenta), wenn dir 1 dann setplotcolor 2, grün) PLOT1 (keltnerTop, quotTBand Topquot) PLOT2 (keltnerMid, quotTBand Midquot) PLOT3 (keltnerBot, quotTBand Botquot) Variablen: Länge (20), TrigAvg (5), UpColor (grün), DnColor (magenta) Variablen: xAvg ( 0), yAvg (0) yAvg TimeSeriesForecast (Länge, 0) xAvg XAverage (yAvg, TrigAvg) PLOT1 (yAvg, quotTriggerquot) PLOT2 (xAvg, quotAverageTSFquot) IF (PLOT2 gt PLOT1) THEN BEGIN SETPLOTCOLOR (1, DnColor) SETPLOTCOLOR (2 BEGIN DnColor) END ELSE SETPLOTCOLOR (1, UpColor) SETPLOTCOLOR (2, UpColor) zuerst die TSI Funktion Eingänge: Preis (NumericSeries), r (NumericSimple), s (NumericSimple), wenn Wert2 ltgt 0 dann TSI Wert1 Wert2 Der Indikator Eingänge: Preis (c), r (7), s (27), u (1), SmthLen (7) Wert1 TSI (Preis, , SmthLen) IF (PLOT1 gt PLOT3) THEN BEGIN SETPLOTCOLOR (1, magenta) SETPLOTCOLOR (3, magenta) END ELSE SETPLOTCOLOR BEGIN (1, grün) SETPLOTCOLOR (3, grün) END Jeder Codierung Tradeeasylanguage Hallo BEMAC, recode freundlich diese Easylanguage Indikatoren in der Sprache MT4. Vielen Dank. Variables: BandDays (28), DevConstant (3,500000) Variables: keltnerTop (0), keltnerMid (0), keltnerBot (0), expSmoothPrice (0) Variables: expSmoothRange (0) Variables: altu (0), Altd (0), up (0), unten (0), Richt (0), n (0), p (0) IF (CurrentBar 1) THEN expSmoothPrice SCHLIEßEN expSmoothRange HIGH-LOW END BEGIN ELSE BEGIN expSmoothPrice (expSmoothPrice (BandDays-1) CLOSE) BandDays expSmoothRange (expSmoothRange (BandDays-1) (HIGH-LOW)) BandDays END keltnerTop expSmoothPrice (expSmoothRangeDevC onstantstrom) keltnerMid expSmoothPrice keltnerBot expSmoothPrice - (expSmoothRangeDevConstant), wenn der Nähe lt keltnerMid dann Altd 1 sonst Altd 0, wenn Altd 1 und high1 lt keltnerMid und in der Nähe Lt Low1 dann beginnen Sie -1 Ende, wenn schließen gt KeltnerMid dann altu 1 sonst altu 0 wenn altu 1 und low1 gt KeltnerMid und schließen gt high1 dann beginnen Sie 1 Ende, wenn du -1 dann setplotcolor (2, magenta), wenn dir 1 dann setplotcolor (2, grün) PLOT1 (keltnerTop, quotTBand Topquot) PLOT2 (keltnerMid, quotTBand Midquot) PLOT3 (keltnerBot, quotTBand Botquot) Variablen: Länge (20), TrigAvg (5), UpColor (grün), DnColor (magenta) Variablen: xAvg (0), yAvg (0) yAvg TimeSeriesForecast (Länge, 0) xAvg XAverage (yAvg, TrigAvg) PLOT1 (yAvg, quotTriggerquot) PLOT2 (xAvg, quotAverageTSFquot) IF (PLOT2 gt PLOT1) THEN BEGIN SETPLOTCOLOR (1, DnColor) SETPLOTCOLOR ( 2, DnColor) END ELSE BEGIN SETPLOTCOLOR (1, UpColor) SETPLOTCOLOR (2, UpColor) END Zuerst werden die TSI Funktionseingänge: Preis (NumericSeries), r (NumericSimple), s (NumericSimple), Wenn Wert2 ltgt 0 dann TSI Wert1 Wert2 Die Indikator Eingänge: Preis (c), r (7), s (27), u (1), SmthLen (7) Wert1 TSI (Preis, r, s, u) (1, magentafarben) SETPLOTCOLOR (3, magenta) END ELSE BEGIN SETPLOTCOLOR (1, grün) SETPLOTCOLOR (3, grün) ENDE

No comments:

Post a Comment