版本 1.18
2024.09.26
Added automatic font size adjustment to prevent text from going beyond the borders of panel elements when the system text size is greater than 100%.
Added the "TotalBarTS" parameter - if true, then the total buy and sell volumes for each M1 bar are stored to Time & Sales data (as before, only for Binance, CommEX), false - the volume of each trade is stored to Time & Sales data.
When working in the testing crypto exchange environment (Test Environment = true), the suffix "t" is added to the custom symbol, e.g. BTCUSDT.bncft.
Changed work with inverse contracts in accordance with the Bybit API changes.
Added protection against invalid quotes, sent by the API sometimes.
Improved copying of trades from MT5 hedge account to crypto exchange.
版本 1.17
2024.07.19
The algorithm for closing positions has been improved.
Work with rate limits on all crypto exchanges has been optimized.
版本 1.16
2024.05.13
Added the ability to trade USDC-M and inverse (COIN-M) contracts on Binance, Bybit, KuCoin and OKX.
Added the ability to close positions in Hedge mode on futures of BingX, Bybit and OKX.
Added a Time column (opening time) in the Trades panel.
Added parameters:
"ShowTradesOnChart" - if true, then the levels of open orders and positions will be shown on the chart.
"ShowHistoryOnChart" - if true then the lines from opening to closing positions will be shown on the chart.
"DrawAllCharts" - true - orders, positions, liquidations will be shown on all open charts of the traded instrument (as before), false - only on the EA's chart.
"Hedge" - you must explicitly set the Hedge mode according to Bybit's settings.
"Trailing" - if true, then the Trailing Stop and Trailing Profit columns are available in the Trades panel.
"FontSize" - font size of panel controls.
版本 1.15
2024.03.23
Added BingX exchange.
Added the ability to close positions in Hedge mode on futures of Binance and CommEX.
版本 1.14
2024.02.03
Added CommEX and MEX exchange.
Added the ability to trade inverse (COIN-M) contracts on Binance (for example ETHUSD: Coin=ETH, Base=USD).
版本 1.13
2023.09.19
Improved trades import.
Improvements in accordance with changes to the API of crypto exchanges.
版本 1.12
2023.08.15
Implemented work through the Bybit v5 API, including Unified Trading Account (UTA)
版本 1.11
2022.12.24
Added the possibility to receive liquidation data (for Binance and Bybit for now). To do this, set the new "Liquidation" parameter to true. Liquidations will appear on the chart in the form of circles, the size of which depends on the volume of liquidated positions, and the color - on the direction of liquidation trades: red - sells, green - buys.
Improved work on WebSocket.
版本 1.10
2022.12.23
Added parameter "IsolatedMargin" - true - use isolated margin, false - cross-margin (for Binance Margin wallet only).
Added the possibility to receive Time & Sales data (except for Kraken for now). To do this, set the new "TimeSales" parameter to true. Now you can use multiple indicators of split buying and selling volumes, delta, etc.
版本 1.9
2022.12.01
Added parameters for copying deals from a file:
"VolumeFactor" - multiplier for the volume. It can be used to change the risk of trading, or in the case when the lots of instruments differ, for example, when copying trades from spot to futures and vice versa.
"PriceFactor" - multiplier for the price. It can be used when the prices of correlated instruments differ, for example, when copying trades from spot to futures and vice versa.
"DeleteAfter" - true - delete all trades from the exchange file immediately after import. For the case when deals are imported into only one instance of GRat_Crypto. For several GRat_Crypto set false.
版本 1.8
2022.11.28
Added Bybit exchange (compensation for FTX).
Added the possibility to receive and view the Depth of Market. To do this, in the new "BookDepth" parameter, set the number of entries in the order book (0 - disabled). To view, open the "Depth Of Market" window in MT5.
Added the possibility to import trades from a file located in the common folder of all client terminals \Terminal\Common\Files. To do this, set the new parameter "Common" to true.
版本 1.7
2022.11.12
Added real stop and stop-limit orders for KuCoin, OKX.
Added market data request via WebSocket API for FTX, KuCoin, OKX.
Added parameter "WebSocket" - if true (recommended), then market data is requested via WebSocket API, if possible for this exchange, otherwise - via REST API.
The "UpdateSeconds" parameter has been replaced with "UpdateMilliseconds". Now the quote request frequency can be set to less than 1000 ms, which is useful, for example, when WebSocket=true.
Added the "QuotesStart" parameter - the start date of the quotes history. If 1970.01.01 00:00:00 is set, then no more than the number of bars specified in the terminal setting "Max. bars in the window:" will be loaded.
Added parameter "ShowTradesOnChart" - if true, then the chart will show lines from opening to closing positions.
版本 1.6
2022.08.20
Added real stop and stop-limit orders for Binance (coming soon to all exchanges where possible).
Added market data request via WebSocket API to Binance (coming soon to all exchanges where possible).
The limit on the number of downloadable historical bars for FTX has been removed.
Added parameter "MaxHistory" - the maximum number of trades in the history.
版本 1.5
2022.06.20
Deleted debug info.
版本 1.4
2022.06.20
Added a "Exchange on Start" parameter — when starting GRat_Crypto, if there are open orders or positions on the cryptocurrency exchange, you will be prompted to copy them to the EA.
版本 1.3
2022.06.15
Added the ability to set leverage for KuCoin futures.
版本 1.2
2022.06.14
Improved opening of KuCoin orders.
版本 1.1
2022.06.06
Minor improvements
Great indicator. Charts from FTX and KuCoin work great and are stable. Can be easily combined with existing MQL5 indicators. If you have your custom MQL5 indicator and do not want to open native terminals - it is worth to buy this tool. Orders placing also works good especially Market orders. However orders placing functionality needs improvement.