# Roadmap 1.0

## 2023

<details>

<summary>Q1 2023</summary>

* [x] FIN Token sale completion

</details>

## 2022

<details>

<summary>Q4 2022</summary>

* [x] Master Trader Marketplace
* [x] Updated design. Flexible display settings. Ability to move blocks in the terminal
* [x] Last Price trigger in Stop Loss module
* [x] Switching between accounts
* [x] Option to disable 2FA with a 72hrs lockout on withdrawals
* [x] TradingView widget updated to the current version
* [x] Exchange section removed. All Exchange transactions are displayed within the closed positions section
* [x] List of Copy-trading logged-in users in a separate tab
* [x] Stop price display for stop-limit orders within position orders
* [x] Copy-trading module upgrades

</details>

<details>

<summary>Q3 2022</summary>

* [x] News blog and feature request
* [x] Calculation of Funding and Liquidation Fees for position PNL
* [x] Stop Loss from averaged order grid level
* [x] Changing leverage for open positions when executing new orders in Futures
* [x] Account verification
* [x] Copy Trading Marketplace added
* [x] Copytrading Improvements
* [x] Added log of signals received through the Web Hook system

</details>

<details>

<summary>Q2 2022</summary>

* [x] Fail-safe system
* [x] Copytrading improvements
* [x] Scaled grid Auto resetting

</details>

<details>

<summary>Q1 2022</summary>

* [x] Trading Statistics
* [x] Multiple terminal modules improvements
* [x] Security code login sent by email

</details>

## 2021

<details>

<summary>Q4 2021</summary>

* [x] Сopy trading
* [x] Spanish version
* [x] Trailing Stop Loss
* [x] Signals 2.0 upgrade
* [x] Multiple system improvements

</details>

<details>

<summary>Q3 2021</summary>

* [x] Insert order price from chart
* [x] Change password in account settings
* [x] Copy and paste settings from one webhook to another in Signals 2.0
* [x] Close active sessions in user settings
* [x] Email authorisation, if 2FA is not enabled
* [x] Displayed the correct liquidation price in a position, on a chart and in the form of an order
* [x] Improved the logic for closing a position
* [x] Telegram notifications
* [x] Added custom volumes
* [x] SLX module improvements
* [x] Information on opened positions and averaged orders (CA) for all positions.
* [x] Messenger notifications
* [x] **Finandy exchange**

</details>

<details>

<summary>Q2 2021</summary>

* [x] Virtual orders
* [x] Virtual stop orders for trend breakout entry strategies
* [x] Virtual Order Grids
* [x] Max. opened pairs and opened positions improvement in Signals 2.0
* [x] Preset interface and logic improved
* [x] Subscription payment by Binance pay
* [x] Binance API orders optimisation
* [x] TradingView chart update to the latest version
* [x] Pair name filter for opened positions
* [x] 2FA field auto-focus during authentication
* [x] Pressing the "Enter" key saves the settings in the order form module
* [x] Averaged orders (#DCA) cancellation within SLX module when placing StopLoss at BreakEven. Disabled by default
* [x] Handling the situation with error -2011 Improved
* [x] Hotkeys functionality
* [x] Bots detection on login and signup page (reCaptcha)
* [x] Settings page interface
* [x] Position reversing button on chart and position list
* [x] Order price editing within opened orders and opened positions tab.
* [x] Code auto-confirmation when authorising with 2FA

</details>

<details>

<summary>Q1 2021</summary>

* [x] Number of orders in tabs
* [x] Open positions' total profit
* [x] Hide empty closed positions
* [x] Auto-save settings upgraded
* [x] Improving Tradingview signal processing
* [x] Reduced excessive filtering of Futures entries
* [x] Fixed scrolling issue in Safari's new version
* [x] Fixed Fibonacci grid operation errors
* [x] Improved desynchronization system for Binance
* [x] Powerful signal management: Introducing Signal v2.0 with inheritance
* [x] Virtual Order
* [x] Virtual Order Grids
* [x] Order panel redesign
* [x] Presets
* [x] Improved SL trigger in signals; interface bug fixes implemented
* [x] Option to select the number of Take Profit levels for the initial permutation in the SLX module
* [x] Customer service staff expansion
* [x] Profit withdrawal from TP and SL orders
* [x] Upgraded design and logic for grid orders
* [x] Enhanced order form with percent selection based on balance and leverage in Futures
* [x] Positions sorting
* [x] Newly styled dropdown
* [x] Order Grid Limits increased to 20 orders

</details>

## 2020

<details>

<summary>Q4 2020</summary>

* [x] TradingView Webhooks
* [x] Position reversal via TradingView signals
* [x] Custom signals on own server
* [x] Isolated margin market enabled
* [x] System stability during DDoS attacks improved
* [x] Order execution sound signals
* [x] Scaled orders
* [x] Fibonacci grid orders

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.finandy.com/legal/roadmap-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
