2022年9月27日 星期二
2022年9月25日 星期日
買賣日報表主力持股成本 python程式碼 code 公開
天地投資情報 http://stock.tendy.net/order.php
3天賺2800萬,讓我們用python語言來分析買賣日報表,看一下凱基松山的主力如何在三天內買賣中鋼構的成本分析 python 教學 pandas , 執行環境 mac os,Jupiter notebook 短短幾行程式就能算出主力持股成本 import pandas,io file = open('2013.csv',encoding='big5',errors='ignore') data = file.read() data = data.replace(',,','\n') data = data[data.find('序號,'):] data = data[data[1:].find('序號,'):] df = pandas.read_csv(io.StringIO(data),sep=',') df['bmoney'] = df['價格']*df['買進股數'] df['smoney'] = df['價格']*df['賣出股數'] dfg = df.groupby('券商',as_index=False).sum() dfg['bavg'] = dfg['bmoney'] / dfg['買進股數'] dfg['savg'] = dfg['smoney'] / dfg['賣出股數'] dfg['bsover'] = dfg['買進股數']-dfg['賣出股數'] dfg['bsrate'] = dfg['bsover'] * 100 /df['買進股數'].sum() dfg['bsmoney'] = dfg['bmoney']-dfg['smoney'] df.loc[df['券商'].str.contains('9217')]youtube 影片說明
2022年9月21日 星期三
2022年9月20日 星期二
2022年9月3日 星期六
AIcam:VR元宇宙相機的隱私權政策
AIcam 使用相機及相簿,只供用戶本身操作使用,不會做任何的收集分享,也不會上傳網路
AIcam 有串接使用Google的admob手機廣告
AIcam uses cameras and photo albums, which are only for the user's own operation and use, and will not do any collection and sharing, nor upload to the Internet.
AIcam has tandem mobile ads using Google's admob
AIcam は、ユーザー自身の操作と使用のみを目的としたカメラとフォト アルバムを使用し、収集と共有、インターネットへのアップロードは行いません。
AIcam には、Google の admob を使用したタンデム モバイル広告があります。
訂閱:
意見 (Atom)






