// System: Martingale with permanent color change /* Haftungsausschluss / Disclaimer Eine Haftung fuer die Richtigkeit der Implementierung des Systems wird NICHT uebernommen, der Download und der Einsatz des Systems erfolgt auf eigenes Risiko! A liability for the correctness of the implementation of the system will NOT be assumed, the download and use of the system is at your own risk! Ing. Thomas Froehlich (www.ing-froehlich.de) */ ST: SZ STMAX(I(1)); SZ EI1(1); SZ CO00(0); SZ CO01(0); IF GZ IN EC03 THEN SZ EC03,CO01(1); IF GZ IN EC04 THEN SZ EC04,CO01(2); IF GZ IN PL00 THEN SZ EC03,CO01(1); // default in case of zero GW: SZ EI1(1); VE: SZ EI1*2 MAX 16 THEN SZ EI1(1); AL: SZ CO00(1); IF CO00(1) AND IF CO01(1) THEN SZ EC04,CO01(2),CO00(0); IF CO00(1) AND IF CO01(2) THEN SZ EC03,CO01(1);