Topics
Replies
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
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 .... byeOkay. 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
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
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
iRobot
06 Dec 2016, 22:07
After some thinking I understood :)
@iRobot