科技美学

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2022年12月6日

摘要: Node.js @ethereumjs/tx: infura調用需gasfee的ERC721合約功能 1.0 Install web3 web3==5.31.1 2.0 call sign_transaction() infura_url = "infura接口" paytoken_address 阅读全文
posted @ 2022-12-06 17:41 chankuang 阅读(26) 评论(0) 推荐(0) 编辑

摘要: 1.0 OpenZeppelin ERC1155Burnable OpenZeppelin有Extensions ERC1155Burnable。如果另一個智能合約需調用ERC1155Burnable時,必需要有IERC1155Burnable接口。但OpenZeppelin沒有Burnable接口 阅读全文
posted @ 2022-12-06 17:28 chankuang 阅读(30) 评论(0) 推荐(0) 编辑

2022年11月29日

摘要: 1. Error Message multiprocessing.pool.MaybeEncodingError: Error sending result: '[<backtrader.cerebro.OptReturn object at 0x000002DF30503CF8>]'. Reaso 阅读全文
posted @ 2022-11-29 14:35 chankuang 阅读(270) 评论(0) 推荐(0) 编辑

2022年11月9日

摘要: If missing intraday data (EG: the day is the new year holiday in Chinese, but it is the trading day in the US), as a result, it will have a shifting d 阅读全文
posted @ 2022-11-09 16:10 chankuang 阅读(31) 评论(0) 推荐(0) 编辑

2022年8月4日

摘要: backtrader和pyfolio都移除了储存图片的参数,所以要另外修改源码。 1. backtrader img = cerebro.plot(style='line', plotdist=0.1, grid=True) img[0][0].savefig(f'data/cerebro_{sec 阅读全文
posted @ 2022-08-04 14:35 chankuang 阅读(796) 评论(0) 推荐(0) 编辑

2022年8月3日

摘要: 官网: https://wppb.me/Github: https://github.com/DevinVinson/WordPress-Plugin-Boilerplate Folder Subfolder / File Description 1. root algo-trade.php 加载插 阅读全文
posted @ 2022-08-03 13:17 chankuang 阅读(53) 评论(0) 推荐(0) 编辑

摘要: taxonomy不置顶。 1. change source code $checked_ontop = (array_key_exists('checked_ontop', $parsed_args)) ? esc_attr( $parsed_args['checked_ontop'] ) : tr 阅读全文
posted @ 2022-08-03 11:35 chankuang 阅读(28) 评论(0) 推荐(0) 编辑

摘要: 1. Change source code <div class="wp-list-table-container" style="overflow-x:auto;"> <table class="wp-list-table <?php echo implode( ' ', $this->get_t 阅读全文
posted @ 2022-08-03 11:08 chankuang 阅读(61) 评论(0) 推荐(0) 编辑

2022年8月1日

摘要: 1. 股票池有港股和美股的数据 '环球': {'2823.HK': 100, '2800.HK': 500, '1299.HK': 200, 'qqq': 10, 'spy': 10, 'tlt': 10} 不同交易所的timeframe 2. 同步不同市場數據 for ucode, size in 阅读全文
posted @ 2022-08-01 13:05 chankuang 阅读(42) 评论(0) 推荐(0) 编辑

2022年7月22日

摘要: 1. 代碼問題 idx = cerebro.optstrategy(SwingStrategy, bar_executed_exist=days_step, drop_down_exist=-3, target_price_exist=8, rebound_exist=3, swing_period 阅读全文
posted @ 2022-07-22 15:29 chankuang 阅读(512) 评论(0) 推荐(0) 编辑