Jump to content

EINSTAIN autotrader


vit007

Recommended Posts

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
Link to comment
Share on other sites

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;

}

Link to comment
Share on other sites

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;

}

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...