Jump to content

Recommended Posts

Posted (edited)

Its an auto trader that been used at riosquant trading room. Its takes a brake out trades . I was testing it and it can go to a good profit and loose it all because of luck of functions . We can much improve it if one can add Brake even and Trailing stop function.

Hopefully some coders can help as here.

Thanks in advance .

https://www.sendspace.com/file/6w8dg9

 

http://i68.tinypic.com/28lzw5k.jpg

Edited by vit007
Posted
Its an auto trader that been used at riosquant trading room. Its takes a brake out trades . I was testing it and it can go to a good profit and loose it all because of luck of functions . We can much improve it if one can add Brake even and Trailing stop function.

Hopefully some coders can help as here.

Thanks in advance .

https://www.sendspace.com/file/6w8dg9

 

http://i68.tinypic.com/28lzw5k.jpg

 

Hi Vit, I am not a programmer but simple way will be to add training stop or use the ATM Strategy. See the line below...

 

protected override void Initialize()

{

base.SetTrailStop("", CalculationMode.Ticks, 10, false) //added by lulu

base.ExitOnClose = false;

base.SetProfitTarget(this.ProfitTarget);

base.SetStopLoss(this.StopLoss);

this.CalculateOnBarClose = true;

}

Posted
thanks lululee but i I dont even know were to insert this cod

 

protected override void Initialize()

{

base.SetTrailStop("", CalculationMode.Ticks, 10, false) //added by lulu

base.ExitOnClose = false;

base.SetProfitTarget(this.ProfitTarget);

base.SetStopLoss(this.StopLoss);

this.CalculateOnBarClose = true;

}

Posted
protected override void Initialize()

{

base.SetTrailStop("", CalculationMode.Ticks, 10, false) //added by lulu

base.ExitOnClose = false;

base.SetProfitTarget(this.ProfitTarget);

base.SetStopLoss(this.StopLoss);

this.CalculateOnBarClose = true;

}

 

Im getting Error with this code ?????????????

but thanks anyway

Posted
looks like a best days of Indoinvestasi are over . Couple good coders left and all we have left people just copy stuff here without contributing much . Sad.

 

That is very s t u p i d thing to say- do you think that we are here just to crack programs for your personal needs ?

The beauty of this forum is where we can help each other and learn from each others- I still remember your post saying that you will start trading real money with a certain software ( cant remember - i think it was j-signal ) - so that for example was a very good post and i am sure that everyone was waiting to see your results and learn from you.

but again- just my humble opinion...

i still think its the best forum.

Posted
i still think its the best forum.

Yes it is,without any doubt in our mind,a place where requests are being heard most of times and then helping hand comes from no where.All the best to forum like this and its members.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...