-
Notifications
You must be signed in to change notification settings - Fork 1
How to use?
This extension is compatible with the dYdX testnet mainnet.
Testnet : https://trade.stage.dydx.exchange
Mainnet : https://trade.dydx.exchange
The extension is activated when you move to the trade page.
The connection is made by executing two signatures.
The connection is disconnected by clicking the Exit button next to the address.
![market](https://user-images.githubusercontent.com/57611745/168852241-5d0dcbd1-bbf1-4a9e-aad9-f675364e6feb.png)
The currency to be traded is displayed.
You can change the currency from the pull-down menu.
![bestprice](https://user-images.githubusercontent.com/57611745/168852937-7d5aab17-a40d-4e25-b548-5a9045cd9814.png)
The current price of the selected currency is displayed.
BestAsk, BestBid from the top.
![positions](https://user-images.githubusercontent.com/57611745/168845552-0a744c7d-30c4-46c4-a4d0-c707ce0e84a5.png)
You can check your positions in TradeInfo.
If All Markets is checked, orders for all markets are displayed.
Otherwise, the currently selected market position are displayed.
![orders](https://user-images.githubusercontent.com/57611745/168847014-de5cd996-07e0-4e0f-ab56-c33d07293ccd.png)
Below the positions, the order status is displayed.
If All Markets is checked, orders for all markets are displayed.
Otherwise, the currently selected market orders are displayed.
![orders](https://user-images.githubusercontent.com/57611745/168848013-74d75ebd-3d99-448b-9791-a98d3de2f0a0.png)
Clicking on the pen symbol on an order puts you in the Edit Order mode, where you can edit the price.
Check mark to confirm, cross mark to cancel.
![cancel_orders](https://user-images.githubusercontent.com/57611745/168850045-119dc0bd-05f9-4a56-8a52-797fda324f8d.png)
Click on the cross mark of each order to cancel that order.
When All Markets is not checked, clicking Cancel All will cancel only the order for the currently selected currency.
In other words, it cancels the currently displayed order.
When All Markets is checked, clicking Cancel All will cancel orders in all currencies.
In other words, it cancels the currently displayed order.
![market_order](https://user-images.githubusercontent.com/57611745/168798848-952e095d-fe5c-4ad1-8777-3c9fa33b4428.png)
Amount is the amount to be ordered.
Click on a number to add that quantity.
It is also possible to enter the USD conversion.
Clicking the Close button reflects the current position amount.
![limit_order](https://user-images.githubusercontent.com/57611745/168800164-84fcb97f-7df8-497b-9041-9e5cd7f97175.png)
Amount is the amount to be ordered.
Click on a number to add that quantity.
It is also possible to enter the USD conversion.
Clicking the Close button reflects the current position amount.
This mode calculates the limit price from the bestPrice and places an order.
BuyPrice = BestBid - SelectSpread
SellPrice = BestAsk + SelectSpread
If you do not choose automode, you can set your own price.
This is a limit order only. If the order is to be a market order, it will be cancelled.
![expiration](https://user-images.githubusercontent.com/57611745/168843543-889ea6d5-7d3a-462e-b9e8-0a36362f5c04.png)
You can set an expiration date for your order.
Units can be selected from second, minute, hour, day, and month.
Please select 60 seconds or more.
(Actually, add a few seconds to account for the time it takes for the order to reach the server.)