Skip to content

Commit

Permalink
Minor version bump after several price and volume related bugfixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
golden-lucky-monkey committed Jun 6, 2022
1 parent a90a2c7 commit d4f6efc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "orderbook-delta-bot"
version = "0.2.0"
version = "0.3.0"
authors = ["Dinesh Pinto"]
edition = "2021"
description = "A delta volume trading bot in Rust."
description = "A simple Rust trading bot to counter trading deviations in the futures orderbook."
keywords = ["trading-bot", "cryptocurrency"]
license = "Apache-2.0"
repository = "https://github.com/dineshpinto/orderbook-delta-bot"
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ async fn main() {
_order_size = (future_result.size_increment * settings.order_size).round()
/ future_result.size_increment;
}
log::info!("Order size and precision check...PASS");

// Set up bollinger bands
let mut bb = ta::indicators::BollingerBands::new(
Expand Down

0 comments on commit d4f6efc

Please sign in to comment.