遠離菠 菜,資料說話

2021-10-06 16:36:30 字數 2600 閱讀 8449

那麼,首先要獲取**的歷史資料,這個時候爬蟲就派上用場啦,爬取了近乙個星期的開獎資料(一分鐘一局),以下是部分資料:

第二步,根據預設的策略模擬下注,以下是原始碼:

class project:

def __init__(self):

self.money = 200

self.recyle = 1

self.datalist =

self.unlock = true

self.playlock = true

# 每分鐘錄入資料

def ipt(self, data):

self.new_one = data

def check(self):

if (len(self.datalist) >=5) and (self.unlock):

latest_five_num = set(self.datalist[-5:])

if len(latest_five_num) == 1:

num = list(latest_five_num)[0]

self.unlock = false

self.num = 1 if num == 2 else 2

self.startmoney = 1

self.mul = 1

self.money = self.money - self.startmoney

if self.money > 0:

print('啟用列表:{}'.format(self.datalist[-5:]))

self.play()

self.recyle = 2

else:

print('輸光啦1')

sys.exit(0)

# 投注

def play(self):

input_money = self.startmoney * self.mul

print('第{}次投{} : {}元'.format(self.recyle, self.num, input_money))

print('投注後當前剩餘金額:{}'.format(self.money))

self.current_earn_money = input_money * 2

def issame(self):

if self.unlock == false:

if self.new_one == self.num:

self.unlock =true

self.money = self.money + self.current_earn_money

print('中獎後當前剩餘金額:{}'.format(self.money))

self.recyle = 1

else:

if self.recyle <= 5:

self.mul = self.mul * 3

self.money = self.money - self.startmoney * self.mul

if self.money > 0:

self.play()

self.recyle += 1

else:

print('輸光啦2')

self.plot()

sys.exit(0)

else:

self.unlock =true

self.recyle = 1

# 視覺化

def plot(self):

plt.plot(list(range(len(self.output))), self.output)

# 主程式

def main(self):

self.output =

for i in data['isdouble']:

# 檢查是否啟用 並 投注

self.check()

# 每分鐘錄入乙個新元素

self.ipt(i)

# 檢查 新元素 和 最後乙個號碼是否一致

self.issame()

第三步,執行,以下是部分執行結果:

可以看到初始投入200,最後輸剩下52,並且已經不能倍投, 簡單視覺化之後:

那麼,是否這個策略就不行了,也不完全錯,但有個前提,就是本金足夠大,以下設定本金為2000000000000,結果如下:

那麼可以看到,最後還是有盈利1627的,但對於這本金來說,回報率比放銀行還低!

讓資料說話的人

8年前,清華 圈裡的創新大咖 樂隊主唱huhu帶著琴聲和夢想來到了一家有著近200年歷史的企業。在這裡,她遇到了一群和她一樣的資料 挖礦人 共同開啟了用新興技術解碼 01 背後秘密的創新之旅。6年前,來自環保圈的蔡璐平開始在施耐德電氣探索用數位化手段降低碳排放的可能,現在他在打造裝置全生命週期管理的...

怎樣讓資料說話呢

王漢生教授說,最理想的額外收入應該是新興市場。比如我們放假開車出去玩的時候,會遇到堵車。這時候能不能出乙個堵車險?每堵1分鐘,保險公司賠你1塊錢,補償一下你鬱悶的心情。傳統保險公司之所以不做,是因為沒辦法實時監控一輛車的狀態,不知道有沒有堵車,更不知道堵了多久。但現在有了車聯網資料,這種監控就有可能...

用資料說話,看Google 是怎樣被陷害

近日,央視爆出谷歌搜尋出現大量黃色詞條的資訊。乙個引起 強烈反響的例子是,在谷歌搜尋 兒子 竟然也能搜尋到黃色詞條。那麼,事情是怎麼發生的呢?在谷歌搜尋趨勢圖,google insights for search,以及一些第三方的統計資料中,可以看到 在央視 谷歌之前7天 1.有人故意在谷歌大量搜尋...