-
-
Das ist kein Bugreport, sondern ein Feature Request. Bezug zu #1334
**Unerwünschtes Verhalten**: DateTime für den Kurswert eines Wertpapiers wird mit dem Attribut `t` im Tag `price` kodiert.
Dabei…
vv01f updated
4 years ago
-
# Produce Log Files
> In addition to the client activities, DayTrading requires full auditing capabilities; hence, complete transaction logs must be able to be produced on demand that detail of all…
-
Expected Behavior
I expect the backtesting strategy MyCandlesStrat to execute buy and sell orders with the calculated stop-loss (SL), take-profit (TP), and limit values without encountering a ValueEr…
-
**I moved this post by @yageek to its own issue to invite discussion.** - codeplea
By working on the Ichimoku's family indicator, I'm facing some questions about the API.
I'm using wikipedia a…
-
https://docs.alpaca.markets/reference/getaccount-1
- `admin_configurations`
- `user_configurations`
- `options_approved_level`
- `options_trading_level`
- `options_buying_power`
- `pending_tra…
-
-
Develop a simple trading bot for an altcoin exchange (one that has a developer friendly WebSockets API). Using WebSockets the bot will continuously watch market trends and execute trades (high frequen…
-
I can't figure out how to attach multiple databases to run queries across two sqlite files. Something like this:
ATTACH 'db1.sqlite3' AS db1;
ATTACH 'db2.sqlite3' AS db2;
SELECT \* FROM db1.users NAT…
-
Hello! Great project! It's two days that i'm digging the codebase and the docs and I'm still not sure if i can do what i want.
i want to implement a portfolio theory like the Markowitz portfolio, i…