Trading library and scripts

root

Trading

Scripts for trading. Only useful with the OANDA API right now.

If you want to try it out, you'll need a config.ini file set up like so:

[api]
access_token = <your access token>

[default]
account_id = <your default account>
stake = <your per-trade percentage of balance>
starting_balance = <starting balance>

Math

Some modified versions of J. Welles Wilder's work. Not presently tested other than by eyeballing, so don't rely on this for precision work.