Topics
30 Nov 2016, 06:14
 1895
 1
29 Nov 2016, 21:18
 2051
 3
29 Nov 2016, 05:48
 2201
 1
28 Nov 2016, 06:11
 1840
 2
27 Nov 2016, 14:41
 2357
 3
22 Nov 2016, 00:27
 1969
 1
27 Sep 2016, 19:51
 2471
 5
21 Sep 2016, 13:21
 2015
 2
04 Dec 2015, 08:42
 2322
 2
20 Nov 2015, 22:05
 2221
 2
09 Nov 2015, 21:59
 2443
 2
17 Aug 2015, 16:32
 2553
 4
17 Aug 2015, 16:31
 2201
 2
Replies

iRobot
06 Dec 2016, 22:07

After some thinking I understood :)


@iRobot

iRobot
06 Dec 2016, 21:40

Thanks lucian.

Could you please explain, why it is a division function ( / Symbol.PipSize), and not multiply function ( * Symbol.PipSize)?

 


@iRobot

iRobot
29 Nov 2016, 05:47

Solved.


@iRobot

iRobot
28 Nov 2016, 06:32

There is no "Length" in Positions.


@iRobot

iRobot
13 Nov 2016, 22:49

How the different labels are given?

Now I give labels to any trade like this: string labelB1_OnTrade = Symbol.Code.ToString() + " Long M30";

So it's the same label for every trade on specific symbol.

I don't know how to give different label names, and theoretically I would need infinite number of them.


@iRobot

iRobot
05 Nov 2016, 21:02

But what if I already have several open trades (opened at higher prices) with same labels?


@iRobot

iRobot
24 Oct 2016, 22:45

Works! Thanks a lot.

How can I sort my positions by the selected parameter (for example, by symbol code)?


@iRobot

iRobot
27 Sep 2016, 22:44

I know how to write the code, I don't know how to setup the Gmail for me to get the emails.


@iRobot

iRobot
26 Sep 2016, 17:56

I have same problem on VPS. Last week my own alerts were working from cAlgo on my PC, but after launching it from VPS I don't get any.
@iRobot

iRobot
28 Oct 2013, 10:08

RE: RE: RE: RE:

Virtuesoft,

have you tested your robot on real account?

Can you share your mail?

 

virtuesoft said:

breakermind said:

Hello,

somehow it seems to me that none of you have earned nothing for those of your works
if you do have such secrets.
it's ridiculous to put the results of the strategy without code.

buahahaha ridiculous .... bye

Okay. So let me get this straight. It's ridiculous to post your results without the code. However, it isn't ridiculous to give away the code to your successful strategy for nothing in return, with the added risk that if too many people use your code it may completely ruin your strategy. I'm sorry but that doesn't make sense.

I've been a C# developer for around 8 years and a trader for 3 years. The skills I have are my edge over the market. I only have one successful robot, which took me months to develop and test. However, I've probably coded around 100 different robots over the past year or so. I'm not going to give away my only successful robot for free unless I think that I'm getting something else equally as good in return. I've worked too hard on my robot to do this. If it was easy to develop a successful robot I might think differently.

 


@iRobot

iRobot
30 Sep 2013, 13:41

lec0456, what's the results of your robot (since it's more than 3 month after you announced it)?

 

 


@iRobot

iRobot
30 Sep 2013, 13:40

lec0456, what's the results of your robot (since it's more than 3 month after you announced it)?

 

 


@iRobot

iRobot
08 Aug 2013, 15:16

Hi,

what's the code for closing a position, if it's been opened let's say for 50 periods?

Thanks.


@iRobot

iRobot
08 Aug 2013, 09:16

Thanks. This is same logic I thought about. Will try it.


@iRobot

iRobot
05 Aug 2013, 21:42

Although I have another question in this issue: how can I index price channel values? Let's say I need to have its values for for 3 periods in the past = should I use indexing or "foreach"?


@iRobot

iRobot
04 Aug 2013, 19:10

Cool. Thank you.


@iRobot

iRobot
04 Aug 2013, 12:08

Did it another way.


@iRobot

iRobot
31 Jul 2013, 23:13

Guys, sorry for stupid questions... 

However, could you give suggestions on:

1) in a given robot, where to put other conditions for closing a profitable position (take profit, but not on specified pip size, but rather on conditions ment by other indicators);

2) how to make just one position opened at the time (now it opens new postions despite the number of curent positions).

 

Thank you very much.


@iRobot

iRobot
26 Jul 2013, 08:42

But how to "fix" the stop loss value when position is opened?


@iRobot

iRobot
25 Jul 2013, 13:44

Although there is one thing you could me me a bit more.

I want to use price channels for stop loss in some cases. Let's say long position is opened and I want to fix lower band of price channel as a stop loss. If position is profitable, I want to change from "fixed" value of stop loss to a trailing stop.

 

Thanks.


@iRobot