-
So the market opens at 8:30 CST- but it's 8:42 and the marketprice is still 0.
Is this something wrong with my code or just the robinhood API doesn't return data until a certain time?
-
We now have the complete basic settings to start real trades. Optimization, AI etc. is the next job but there is a moment you have to step into the big world of trading :)
In the config we need a …
-
public void onTextMessage(WebSocket websocket, String message) throws JSONException {
if(!message.isEmpty()) {
System.out.println("RECEIVED:");
…
-
子组件里面有个pay方法没有暴露出来,页面调用到 confirmOrderObj.PreDeposit) ? false : true}
orderNo={dealcode}
totalPrice={confirmOrderObj.ActualPrice}
ref={(node) => (this…
-
Am testing Bisq locally on regtest, and ran across this odd error.
Perhaps somebody can provide some insight?
Maker is buying Bitcoin.
Maker debug log:
```
...
INFO [2019-01-20 19:11:11,056]…
-
Please contact me for support & consulting about,
* System build and setup
* trading system tps enhancement and optimization
* support of millions of concurrent market data connections
* full trad…
-
我向服务器提交的json数据为:
[
{
"id":"65047",
"type":"001001",
"level":"003001",
"content":"gggg",
"answer":"B",
"analysis":"。",
"score":null,…
-
Hello! I need to debugging a matchengine.exe service on my host. I was build and run it in debug mode from clion ide. How can i configure a network, ports for interaction with another services that st…
-
To serve market data over our company network we start EMA Interactive OmmProvider with OperationalModel set to UserDispatchEnum. When OmmProvider::dispatch() is called with its default timeOut = NoWa…
-
`get_market_kline_month` endless loop.
Because there's no data.
Maybe the same loop will happen with other functions.
I submitted `PR`, hope it helps.
it's here #191 .