When I just deposit some BTC into my Bitdaytrade account, without opening any trading position -- what happens then actually?
- are these BTC just sitting in some wallet on your site?
- or are you selling them for USD right away and hold a constant USD balance somewhere?
On your frontpage, you display some interest rates for holding open long positions.
- What does "weekly" mean precisely?
- at what point in time do you charge them
- how do you treat positions open only for a fraction of a week
- are the displayed interest rates established dynamically? How precise is the actual calculation? Right now, you display "3%" for an open old long position worth $10000. But 300 / 7 = 42.857142857, and not "42.23" as displayed. Thus, what rate are you actually using?
- Are the actual interest payments displayed anywhere within my account? (e.g. in the history?). I couldn't find any indication.
For now the weekly values are hardcoded but this will eventually be replaced by a dynamic system that adjusts to demand.
There's currently a mistake in the displayed daily/hourly values due to usage of a calculation that is not applicable for this situation, it will be corrected.
There will likely be some form of summary of the interest payments.