DheerajAgarwal / rgdax

Wrapper for Coinbase pro (erstwhile GDAX) Cryptocurrency exchange
Other
33 stars 16 forks source link

STOP Orders #2

Closed bradlindblad closed 6 years ago

bradlindblad commented 6 years ago

Great work with this package. When do you think you'll code in the ability to enter STOP orders? That would be awesome!

Thanks again

DheerajAgarwal commented 6 years ago

A stop market order can be placed today(which is technically a limit order), however a stop limit order cannot be added. Based on the feedback so far, it looks like using httr based auth might be more flexible than the RCurl to be able to pass additional params. Will try and figure this out but no ETA.

bradlindblad commented 6 years ago

Awesome!

On Sun, Jan 28, 2018 at 11:43 AM Dheeraj Agarwal notifications@github.com wrote:

A stop market order can be placed today(which is technically a limit order), however a stop limit order cannot be added. Based on the feedback so far, it looks like using httr based auth might be more flexible than the RCurl to be able to pass additional params. Will try and figure this out but no ETA.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/DheerajAgarwal/rgdax/issues/2#issuecomment-361080981, or mute the thread https://github.com/notifications/unsubscribe-auth/AgonUB3eF9HeogsGP0UGpspk1t95iZBHks5tPLHTgaJpZM4Rve3k .

DheerajAgarwal commented 6 years ago

@beavertrapper07 Stop orders have been added and the new package version is now available on CRAN. I have tested it in my capacity and it seems to be working fine, however it can always use additional eyes, so keep that in mind while working with it.