I need a Robot for trading the rumors

Created at 20 May 2013, 19:23
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
DI

diogene823

Joined 20.05.2013

I need a Robot for trading the rumors
20 May 2013, 19:23


Hi, i need a robot for trading the rumors but i'm not a c+ developer.
Can someone help me?

The Parameter is:
Volume: (for example 1000)
Pips Distance: (for example 5 pips)
Trigger:  (for example 5 pips)
First Trailing Stop: (for example 0 pips)
Second Trailing Stop: (for example 3 pips)
Max order: (for example 1000)


The Robot must make a infinite loop:
 
1) place, with one label for example "masterrobot", a sell trade at the "Pips Distance"
from the last sell order if the total sell order is minor of the "Max order"

2) place. with one label for example "masterrobot", a buy trade at the "Pips Distance"
from the last buy order if the total buy order is is minor of the "Max order"

3) follow all position with the label "masterrobot", and start the trailing stop if the
profit is exactly at "Trigger" pips;
place the stoplose at the "first trailing stop distance"
(in this example 0 pips so place the stoplose at the same level of the trigger, in this example 5 pips)
if the price turn arround hit immediatly the stoplose, if
the price go and the profit pips rising the stoplose follow the price at a fix distance
(in this example 3 pips "second trailing stop").

And this robot is end, but I need that some trade can i detach
from the trailing stop of the robot to follow them manually then later
close manually or retach at the robot.

So if it's possible change the Label of a existing trade, this is the solution!

One Robot for deactivate/activate the trailing stop for a group of trade:


The Parameter is:
Type: Buy or Sell
Lost > pips: 1000

 
that change the label of all buy o sell trading that have a lost > (in this example 1000 pips)
if the label is "masterrobot" change in "manual"
if label is "manual" change in "masterrobot"

and another robot that it's the same but this is for deactivate/activate the trailing stop for one single trade:

Position id: 111111

 
that change the label of the traing that have the POSITION ID = 111111
if the label is "masterrobot" change in "manual"
if label is "manual" change in "masterrobot"
if it is whitout label insert the label "masterrobot"
(i need this because i must open the first sell and the first buy manually because the robot open
a position only if the price is at "Pips Distance" FROM THE LAST TRADE, so i can off the robot for
maintenance and when i restart the robot he does not open immediatly a sell and buy order but only if
the price is at "Pips Distance" FROM THE LAST TRADE).


@diogene823
Replies

cAlgo_Fanatic
13 Jun 2013, 15:23

Hello,

We are happy to anounce that very soon a new section will be included in cTDN, "Jobs", for the purpose of hiring cAlgo developers for projects such as this. 
In this section you will be able to post a description of your project and available budget so that developers will be able to contact you.  Please stay tuned!


@cAlgo_Fanatic