PipedreamHQ / pipedream

Connect APIs, remarkably fast. Free for developers.
https://pipedream.com
Other
8.77k stars 5.26k forks source link

[ACTION] Place Trade Oanda new action #7299

Open zaiden96 opened 1 year ago

zaiden96 commented 1 year ago

Name of app / service OANDA

Link to developer documentation https://developer.oanda.com/rest-live-v20/order-df/

Is lack of support preventing you from building workflows, or do you have a workaround? Not sure how this action should be implemented

Are there specific actions, or triggers, you'd like to see for this app? Please let us know here or use the Action and Trigger issue templates to open requests for each! Implementation of the place new trade feature with the option to place a limit order with a stop loss.

Any help would be greatly appreciated. API documentation for placing trades here: https://developer.oanda.com/rest-live-v20/order-df/

sergio-eliot-rodriguez commented 1 year ago

Hi @zaiden96

thanks for the request,

Oanda is integrated, as you may know already - https://pipedream.com/apps/oanda

I modified your issue to stand for an action request. it should be addressed soon by the components development team at Pipedream.

Cheers,

dylburger commented 1 year ago

Thanks for the request! Did you know that anyone can author and publish their own Pipedream actions? Would you be interested in helping out with that? We're happy to answer any questions or support you in any way.

If you don't have the time, would you be willing to reach out to the app provider to see if they're interested in building these? When we work with an app partner, it improves the quality of the integration, and it helps when this kind of request comes from a customer like you.

sergio-eliot-rodriguez commented 1 year ago

@zaiden96 one little favor, could you elaborate a bit on which API endpoints you'd use to Place a Trade?

i.e I see there is a base Order where Limit Order, and Stop loss can be specified, but on separate endpoint, there is a Trade that involve taking profit, trailing stop loss, etc.

so I'm tempted to say that your desired functionality might have chained certain API calls.

zaiden96 commented 1 year ago

@dylburger I emailed Oanda support, but haven't heard back yet. Will post here if they get back to me.

@sergio-eliot-rodriguez Thanks for the help! I may be misunderstanding the question, but I think this is the Order Endpoint here: https://developer.oanda.com/rest-live-v20/order-ep/.

image

They give some examples below of some calls using curl, though I'm not sure if this is what you need. Hope this helps:

image

sergio-eliot-rodriguez commented 1 year ago

that's exactly what i was sking for.

Thank you!

Component development team should geton this soon.