Update info.txt
This commit is contained in:
parent
958388dcd4
commit
9383b5da51
5
info.txt
5
info.txt
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue