Skip to content

incremental buying or selling of any crypto asset

License

Notifications You must be signed in to change notification settings

irootyou/ladder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ladder

Incremental buying or selling of any crypto asset

reason to be

Trading crypto is a game of dealing with harsh volatility and the uncertainties of timing the market. Most traders get it wrong. Throw in human emotions and all you get is anxiety rather than profits. Ladder trading is a strategy to minimize the risks and reap greater rewards. This software automates the strategy while removing human emotions.

what is latter trading?

Ladder trading is incremental buying or selling of any crypto asset rather than opting for a single price. These incremental buy or sell orders are called ladder steps. Ladder trading will limit your losses during the market fluctuations by spreading in and out of positions.

Should you want to exit the market and sell your asset, your average sell price will be closer to the ATH. Should you want to enter the market and buy an asset, you'll be buying dips and your average buy price will be closer to the bottom. Either way, you'll maximize your profits by pushing the average price in the desired direction.

In essence, you are executing a better dollar-cost-averaging (DCA) trading strategy where you are selling (or buying) an asset regularly, doing away with the attempt at the market timing. Because this software will slowly but surely increase your order size, your average price will be better.

benefits

  • minimize the risks
  • does away with the need for timing the market
  • tackling high volatility
  • less anxiety

exchanges

At the time of this writing, the software supports the following exchanges:

usage

./ladder [command] [flags]

commands

Use ./ladder [command] --help for more information about a command.

Please note none of the below commands will actually place any orders unless you include --dry-run=false with your command line.

sell

Usage: ./ladder sell [flags]

flag description default
--exchange name or code of the exchange
--asset name of the asset you will want to sell BTC
--quote name of the asset you will want to receive USDT
--start-at-price price where you will want to start selling at
--stop-at-price price where you will want to stop selling
--start-with-size size of your first sell order
--mult multiplier that defines the distance between your orders 1.02
--size the quantity you will want to sell (in base asset)

buy

Usage: ./ladder buy [flags]

flag description default
--exchange name or code of the exchange
--asset name of the asset you will want to buy BTC
--quote name of the asset you will want to spend USDT
--start-at-price price where you will want to start buying at
--stop-at-price price where you will want to stop buying
--start-with-size size of your first buy order
--mult multiplier that defines the distance between your orders 1.02
--size the quantity you will want to buy (in base asset)

About

incremental buying or selling of any crypto asset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%