Trading1903 Posted April 10, 2014 Report Share Posted April 10, 2014 For some reason After I compile it I still don't see it under strategies. Please advice. Thanks for your contribution ! Quote Link to comment Share on other sites More sharing options...
tellMe Posted April 10, 2014 Report Share Posted April 10, 2014 its called box1 Quote Link to comment Share on other sites More sharing options...
admis Posted April 10, 2014 Report Share Posted April 10, 2014 For some reason After I compile it I still don't see it under strategies. Please advice. Thanks for your contribution ! It is not a strategy and it's the reason you cannot see it. PPTBoxSLsig has only a small improvement to use it in a strategy. Try to use a strategy builder or use that one: http://indo-investasi.com/showthread.php/24211-The-box?p=324225&viewfull=1#post324225 As soon as I find some time I'll prepare something for making the tests. morisvladi, Wanderer, Darktrader and 1 other 4 Quote Link to comment Share on other sites More sharing options...
Trading1903 Posted April 10, 2014 Report Share Posted April 10, 2014 Thanks admis. Whoever is writing this strategy make sure that there is a timer. There is always a box at 930 and most of the times will get shaken out. Also choppy markets can cost a lots of $$. Any filter ideas for that ? Quote Link to comment Share on other sites More sharing options...
lipe.fx Posted April 11, 2014 Report Share Posted April 11, 2014 how to configure only one trader by box? Quote Link to comment Share on other sites More sharing options...
enzofox Posted April 11, 2014 Report Share Posted April 11, 2014 http://my.jetscreenshot.com/demo/20140411-xo1l-42kb.jpg bisognio has so much care Quote Link to comment Share on other sites More sharing options...
Wanderer Posted April 11, 2014 Report Share Posted April 11, 2014 *ADMIS, Congratulations on your 1,000 THANKS. W admis 1 Quote Link to comment Share on other sites More sharing options...
thedriver Posted April 11, 2014 Report Share Posted April 11, 2014 As I promised, link below with the changed source of PPTBoxSL. Box_signal is exposed to use in a strategy. http://www.sendspace.com/file/orpspp pass=indo-investasi I've changed the name of the original indicator to PPTBoxSLsig to omit any confusion in the future. Very simple example how to use it in a strategy: .... if (Position.MarketPosition == MarketPosition.Flat) { if (PPTBoxSLsig().Box_Signal[0] == 1) { EnterLong(DefaultQuantity, ""); } if (PPTBoxSLsig().Box_Signal[0] == -1) { EnterShort(DefaultQuantity, ""); } } .... Cheers, Thank you so much Admis, very well!! How I can set the target and stop?? (ie target 5 tick and stop 3 tick) let me know thanks Regards Quote Link to comment Share on other sites More sharing options...
Wanderer Posted April 11, 2014 Report Share Posted April 11, 2014 I added a Trailing Stop to handle the Exits. http://hidemyass.com/files/NqMLD/ W user33, cornelis, lastpago and 2 others 5 Quote Link to comment Share on other sites More sharing options...
enzofox Posted April 11, 2014 Report Share Posted April 11, 2014 http://my.jetscreenshot.com/demo/20140411-pli2-49kb,jpg http://my.jetscreenshot.com/demo/20140411-avkd-62kb.jpg http://my.jetscreenshot.com/demo/20140411-bufc-31kb.jpg it seems that does not work well Wanderer 1 Quote Link to comment Share on other sites More sharing options...
enzofox Posted April 11, 2014 Report Share Posted April 11, 2014 I added a Trailing Stop to handle the Exits. http://hidemyass.com/files/NqMLD/ W Now do not thank to those who have dedicated strategy to write? only criticism do you know? Quote Link to comment Share on other sites More sharing options...
Wanderer Posted April 11, 2014 Report Share Posted April 11, 2014 Now do not thank to those who have dedicated strategy to write? only criticism do you know? I don't know what you mean. Did you try the strategy? It looked pretty good to me. If not just disregard it. W Quote Link to comment Share on other sites More sharing options...
hindustani Posted April 11, 2014 Report Share Posted April 11, 2014 I don't know what you mean. Did you try the strategy? It looked pretty good to me. If not just disregard it. W Can u plz share your test results? What bar type/period etc did you test on? thanx Wanderer 1 Quote Link to comment Share on other sites More sharing options...
yamantaka Posted April 11, 2014 Author Report Share Posted April 11, 2014 I'm very pleased to see some of you have taken the initiative to automated the box. I hope you find as much value in it as I have. That was my sole purpose in starting this thread. Learning how best to trade this is a time consuming effort, so don't give up too quickly if you don't get instant gratification. Good luck to all of you. westvleteren, tellMe, admis and 3 others 6 Quote Link to comment Share on other sites More sharing options...
enzofox Posted April 11, 2014 Report Share Posted April 11, 2014 Yamantaka, We know you are a father with great responsibilities. You have done for this group more than most. There will always be ingrates who think the world owes them something. They comprise the 90%+ of failures. I am confident that I speak for many here when I say that we are very grateful for all of the valuable time you have taken to share your success with us. Please continue to do so as time allows. May you and yours be blessed. W. ddddddddddddddddddd Quote Link to comment Share on other sites More sharing options...
⭐ AndyS Posted April 11, 2014 Report Share Posted April 11, 2014 Many thanks to Admis, but we should also remember Yamantaka's contributions to this project. After all he started the thread. Yamantaka has suggested stops and targets to a couple of instruments. He has done lots of work ( testing) on the box and knows it very well. Thanks Yamantaka. A admis 1 Quote Link to comment Share on other sites More sharing options...
Wanderer Posted April 11, 2014 Report Share Posted April 11, 2014 (edited) ------------------------------ Edited April 11, 2014 by Wanderer Duplicate. Quote Link to comment Share on other sites More sharing options...
Wanderer Posted April 11, 2014 Report Share Posted April 11, 2014 Can u plz share your test results? What bar type/period etc did you test on? thanx I used it on the FDAX. 8 Tick Range - No Gap Bars. That's all. It is what I use in my trading. It simplifies Stops and Targets and keeps me in the big trades. A lot more testing needs to be done though. But I think this has potential. Personally, I don't have an interest in Auto Traders. But this is looking interesting. Something to do when I am waiting for a trade. W admis, wizard101, hindustani and 1 other 4 Quote Link to comment Share on other sites More sharing options...
thedriver Posted April 11, 2014 Report Share Posted April 11, 2014 Can u plz share your test results? What bar type/period etc did you test on? thanx for ES , nice http://my.jetscreenshot.com/20438/20140411-urkb-190kb admis 1 Quote Link to comment Share on other sites More sharing options...
westvleteren Posted April 11, 2014 Report Share Posted April 11, 2014 (edited) ... Which renkohybrid setting do you se for the chart? . Edited April 30, 2014 by westvleteren ⭐ AndyS 1 Quote Link to comment Share on other sites More sharing options...
Wanderer Posted April 11, 2014 Report Share Posted April 11, 2014 for ES , nice http://my.jetscreenshot.com/20438/20140411-urkb-190kb Sweet! My DrawDown was almost 1%. That will impact the required account size. The smaller the DrawDown the better, in my opinion. W. ⭐ AndyS 1 Quote Link to comment Share on other sites More sharing options...
thedriver Posted April 11, 2014 Report Share Posted April 11, 2014 Hi Driver, Thanks for your testresults. Which renkohybrid setting do you se for the chart? Is this a true playback using market replay? Or a report generated by rightclicking the mouse on chart? In the last case, please be aware that the "fills" are very different from market playback due to the nature of the RenkoHybrid bars. generated by rightclicking the mouse on chart yes i know the renko give us a different fills thnk you Quote Link to comment Share on other sites More sharing options...
thedriver Posted April 11, 2014 Report Share Posted April 11, 2014 Sweet! My DrawDown was almost 1%. That will impact the required account size. The smaller the DrawDown the better, in my opinion. W. hey mate can you set the stop and target in your strategy? thank you Quote Link to comment Share on other sites More sharing options...
westvleteren Posted April 11, 2014 Report Share Posted April 11, 2014 (edited) .............. Edited April 30, 2014 by westvleteren ⭐ AndyS, tke1, admis and 4 others 7 Quote Link to comment Share on other sites More sharing options...
thedriver Posted April 11, 2014 Report Share Posted April 11, 2014 I added to the Box strategy: - time frame for trading (in my case 08:00 - 20:00) - Action to exit trade at 21:30 (my time) to ensure no issues with broker/going overnight - Change to the trailing value. I changed the ATR value from 2,618 to 3 Feel free to change/edit/delete the above as you like. PS: I am NO strategy wizard guru. I just try to help. Once we see the potential of the Box automation, then we shoud be doing testing with data from e.g. one year ago as well. If there is still potential, then we should take the next step. Here it is: http://hidemyass.com/files/s2LOg/ thk you , you are a man 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.