I'm in the process of trying to figure out how to adapt bitex to handle trading pure equities. To start I added (to config/bootstrap/demo.ini):
under [currencies]:
BNL=[ "BNL" , "B" , "Buy'N'Large" , true, 1, "{:,.0f}", "B #,##0.00000000;(B #,##0.00000000)" , {:,.0f}", "B #,##0.00000000;(B #,##0.0000000)" ]
and under [instruments]:
BNLUSD=["BNLUSD", "USD", "Buy 'N Large instrument"]
...with my thinking being that it might be okay to just set up a fake currency that can't be traded and is, essentially, 'shares of BNL' that happen to be purchased using BNLUSD. Sadly, doing this causes the frontend to... misbehave. Trying to change the Market dropdown in the sidebar from BTC / USD to 'Buy 'N Large instrument' causes a logout. As does just trying to go to the ledger.
Hints? help? What did I overlook?
I'm in the process of trying to figure out how to adapt bitex to handle trading pure equities. To start I added (to
config/bootstrap/demo.ini):under
[currencies]:and under
[instruments]:...with my thinking being that it might be okay to just set up a fake currency that can't be traded and is, essentially, 'shares of BNL' that happen to be purchased using BNLUSD. Sadly, doing this causes the frontend to... misbehave. Trying to change the Market dropdown in the sidebar from BTC / USD to 'Buy 'N Large instrument' causes a logout. As does just trying to go to the ledger.
Hints? help? What did I overlook?