Category Trend  Published on 28/06/2013

CCI 20 Robot (Modified)

Description

This is a collaborative work  based on a forum post : /forum/cbot-support/1109

Any suggestions welcome. 


u

atrader's avatar
atrader

Joined on 10.10.2012

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: CCI 20 Robot (Modified).algo
  • Rating: 0
  • Installs: 3766
Comments
Log in to add a comment.
DA
davidp13 · 10 years ago

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

cAlgo_Fanatic's avatar
cAlgo_Fanatic · 11 years ago
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; }