Skip to content

Commit

Permalink
quick fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
von-steinkirch committed Mar 14, 2024
1 parent e815c9f commit de6b1af
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cointegration-bots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

* `coitnbot` is a **CLI tool and a set of trading bots** that i’ve written to detect **profitable cryptocurrency pairs to be shorted or longed** on trading exchanges.
* these statistical algorithmic strategies are named **cointegration**, which has been around for a long time, for either traditional or decentralized finances.
* 📚 for more details, check **[my mirror post, bot #2: cointbot, a cointegration trader](https://mirror.xyz/steinkirch.eth/KQ0basHaclOCDDtOhz3NgKQhHdHqaqOtU89Sr4QO5L4)**.
* 📚 for more details, check **[my mirror post, bot #2: cointbot, a cointegration trader](https://mirror.xyz/Mia Stein.eth/KQ0basHaclOCDDtOhz3NgKQhHdHqaqOtU89Sr4QO5L4)**.
* 🚨 **disclaimer**: i open-source my projects because i am a believer in the oss ethos. you might or might not profit from it, but this is not my problem. in the mev world, nobody is going to (explicitly) handle you alphas. i am not responsible for anything you do with my free code.

<br>
Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'src.utils',
'src.strategies',
'src.bots']),
author="steinkirch",
author="Mia Stein",
install_requires=['python-dotenv'],
entry_points={
'console_scripts': ['cointbot=src.main:run']
Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/bots/bot1.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/bots/bot1.py
# author: steinkirch
# author: Mia Stein
# Class for trading bot1.
#
# Strategy:
Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/bots/bot2.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/bots/bot2.py
# author: steinkirch
# author: Mia Stein
# Class for trading bot2
#
# TODO: https://github.com/go-outside-labs/blockchain-science-py/issues/30
Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
# src/main.py
# author: steinkirch
# author: Mia Stein
# Entry point for cointbot.


Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/markets/binance.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/markets/binance.py
# author: steinkirch
# author: Mia Stein
# Binance API class.


Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/markets/bitmex.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/markets/bitmex.py
# author: steinkirch
# author: Mia Stein
# Bitmex API class.


Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/markets/bybit.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/markets/bybit.py
# author: steinkirch
# author: Mia Stein
# Bybit API class.

import time
Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/markets/curve.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/markets/curve.py
# author: steinkirch
# author: Mia Stein
# Curve API class.


Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/markets/uniswapV2.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/markets/uniswapV2.py
# author: steinkirch
# author: Mia Stein
# UniswapV2 API class.


Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/markets/uniswapV3.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/markets/uniswapV3.py
# author: steinkirch
# author: Mia Stein
# UniswapV3 API class.


Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/strategies/cointegration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/strategies/cointegration.py
# author: steinkirch
# author: Mia Stein
# Cointegration class.

import math
Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/utils/network.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/utils/network.py
# author: steinkirch
# author: Mia Stein
# Network utils methods.

import json
Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/utils/os.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/utils/os.py
# author: steinkirch
# author: Mia Stein
# Os utils methods.

import os
Expand Down
2 changes: 1 addition & 1 deletion cointegration-bots/src/utils/plots.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
# src/utils/plots.py
# author: steinkirch
# author: Mia Stein
# Methods to plot data.

import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion fixed-graph-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "fixed-computational-graph"
version = "0.1.0"
description="👾 Fixed Computational Graph Example 👾."
authors=["bt3gl"]
authors=["Mia Stein"]
readme = "README.md"
packages = [{include = "src"}]

Expand Down
2 changes: 1 addition & 1 deletion magick-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br>

* **cli for single server PIR and LWE experiments in python, based on [*"simple and fast single-server private information retrieval"*, by a. henzinger et al.](https://eprint.iacr.org/2022/949.pdf)**
* **to learn more, check my [mirror write-up about this project](https://mirror.xyz/steinkirch.eth/4G5bsqUkjLxhQ0M9so3f25o4cABwN--tC40N3jkReug).**
* **to learn more, check my [mirror write-up about this project](https://mirror.xyz/Mia Stein.eth/4G5bsqUkjLxhQ0M9so3f25o4cABwN--tC40N3jkReug).**

<br>

Expand Down
2 changes: 1 addition & 1 deletion magick-py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
'src.experiments', \
'src.primitives', \
'src.utils']),
author="bt3gl",
author="Mia Stein",
install_requires=['python-dotenv'],
entry_points={
'console_scripts': ['magick=src.main:run']
Expand Down
2 changes: 1 addition & 1 deletion magick-py/src/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- encoding: utf-8 -*-
# src/main.py
# by @bt3gl
# by Mia Stein

import argparse

Expand Down

0 comments on commit de6b1af

Please sign in to comment.