Risk notice: This app provides market data, trading, blueprint backtesting, and automation features. It does not guarantee returns. Before live trading, validate any strategy with small size, paper trading, or backtesting. Do not enable withdrawal permission on API keys.
1. Launch the App
After opening NavaX Crypto, the top navigation shows several main areas:
- Trade: View market data, open charts, manage accounts, and review positions and orders.
- Market Quotes: Browse trading-pair quotes.
- Blueprint: Create, import, edit, backtest, and debug strategy blueprints.
- Extensions: Browse and install extension blueprints, tools, or components.
For your first session, start from the Trade page and confirm that the quote list loads correctly.
2. Add a Trading Account
If you only want to view market data, you do not need to add an account. If you want to place orders, view assets, or mount blueprints for trading, add an exchange API account.
Steps:
- Open Resource Management on the left side of the Trade page.
- Find the Account area and click add account.
- Select an exchange, such as Binance, OKX, Bybit, Bitget, or HTX.
- Enter an account remark, API Key, and API Secret.
- If the exchange requires a Passphrase, such as some OKX or Bitget accounts, enter it as well.
- Click Verify and wait for the app to confirm the API is usable.
- After verification succeeds, save the account.
Recommended API permissions:
- Enable read permission to sync assets, positions, and orders.
- Enable trading permission only if you need manual trading or live blueprint trading.
- Do not enable withdrawal permission.
- If the exchange supports an IP whitelist, bind it to your current public IP.
3. View Quotes and Open Charts
The quote list shows prices, percentage change, volume, and other market information. You can search by trading pair, switch between spot and futures, or change the exchange data source.
Common actions:
- Double-click a trading pair in the quote list to open its chart.
- Switch the chart timeframe from the top of the chart, such as 1m, 5m, 15m, or 1h.
- View candles, current price, mounted blueprint markers, and trade lines on the chart.
- If the chart has no data, check the network, data source, and whether the trading pair supports the current market type.
4. Manual Trading
After adding and logging in to a trading account, you can trade manually from the chart or trading panel.
Before placing an order, confirm:
- The current logged-in account is correct.
- The trading pair belongs to the market you intend to trade, such as spot or USDT futures.
- Futures leverage matches your risk tolerance.
- Order quantity, direction, take-profit price, and stop-loss price are correct.
After trading, review the bottom lists:
- Current Positions
- Current Orders
- Order History
- Position History
- Trade History
If account data is not refreshed in time, refresh manually or log in to the account again.
5. Use Blueprints
Blueprint is the visual strategy system in NavaX Crypto. You can think of it as a strategy flowchart: market nodes read data, indicator nodes calculate values, logic nodes make decisions, risk nodes limit exposure, and order nodes generate trading actions.
On the Blueprint page, the left panel contains My Blueprints, the center area is the blueprint canvas, and the right panel shows properties and parameters.
Common actions:
- Double-click a blueprint name on the left to open it.
- Click a node to view or edit its parameters.
- Connect market, indicator, logic, and order nodes with lines.
- Save changes to the local workspace after editing.
- To import a
.fsvbfile, use the import function in the blueprint list.
If you only use an existing blueprint, you usually do not need to edit the node structure. Check the parameters, backtest result, and mount settings instead.
6. Backtest a Blueprint
Backtesting is recommended before live trading. It helps you understand historical trade count, profit and loss, win rate, drawdown, and order behavior.
Basic workflow:
- Open the Blueprint page.
- Open a blueprint.
- In the backtest settings, choose the trading pair, timeframe, date range, initial capital, leverage, and related parameters.
- Start the backtest.
- Review logs, order records, chart markers, and statistics.
Backtest notes:
- Results depend on historical data quality.
- Market orders, limit orders, slippage, and fees all affect results.
- A short test window may not represent long-term behavior.
- A profitable backtest does not guarantee live profit.
- If compilation fails, first check whether node connections and parameters are complete.
7. Mount a Blueprint
Mounting a blueprint binds a strategy to a specific account and trading pair, allowing it to run with market data like an EA.
Use Paper mode first to confirm the blueprint behaves as expected before considering live trading.
Mounting workflow:
- Open the target trading-pair chart on the Trade page.
- Find the blueprint in Resource Management on the left.
- Double-click the blueprint, or drag it onto the chart.
- In the mount window, confirm the trading pair, leverage, runtime mode, and order direction.
- Check the exposed blueprint parameters on the parameters page.
- Set risk limits, such as max order value and max daily orders, on the risk page.
- Enable auto trading and save.
Runtime modes:
- Paper: Simulates strategy triggers and order results without sending real orders to the exchange.
- Live: Sends real orders through the current logged-in exchange account when the strategy triggers.
Before live mounting, verify the account, trading pair, leverage, position size, and risk limits.
8. Manage Mounted Blueprints
Mounted blueprints appear under the account node in Resource Management and as a mount indicator on the chart.
You can:
- Double-click a mounted instance to reopen its settings.
- Save updated parameters or risk settings.
- Reload the blueprint so the runtime instance uses the latest blueprint file.
- Disable auto trading to stop future live orders.
- Review mount logs to inspect recent triggers, risk rejections, or order failures.
If you change the blueprint structure, stop the mount first, save the blueprint, and then mount it again.
9. Extensions Market
The Extensions page lets you browse installable blueprints and tools. Extension details usually include version, description, author, backtest information, or recommended trading pairs.
After installation, extension blueprints appear in the blueprint list or Resource Management. Before using an extension blueprint, backtest it first, then run it in Paper mode, and only then consider Live mode.
Quotes Do Not Load
Check your network connection, exchange data source, and whether the trading pair supports the current market type. You can also switch data sources and retry.
Account Verification Fails
Check whether API Key, Secret, and Passphrase are correct. Confirm that exchange API permissions are enabled. If an IP whitelist is used, make sure your current public IP is included.
Orders Cannot Be Placed
Confirm that you are logged in to a trading account, the API has trading permission, the trading pair supports the current market type, futures leverage does not exceed the exchange limit, and the account has sufficient balance or margin.
Blueprint Cannot Be Backtested
Open and save the blueprint first, then confirm that no required node connections are missing. Also check the backtest trading pair, timeframe, date range, and network data availability.
Mounted Blueprint Does Not Trigger
A blueprint triggers only when its event timeframe and signal conditions are met. Confirm the chart timeframe, blueprint execution timeframe, trading pair, account, and runtime mode, then inspect mount logs to see whether risk controls rejected the signal.
11. Recommended First-Time Path
For first-time use, follow this order:
- View quotes and get familiar with trading pairs and charts.
- Add an account with read-only permission first, and confirm assets and orders sync correctly.
- Test manual opening and closing with very small size.
- Import or create a blueprint and run historical backtests.
- Mount the blueprint in Paper mode and observe triggers and order records.
- After the strategy is stable, consider small-size live trading.
- Regularly check mount logs, account risk, and exchange API status.
This separates “can I use the software,” “is the account connected,” “does the strategy make sense,” and “is live risk controlled,” reducing the uncertainty of going live too early.

