TCCI with Alert
- Indikatoren
- Wen Huang
- Version: 1.0
Beschreibung der Parameterliste:
Extern int price = 0; / /anfänglicher Durchschnittspreis des Indikators
Externe int length = 20; / / der Indikator berechnet den Durchschnittszeitraum, der dem Durchschnittszeitraum von Ma entspricht.
extern int Displace = 0;
Extern int filter = 0; / / Anzahl der Filtersäulen
extern int color = 1; / /up color
extern natürliche Links = 0; / /down color
Externe Doppelabweichung = 0.0; / / Abweichung
Extern int barstodraw = 2000; / / berechnen Sie die Anzahl der Spalten
Extern bool alertson = true; // turn the pop-up prompt on or off
Extern int remindfrequency = 60; / / pop-up frequency, once for minute by default
Good