Update info.txt

This commit is contained in:
stef 2020-12-12 07:41:13 +01:00 committed by GitHub
parent 958388dcd4
commit 9383b5da51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -16,11 +16,11 @@ Trade Object
* delay # immediate or candle close * delay # immediate or candle close
* volume # amount of coins to buy, OR * volume # amount of coins to buy, OR
* amount # amount of BTC to spend for this trade * amount # amount of BTC to spend for this trade
* entry # should be able to add funds at multiple levels * entry # should be able to add funds at multiple levels, even after initial buy order is filled
* max 4 multiple levels * max 4 multiple levels
* ability to add funds after initial object creation * ability to add funds after initial object creation
* ability to open immidiatelly so limit->market * ability to open immidiatelly so limit->market
* target1 # limit, entered after entree is bought * target1 # limit, entered buy order is filled
* order id * order id
* price * price
* percentage * percentage
@ -41,6 +41,7 @@ Trade Object
* percentage * percentage
* ability to create or change after initial object creation * ability to create or change after initial object creation
* close at market price (panic sell) * close at market price (panic sell)
* ability to half volume, as to free up funds for other trades
Order Object Order Object