Category Other  Published on 19/04/2013

forex

Description

Regarding /forum/cbot-support/753


u

atrader's avatar
atrader

Joined on 10.10.2012

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: forex.algo
  • Rating: 0
  • Installs: 3271
Comments
Log in to add a comment.
NE
nemesio1517 · 5 years ago

Buenos dias, he probado este robot, pero no tiene stops loss, solo compra y permite correr las pérdidas. Podría facilitarme una versión corregida, por favor. Muchas gracias por su amabilidad.

 

NO
noniz · 10 years ago

hi dear i am robot tester, i found this robot a little successful on some pairs of my choice...........this robot has some bugs. please fix them if possible.

1. there must be an option to close positions automatically if given percentage of equity is in loss.

2. it does not open the positions as given in parameter.

 

Thanks,

waiting for a reply.

gerardeur's avatar
gerardeur · 10 years ago

Hello,

Instead of _startingBalance = Account.Balance I would prefer _startingBalance = Last.Highest.Balance.

How would you do it the simplest way? (As Last.Highest.Balance does not exist!).

Tx.

JA
Jaxx · 10 years ago

JH,

Make sure you have the following directive at the top of your code somewhere:

using System.Linq;

Without it, you cannot use lambdas in your code, which would explain why your code is not working with lambdas used, and working when they're not used.

gerardeur's avatar
gerardeur · 10 years ago

Hello,

I'm a newbie. Can you explain how Tralstart, Tralstop and Pipstep work?

Thank you very much for this robot. I runned it several times and the best results appear with EUR/USD, Firstlot = 10K, TakeProfit = 200, Tralstart = 50, Tralstop = 50, Pipstep = 300, Maxorders = 5.

ER
ErikD · 11 years ago
Nice one, really liked the Jurik indicator and this robot is also great How dos it work, is it martingale ? For some reson in backtest there is always one or two trades that goes 700 pips or more in wrong direction and kill most of profits