vit007 Posted November 13, 2015 Report 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, Watson Leung and mtpf 3
lululee Posted November 13, 2015 Report 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
vit007 Posted November 13, 2015 Author Report Posted November 13, 2015 thanks lululee but i I dont even know were to insert this cod
lululee Posted November 13, 2015 Report 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; }
vit007 Posted November 13, 2015 Author Report 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
lululee Posted November 14, 2015 Report Posted November 14, 2015 Hi lululee, Your inbox is full. Thanks Swordfi$h...cleared my mailbox.
energetic Posted November 14, 2015 Report Posted November 14, 2015 please share the updated working version when BE and trailing code added. thanks.
vit007 Posted November 15, 2015 Author Report 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
Traderbeauty Posted November 15, 2015 Report 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, mtpf, ⭐ elishar and 11 others 14
mtpf Posted November 16, 2015 Report 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now