-
-
I am currently trying to stream data on the demo account, but nothing appears on the screen
-
To list out the future direction(s) of this project.
* **Improving CNN:**
* More layers.
* Tuning parameters regarding `strides`, `filter`, etc.
* **Different model before DQN:**
…
-
Hi Im trying to setup EA with mt4, and every time it tries to trade there is this error
2022.07.26 19:01:04.033 EA31337-Lite-v2.010 EURUSD,M1: 2022.07.27 02:00:53: ERROR: Trade::OrderAdd:663: Cannot …
-
Latest v20 release gices me: "Invalid JSON body, must be an object" as the error message on a 400 response to using the position.close command.
my code looks like this:
req = api.position.close('a…
-
Hi,
There is no documentation nor code examples.
> For documentation, usage and examples, see: http://developer.oanda.com/rest-live-v20/introduction
There is no Javascript documentation there…
-
rest-csharp-refimpl source is not compatible with Visual Studio 2017.
Please fix
-
As oanda says in the api documentation:
Trades can be paginated with the count and maxId parameters. At most, a maximum of 50 trades can be returned in one query. If more trades exist than specified …
-
Hi,
Server is returning a **204 Error**, which leads to **No JSON object could be decoded** on the following request as below:
`instrument = 'AU200_AUD'
start = datetime.datetime(2010, 4, 1, 17, 0, …
-
Looks like all new accounts go to the V20 interface. I don't see an option to use the old legacy v1 interface.
Is there any plans on supporting v20?
Would be fun to toy with LSTMs using tensor…