Feite Brekeveld
Feite Brekeveld
Hi, First of all: you are using it the wrong way. `InstrumentsCandlesFactory` is a generator that yields `InstrumentsCandles` request objects to cover the full range of data specified by `from/to`....
For completeness it should be there. To be honest: I don't think there is much value in monthly data.
Hi, Asuming you use the `contrib.request ` classes: I took a quick look and saw that for `TrailingStopLossOrderRequest` the `distance` parameter is available. But not for the classes you mention....
it is a few lines of code to calculate things in a way that it can be handled in an order request. But I will leave that to the programmer
Feel free to program it the way you like. The examples in https://github.com/hootnot/oandapyV20-examples show a clear example in `src/contrib_mo_tp_sl.py` using the `contrib` classes: ```# EUR_USD (today 1.0605) EUR_USD_STOP_LOSS = 1.05...
OANDA doesn't support the distance parameter in a TP, see #147 . But you can write your own class or subclass `TakeProfitDetails` class and make it handle the distance the...
Why ask me and not just try things? Please read the docs developer.oanda.com regarding orders. If you have it working for non-JPY pairs then x100 for JPY seems logical. "It...
It looks like you run a Ruby interpreter, what does that have to do with my Python library ? I think you are looking for: https://github.com/kobusjoubert/oanda_api_v20 but before you drop...
You are asking Ruby related questions regarding my Python oandapyV20 (oanda-api-v20) which is something totally different from https://github.com/kobusjoubert/oanda_api_v20 So, we will end this discussion now!
@carlitoselmago Hi, as you probably noticed it did not get integrated in the oanda-api-v20. I decided not to integrate it. It is a long time ago that I did something...