|
|
1 anno fa | |
|---|---|---|
| .cargo | 1 anno fa | |
| src | 1 anno fa | |
| .gitignore | 1 anno fa | |
| Cargo.lock | 1 anno fa | |
| Cargo.toml | 1 anno fa | |
| LICENSE | 1 anno fa | |
| README.md | 1 anno fa |
The releases might not be up-to-date with newest features.or bugs :)
Requirements:
# Clone the repository
git clone https://github.com/akenshaw/iced-trade
cd iced-trade
# Build and run
cargo build --release
cargo run --release
![]()
Starting this project, my intention was to create a lightweight/minimal GUI just for trading, while trying to learn Rust on the way. This idea evolved to "trading on the chart", but while I was experimenting with it and seeing the possibilities, it turned out to be a tool to track market activity. Currently still trying to stabilize charting features, and hoping that fully utilized trading would be easier to implement later on
Also starting out, there were some heavy inspirations from Cryptowatch, as it was my "daily driver" for charting, which was discontinued. Funnily enough, I had no idea back then, but recently heard that Cryptowatch was also made with the same GUI library this app made of, Iced. It was quite a surprise for me, so thanks to Iced, for making all this possible!
![]()