Skip to content

Releases: MoTechnicalities/Robinhood-Crypto-API-1.0.0-Python-Addons

Robinhood Crypto API Python Addons v1.0.0

22 Jun 09:50
95b9ffb
Compare
Choose a tag to compare

This 'TRADING STRATEGY' bot code is designed to be inserted into the Robinhood Crypto Trading API (1.0.0) sample Python script.

The bot follows a simple trading strategy that relies on market fluctuation to generate gain. It maintains a 50% to 50% balance value ratio between your Robinhood Account's [Buying Power] and [ETH-USD Holdings Value].

  • As your [ETH-USD Holdings Value] increases the bot will spill over profit into your [Buying Power].
  • As your [ETH-USD Holdings Value] decreases the bot will use funds from your [Buying Power] to purchase ETH-USD at a lower price.
  • You can set the Buy and Sell Thresholds to prevent the bot from trading before a reasonable Market change in value occurs.
  • By adjusting the variables, you can also control how many times the code loops, and wait Time in seconds before the next loop.

Adjust any setting or change it completely to fit your trading style. Happy trading!