goanda icon indicating copy to clipboard operation
goanda copied to clipboard

A Golang wrapper for OANDAs v20 API

Results 5 goanda issues
Sort by recently updated
recently updated
newest added

Hi there, This library uses log.Fatal() in some codes despite that causes exit the program when failed to connect for OANDA API. So, I want to suggest the error return...

Hello, I am getting the following error compiling the example: ``` # _/root ./main.go:20:29: not enough arguments in call to oanda.GetCandles have (string) want (string, string, string) ``` and doing...

I know there's a StopLossOnFill and that works very well, but is there a TakeProfit option which allows me to set StopLossOnFill and TakeProfit when performing a Limit Order (the...

Hi, after I changed the code to: ``` package main import ( "log" "os" "github.com/awoldes/goanda" "github.com/davecgh/go-spew/spew" "github.com/joho/godotenv" ) func main() { err := godotenv.Load() if err != nil { log.Fatal("Error...

**Overview:** This PR includes fixes to the tradeID properties in orders.go, also includes package updates and a few typo corrections along with an instrument.go update commit I found useful from...