Simulate buying and selling Bitcoin Cash options
and predict BCH price movements using a neural network
This script simulates a basic options trading platform, allowing users to buy and sell Bitcoin Cash CALL and PUT options.
Please note that this script is for demonstration purposes only and should not be used for actual trading or investment decisions. No real money is involved.
Key Features:
* Buy and sell CALL and PUT options with an option price set at 1% of the BCH price (not refundable), expiring in 7 days at midnight UTC.
* BCH price data is updated every minute using the CoinGecko API to calculate option prices in USD.
* Predict Bitcoin Cash (BCH) price movements with a neural network model that leverages the power of the Synaptic library, real-time market data from CoinGecko API, and sentiment analysis from the Crypto Fear & Greed Index.
* Profit is calculated using a conditional statement that applies 2x leverage to the result of the strike price and current price. Final performance is calculated as profit minus option price. Loss is determined by the option price.
For example, buying a CALL option assumes the BCH price will increase. If the option price is $3.50, the initial loss is $3.50. If the BCH price increases, the loss decreases until the option becomes profitable, allowing you to receive a premium.
* Manually selling options starts from the last option bought.
* View a record of all trades, including buy and sell transactions, stored in the browser indexedDB.
* Options expire automatically on the specified expiration date (with a 10-second delay after page load). You can exercise (sell) options manually at any time before expiration.
CALL options: 0, PUT options: 0