mariocontaforex
mariocontaforex's avatar

Info

Username:mariocontaforex
Name:mariocontaforex
Member since: 01 Feb 2023

About

None

Signature

None
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
marioindicador
  0
  0
  123
paid  01 Feb 2023
const   cCPF         = 0;   cSenha       = 0;   cCodigo      = 1234567890;   cDia1        = 22;   cMes1        = 12;   cAno1        = 2023;   cDia2        = 22;   cMes2        = 12;   cAno2        = 2023; input   CPF          (0);   Senha        (0); begin   if ((ELDate(cAno1, cMes1, cDia1) = ELDate(cAno2, cMes2, cDia2)) and       (CurrentDate <= (ELDate(cAno1, cMes1, cDia1))) and       (((CPF = cCPF) and (Senha = cSenha)) or (CPF = cCodigo)))  then begin begin plot (mediaexp(9,Ifr(6))); end; begin if (mediaexp(5,IFR(6)))>(mediaexp(12,IFR(9))) then setplotcolor(1,clyellow ); setplotwidth(1,2); end; begin if(mediaexp(5,IFR(5)))<(mediaexp(12,IFR (9))) then setplotcolor(1,clyellow); begin plot3(mediaexp(50,Ifr(25)[1]*1.423)); setplotcolor(3,clskyblue); setplotwidth(3,2); end; begin Plot4(mediaexp(50,IFR (25)[1]/1.423)); setplotcolor(4,clskyblue); setplotwidth(4,2); end; end; end     else     begin       PaintBar(clBranco);     end; end  
mariom
  1
  0
  99
paid  01 Feb 2023
begin if (Low < BollingerBands(2.0, 20, 0)|1|) and (Close > Open) then PaintBar(clyellow  )         else if(High > BollingerBands(2.0, 20, 0)|0|) and (Close < Open) then PaintBar(clyellow);     end end;
Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.

No uploaded.