Description
This is a collaborative work based on a forum post : /forum/cbot-support/1109
Any suggestions welcome.
u
atrader
Joined on 10.10.2012
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: CCI 20 Robot (Modified).algo
- Rating: 0
- Installs: 3924
- Modified: 13/10/2021 09:54
Warning! Running cBots downloaded from this section may lead to financial losses. Use them at your own risk.
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
Please correct your robots (or redownload) to include this lines of code for proper results based on the robots logic:
protected override void OnPositionClosed(Position position)
{
_position = null;
}
can you add the following to this robot?
cross of two ema's (slow x fast)and cci cross above 0 then long
cross of two ema's (fast x slow)and cci cross below 0 then short
exit on TP
protect by closing trade when cci crosses 0 in opposite direct than entry or by SL