Skip to content

Commit

Permalink
Merge pull request #53 from garethdmm/typofix
Browse files Browse the repository at this point in the history
Simple typo fix
  • Loading branch information
garethdmm authored Jul 10, 2019
2 parents bf8655f + 5b8a131 commit dbdcdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class GeminiCoinbaseArbitrage(Strategy):
self.harness.coinbase_btc_usd.market_order(cross.volume, 'ASK')
```

Copy this code into a python file named 'arbitrage.py' in the same directory as your .env file, and you can run it in test mode with `gryphon-exe strategy arbitrage`.
Copy this code into a python file named 'arbitrage.py' in the same directory as your .env file, and you can run it in test mode with `gryphon-exec strategy arbitrage`.

Notice how much functionality is in play here: `gryphon-exec` sets up the environment that strategies run in and orchestrates the tick-by-tick operation, the exchange integrations for Coinbase and Gemini abstract away all the implementation details of working with those APIs into simple semantic function calls, and the arbitrage library simplifies some complex calculations into just two function calls.

Expand Down

0 comments on commit dbdcdc9

Please sign in to comment.