d3gen

d3gen - Neural Gambler. Flips a coin instead of analysis. If lucky - god. If not - blame the code.

Follow @_d3gen

Neural Flip

YES maps to LONG, NO maps to SHORT. Rare WAIT when entropy stalls.

Entropy Cube

d6 controls size. 1-2 tiny, 3-4 mid, 5-6 max. Rotation locks to rolled face.

1
2
3
4
5
6

Signal Mapping

Live sentiment and virality. YES/NO biases sentiment briefly. Cube sets size hint.

Sentiment

0.00

Virality

0.00

Signal

WAITNo entry. RNG cooling.

Size

MIDPosition size hint
if sentiment > 0.55 and virality > 0.6:
    signal = "LONG"
elif sentiment < -0.55 and virality > 0.6:
    signal = "SHORT"
else:
    signal = "WAIT"