vit007 Posted November 13, 2015 Report Share Posted November 13, 2015 (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 November 13, 2015 by vit007 energetic, mtpf and Watson Leung 3 Quote Link to comment Share on other sites More sharing options...
lululee Posted November 13, 2015 Report Share Posted November 13, 2015 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; } vit007 1 Quote Link to comment Share on other sites More sharing options...
vit007 Posted November 13, 2015 Author Report Share Posted November 13, 2015 thanks lululee but i I dont even know were to insert this cod Quote Link to comment Share on other sites More sharing options...
lululee Posted November 13, 2015 Report Share Posted November 13, 2015 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; } Quote Link to comment Share on other sites More sharing options...
Swordfih Posted November 13, 2015 Report Share Posted November 13, 2015 Hi lululee, Your inbox is full. Quote Link to comment Share on other sites More sharing options...
vit007 Posted November 13, 2015 Author Report Share Posted November 13, 2015 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 Quote Link to comment Share on other sites More sharing options...
lululee Posted November 14, 2015 Report Share Posted November 14, 2015 Hi lululee, Your inbox is full. Thanks Swordfi$h...cleared my mailbox. Quote Link to comment Share on other sites More sharing options...
energetic Posted November 14, 2015 Report Share Posted November 14, 2015 please share the updated working version when BE and trailing code added. thanks. Quote Link to comment Share on other sites More sharing options...
vit007 Posted November 15, 2015 Author Report Share Posted November 15, 2015 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. thedriver 1 Quote Link to comment Share on other sites More sharing options...
Traderbeauty Posted November 15, 2015 Report Share Posted November 15, 2015 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. profile, energetic, mtpf and 11 others 14 Quote Link to comment Share on other sites More sharing options...
mtpf Posted November 16, 2015 Report Share Posted November 16, 2015 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.