-
All other brokers like zerodha & upstox has their order updates as websocket based.
Meaning you don't need to poll for getting an order update using [`get_order_history()`](https://github.com/krishna…
-
I've cloned [this jupyter notebook file](https://github.com/benjaminchodroff/oandamomentum/blob/master/oandamomentumv20.ipynb), but running the following snippet leads to an error:
```
import conf…
-
https://oanda-api-v20.readthedocs.io/en/latest/endpoints/forexlabs/calendar.html Ist it possible to implement this?
-
Hi,
after I changed the code to:
```
package main
import (
"log"
"os"
"github.com/awoldes/goanda"
"github.com/davecgh/go-spew/spew"
"github.com/joho/godotenv"
)
func main() {
…
-
My `OrderCreate` `data` object is:
```
data={
"order": {
"takeProfitOnFill": {
"price": round(takeProfit,5)
},
…
-
Hi,
Thank you for sharing.
Is it possible to use oanda data recovery separately?
-
### Please confirm these before moving forward
- [X] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [X] I have tested that this issue has not been fixe…
-
Feit,
Writing an issue as I am not sure where to scope a general question (and you answered me before in this format).
I am running into an issue and I wonder if you have any comment. I am actua…
-
A few months ago, I created a few new live accounts and was trying to trade using v20 API. I then realized that the new accounts were getting an error. This was true only for the new accounts. The old…
-
- [Y] I have checked that this issue has not already been reported.
- [Y] I have confirmed this bug exists on the latest version of pandas.
- [N] (optional) I have confirmed this bug exists on t…