Willy-JL 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
..
assets 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
.DS_Store 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
.gitattributes 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
.gitignore 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
.gitsubtree 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
CHANGELOG.md 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
README.md 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
app.c 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
app.png 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
application.fam 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
easy_flipper.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
flip_trader_callback.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
flip_trader_e.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
flip_trader_free.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
flip_trader_i.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
flip_trader_storage.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
flipper_http.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
jsmn.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce
uart_text_input.h 5393bca3a8 Add flip_trader from https://github.com/jblanked/FlipTrader 1 yıl önce

README.md

FlipTrader

FlipTrader is an app for the Flipper Zero that uses WiFi to fetch the prices of stocks and currency pairs directly on your device. It utilizes the FlipperHTTP flash for the WiFi Devboard, originally introduced in the WebCrawler app: https://github.com/jblanked/WebCrawler-FlipperZero/tree/main/assets/FlipperHTTP

Requirements

Supported Assets

  • Crypto pairs:
    • ETHUSD
    • BTCUSD
  • Stocks (more will be added soon):
    • AAPL
    • AMZN
    • GOOGL
    • MSFT
    • TSLA
    • NFLX
    • META
    • NVDA
    • AMD
  • Forex pairs:
    • EURUSD
    • GBPUSD
    • AUDUSD
    • NZDUSD
    • XAUUSD
    • USDJPY
    • USDCHF
    • USDCAD
    • EURJPY
    • EURGBP
    • EURCHF
    • EURCAD
    • EURAUD
    • EURNZD
    • AUDJPY
    • AUDCHF
    • AUDCAD
    • NZDJPY
    • NZDCHF
    • NZDCAD
    • GBPJPY
    • GBPCHF
    • GBPCAD
    • CHFJPY
    • CADJPY
    • CADCHF
    • GBPAUD
    • GBPNZD
    • AUDNZD

Navigation

  • Main Menu: The central hub to access all of FlipTrader’s features:
    • Assets: Displays a submenu of available assets.
    • About: Provides details about the app, including version information.
    • WiFi Settings: Allows you to view and configure saved WiFi settings.

Setup

FlipTrader automatically allocates necessary resources and initializes settings upon launch. If WiFi settings have been previously configured, they are loaded automatically for convenience.

How to Use

  1. Flash the WiFi Devboard: Follow the instructions to flash the WiFi Devboard with FlipperHTTP: https://github.com/jblanked/FlipperHTTP.
  2. Install the App: Download FlipTrader from the App Store.
  3. Launch FlipTrader: Open the app on your Flipper Zero.
  4. Explore the Features:
    • Browse the Assets section and select an asset to fetch its current price.
    • Visit About for app information and version history.
    • Use WiFi Settings to manage your network configurations.

Known Issues

  1. Asset Screen Delay: Occasionally, the Asset Price screen may get stuck on "Loading Data" or take up to 30 seconds to display information.
    • Solution: Restart your Flipper Zero if this occurs.