Yes and they are significant numbers.c1borg » Fri May 04, 2018 5:02 am wrote: Just worked it out with help from Tomele :youknow:
Pretty even split I think
In comparison, I only get a few M15's
Yes and they are significant numbers.c1borg » Fri May 04, 2018 5:02 am wrote: Just worked it out with help from Tomele :youknow:
Pretty even split I think
Hi@allc1borg » 03 May 2018, 19:29 wrote:
So with some pointers from Tomele :youknow: I dived into trying to code this addition and also made the EA setup as V3 OOTB. I have therefore renamed it AwesomeSS (we may add the other SS timeframes so droped the 2SS) and set it to version 1a. I have also put the V3 setfile with it in post 1.
Note: As it uses a different magic number for each time frame, we cannot put several versions of this EA on 1 Empty4 instance when using it to connect to the DB.
Thanks to the contributors to the code to date and hope you dont mind the alterations :hi:
Edit: Tomele has to make a change his end before uploading to the DB. You can use the EA for testing but wait for further updates on using the DB. Version 1b is in post 1 with a minor change requested by Tomele
Brilliant! :hi: great to see you still coming up with ideas. This thread is basically yours so I would love to be able to post your 1c in post 1 but I dont have the authority, maybe Steve or one of the Admins is in a kind mood and can help us, also why dont you add the Gann code, as long as we have the ability to switch features on and off without effecting the original bot? Otherwise we will end up with lots of different versions, which will dilute the testing phase. What do you think?Letsarb » Sat May 05, 2018 4:53 am wrote:Hi all Awesome SS Traders,
Thanks a lot to those who gave feedback and analyse.
Please to find attached an updated version with 2 new important features:
- MinimumDistanceBetweenAllTrades
- UseBasketCashJumpTakeProfit
MinimumDistanceBetweenAllTrades is clear enough now, I do not add any comment.
UseBasketCashJumpTakeProfit and its brother UseBasketCashPercentageJumpTarget is according to me a very important feature, only for people who use the BasketGlobalProfit.
This is also my case most part of the time. The people who followed my message could understand that for me MM is not only a part of the success, it is the success.
I decided not to have a fix target, but to let the winners run as the pros are saying.
For the moment, you could use this feature to jump a Global Stop Loss and could enjoy the trend behaviour.
In the code all trades are closed either at 100$ or at 1% account balance. But before there are 10 steps that allow you to protect your profit. You can change these steps values directly in the code, not in the interface.
I am aware that the programming method is not the best and we could improve that very soon but I would like to keep a big flexibility...if some of you have ideas...
Try it and love it !
I posted the EA here because the first post is not mine. Statement for the Tomele/René DB already included.
you should be able to edit your first post..c1borg » Sat May 05, 2018 6:42 am wrote: Brilliant! :hi: great to see you still coming up with ideas. This thread is basically yours so I would love to be able to post your 1c in post 1 but I dont have the authority, maybe Steve or one of the Admins is in a kind mood and can help us, also why dont you add the Gann code, as long as we have the ability to switch features on and off without effecting the original bot? Otherwise we will end up with lots of different versions, which will dilute the testing phase. What do you think?![]()
Btw all my 4 systems including the live version are still 100% with no losses, thanks again for the original concept.
Nev
Edit: Just realised I can put in post 1will tackle it tomorrow as too busy today.
This is standard EA behavior but the minimum distance function stops it from happening.marx64 » Sat May 05, 2018 6:51 pm wrote: I noticed that there are many same pair and same tf trades opening exactly at the same time or just some pips/seconds apart. I'm not sure if it was designed that way but this can be dangerous. Hopefully MinimumDistanceBetweenAllTrades will solve this.