Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@ds80web
Copy link

@ds80web ds80web commented Oct 30, 2025

This commit enhances the Aster Exchange C# client with several features:

  • Implemented a PlaceSellOrder method for placing sell orders.
  • Implemented a PlaceStopLossOrder method for placing stop-loss orders.
  • the PlaceBuyOrder method to automatically place a 1% stop-loss order upon a successful buy.
  • (Program.cs) : prompt the user for their API key and secret, and to provide a simple interface for choosing between buy and sell orders.
  • The default symbol is "BTCUSDT".

This commit enhances the Aster Exchange C# client with several new features:

- Implemented a `PlaceSellOrder` method for placing sell orders.
- Implemented a `PlaceStopLossOrder` method for placing stop-loss orders.
- Updated the `PlaceBuyOrder` method to automatically place a 1% stop-loss order upon a successful buy.
- Refactored the console application (`Program.cs`) to prompt the user for their API key and secret, and to provide a simple interface for choosing between buy and sell orders.
- The default symbol is now "BTCUSDT".
Copy link
Author

@ds80web ds80web left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant