hootnot / oandapyV20-examples

Examples demonstrating the use of oandapyV20 (oanda-api-v20)
MIT License
147 stars 65 forks source link

Modifying Trade #12

Closed dara1400 closed 6 years ago

dara1400 commented 6 years ago

Is it possible to modify a trade and change it's StopLoss?

hootnot commented 6 years ago

http://developer.oanda.com/rest-live-v20/trade-ep/ example

use the oandapyV20 endpoints accordingly: http://oanda-api-v20.readthedocs.io/en/latest/endpoints/trades/tradeCRCDO.html

this is the 3rd time you ask a question that is simply in the docs. It is your task to study the docs en experiment with code