Fruitfella / ROBOT-binary

Membuat robot opsi biner yang profitable dan rendah resiko
79 stars 115 forks source link

Digit differ using Digit Analyzer problem #88

Open xremmy opened 6 years ago

xremmy commented 6 years ago

Hello Fruitfella. I am using the following bot but i have an issue. When there is more than 1 least frequent Last Digit, the bot uses prediction 0. How can i make the bot not to make a trade if there are more than 1 value for the least frequent Last Digit. Thanks fruitfella question 2

Fruitfella commented 6 years ago

both least and most frequent LD work just like binary(dot)com last digit statistic, when there are more than 1 highest/lowest stats, it will take the first highest/lowest as green/red bar. if you want to exclude LFLD/MFLD that are more than 1, then you need to add some codes (a bit complex). i can't help you now, there are so many requests, so i will put this on queue.

xremmy commented 6 years ago

Thanks for the reply. Will definitely wait.

Fruitfella commented 6 years ago

capture more-than-one-least-frequent-LD.zip

*sorry, just noticed that i did it wrong, too lazy to fix it. you only need to swap true and false

xremmy commented 6 years ago

Thanks a million. Will give it a try now.