Hi, i am doing some test about MF8 & trigger work, so i use small bets and Transaction Limit low....100
I saw 2 things,
1: small bets took 3 real bets to be place and the limit is reached (102) because when current count is 99 it place a bet and the counter hits 102.
2: when the limit is reached, MF8 stop posting bets no matter what...if curren count gets down or i rise the limit (120 for example) and i need to restart MF8.
To solve number 2 i use a condition in each trigger block: mntr_trans_number + 4 is less mntr_trans_limit
So when mntr_trans_number = 99.... 103 > 100 and no bet is place....
but some times it dosnt work and the last bet is placed and MF8 stops working (placing bets).
Why does the program stop betting when the limit is reached and it goes down again? Because while the actual number fluctuates, it keeps placing bets.
Why it doesn't start working again when you rise the limit (if it was reached and i add 50 more to the limit for example)?
Dont know if i was clear.
Sorry!