- Home
- Algorithms
Algorithms
Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.
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.
How to installHow to install cBots & Indicators
- Download the Indicator or cBot.
- Double-click on the downloaded file. This will install all necessary files in cAlgo.
- Find the indicator/cbot you want to use from the menu on the left.
- Add an instance of the indicator/cBot to run.
- Download the Indicator
- Double-click on the downloaded file. This will install all necessary files in cTrader.
-
Select the indicator from Custom in the functions (f) menu in the top center of the chart
- Enter the parameters and click OK
marioindicador
2
0
37
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
2
0
31
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;
<Lusitanis> - Volume
3
5
2694
by Resendez
paid
20 Dec 2022
Lusitanis Investments
This indicator is an alternative to Tick Volume, where you can customize bear or bull candlestick colors. It contains a visual aid, allowing you to quickly identify a [important] doji candle in the volume, with the option of choosing its color.
Ex:
Red Volume: Bear Candle
Green Volume: Bull Candle
Blue Volume: Doji Candle, quick view to know when the trend lose strength / show indecision
Also after adding the indicator, the creation of the next candles will originate in the graphic development of the volume, the recording of the sentiment of the representative volume of the candle in question.
Ex:
Contact: