Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

PyNance

Compare
Choose a tag to compare
@0x78f1935 0x78f1935 released this 14 Mar 23:29
· 115 commits to development since this release

Version 1.2.1

  • Reworked buy-entrees;
  • Updated PyNance Lib to calculate average based on graph input
  • Removed old calculation to determine if the bots needs to place a buy order.
  • Added UI elements which allows the enduser to choose an average based on the graphs available within Binance.
    • [1m, 3m, 5m, 15m, 30m, 1H, 2H, 4H, 6H, 8H, 12H, 1D, 3D, 1W, 1M]
      m = minutes
      H = Hour
      D = Day
      W = Week
      M = Month
  • Added UI element which allows the user to choose the amount of candles to look back on,
  • Added next to total amount profit made more information, this includes;
    • Current price of the selected symbol (updates even when the bot is offline)
    • Shows the current average based on the end user configuration (updates even when the bot is offline)
      This allows the enduser to configure the bot before making it go online and do its work.
  • Removed "Buy big dip" button. This caused confusion among users. The new average system will take its place.
  • Fixed information output to be more clear on actions the bot is doing at the very moment.
  • Upped version to 1.2.0

** NOTE: A buy in entry is based on the current average. If the current price is below the selected graph average the bot will place a buy order. **

Math
We take the amount of candles selected and take the lowest average of each candle. The sum of each average price / amount of candles == buy in entry

When updating to this version you might want to start with a fresh database.