knowitnothing / misc

10 stars 12 forks source link

Pattern Breaker Trigger #7

Closed karmacoin closed 11 years ago

karmacoin commented 11 years ago

Hello Know,

Good day to you. The bot is working fine gave me a 10% profit in a single run.

There is a small issue though. The pattern breaker doesn't work as intended if the pattern come within the first"n" bets

Basically I had no problems at all with the bot. The only worrisome point happened when at the beginning of a run it almost killed itself when it was not able to trigger for the pattern.

For example I put 50 as bet memory value and if the pattern is hit within the first 10 bets it dosen't trigger..but if it hits around 15-20, it does trigger.

So basically,, the idea was that the pattern breaker should be default till we reach our 'n' value of bets.

hope I have explained it properly. I am really kicked about this bot, it feels good when we work on something and it shows results as expected.

thanks a lot karma

knowitnothing commented 11 years ago

I believe you are talking about the last_nwin parameter. It holds the last n results, and then it uses max_loss_ratio to decide whether to trigger the pattern or not. So, I guess, your suggestion is to only consider the max_loss_ratio after n results have occurred, and never before that. Does that sound right to you ?

karmacoin commented 11 years ago

Yes that sounds perfect. I was looking at keeping the breaker pattern "on" by default and the trigger system coming into play only after the "n" bets.

exactly. cheers karma

karmacoin commented 11 years ago

Thanks Know

cheers karma