Hi there,
I have a problem/question that I need some help with

I want to run sim with custom method of true calculation but i dont know how to fill the columns.

What I want to do is this: for ex. if RC is 3 with 5.5 decks behind if we choose round method will give us TC=1, but if we choose truncate or flor will give us TC=0 also if RC is -2 with 4 decks left, round method will say TC=0, truncate TC=-1 etc etc

I want to run sim and calculate EV of strategy that is kinda more reasonable/logical for me
-if RC is negative i want to always play min bet if RC is positive but TC=0 (for ex RC=3 with 5.5 decks left to play i want to play bet that i have for TC=0)
- if RC/TC is bigger then ~x.6 i want to play higher bet (because i will use 0.5x kelly) for ex if there are 5,5 decks left and RC=9 or 10 (9/5.5=1.6) i want to play bet that i have for TC=2, in same example if RC=3 with 5.5 decks left (3/5.5=0.5) i want top play bet for TC=0


So my question is how to set up that kind of sim???

this is default custom true count table https://gyazo.com/b9a0d8024507f8425c68cd7d0b8136bd

I think i need something like this (also not sure if this is correct approach to set up sim) to get the sim i want but dont know what values should i fill into columns (for divisor) and how many rows should i have?? https://gyazo.com/62c65bb94b9f94ecb1d33a2fce8642dc

In other words what I want to do is to divide RC with ~exact card deck left (not really exact card, quarter deck will be great too imo) to get TC and then if TC>= X.7 to round up and if TC<X.7 to round down Ex. RC=6, 3.5 deck left 6/3.5=1.7 i want to play bet for TC=2 in same spot RC=5, 3.5 deck left 5/3.5=1.4 i want to play bet for TC=1

Can some one help me please