Category Trend  Published on 10/12/2013

Robot Forex Multisymbol

Description

Modified robot to work on two symbols see /forum/cbot-support/2045?page=1#2

The robot starts by making a trade in the direction of the last two completed bars if the same. Sets take profit initially and then trails with stop loss.

The subsequent trades, up to a max number of trades (input), are in the same direction of the first trade are entered based on the current price compared to the last entry price.

If a trade is deleted manually the robot will start from the beginning.

Currently not supported in backtesting (GetSymbol not supported)

 


u

atrader's avatar
atrader

Joined on 10.10.2012

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Robot Forex Multisymbol.algo
  • Rating: 0
  • Installs: 3476
Comments
Log in to add a comment.
94
9469cd97 · 8 years ago

Hello atrader,

I have one question for the setting and need your expert answer.  "pipstep"=automatically trail a stop every XX pips , is that correct? 

 

Thank you

IG
igorkroitor · 9 years ago

Hey, check out the Difference indicator, you can combine it with stochastics and other indicators, and chain many of them into one another as well, without any need for programming skills.

CR
crank · 9 years ago

Whose smart enough to write an indicator/robot based on the difference in the standard stochastic oscillator of two symbols, i.e.,

(Kfast of symbol1) MINUS (Kfast of symbol2)

I can write the the rest of the robot, just need general code on subtracting the stochastic oscillator Kfast(only) values of two different symbols into one new oscillator/robot.