Difference between revisions of "Main interface Terminal pane"

From NakedMarkets
Jump to navigation Jump to search
Line 91: Line 91:
By right-clicking anywhere on the account history pane, the user can display a contextual menu to load the trade history into the [[Statistics Center]] or to export the trade history in CSV text file.
By right-clicking anywhere on the account history pane, the user can display a contextual menu to load the trade history into the [[Statistics Center]] or to export the trade history in CSV text file.
<br>The format of the CSV text file is the following :  
<br>The format of the CSV text file is the following :  
<br>#TicketNumber, OpenTime, Type, Lotsize, Symbol, OpenPrice, StopLoss, TakeProfit, CloseTime, ClosePrice, Swap, Profit, Pips, Comment
<br>''#TicketNumber, OpenTime, Type, Lotsize, Symbol, OpenPrice, StopLoss, TakeProfit, CloseTime, ClosePrice, Swap, Profit, Pips, Comment''
<br>
<br>

Revision as of 03:21, 25 March 2022

Summary


Open Positions tab

Description


TerminalPanelOpenPositions.png







List of information for open positions :

  • Ticket : the number of the current order.
  • Symbol : the market symbol related to the order.
  • Type : the order type, Buy or Sell.
  • Lots : the lots amount of the order.
  • Open Time : the time when the order has been opened.
  • Open Price : the price where the order has been opened.
  • Stop loss : the value of the stop loss.
  • Take Profit : the value of the take profit.
  • Market Price : the current market price value of the related symbol.
  • Commission : the amount of charged commission for the order.
  • Swap : the amount of charged swap for the order.
  • Points : the amount of points, in pips, of the order.
  • Profit : the profit of the order.
  • MAE : the current MAE of the order.
  • MFE : the current MFE of the order.
  • Growth : the current growth, in percentage, of the order.


Actions

By selecting an instant order in the list and right-clicking on it, the user can display a contextual menu to modify or delete the related instant order.

Pending Orders tab

Description


TerminalPanelPendingOrders.png







List of information for pending orders :

  • Ticket : the number of the current pending order.
  • Symbol : the market symbol related to the pending order.
  • Type : the order type, Buy stop, Sell stop, Buy limit or Sell limit.
  • Lots : the lots amount of the pending order.
  • Create Time : the time when the pending order has been created. The Open Time property will be set once the pending order is transformed into an instant order.
  • Execution Price : the price value where the pending order will be triggered.
  • Stop loss : the value of the stop loss.
  • Take Profit : the value of the take profit.


Actions

By selecting a pending order in the list and right-clicking on it, the user can display a contextual menu to modify or delete the related pending order.

Account History tab

Description


TerminalPanelAccountHistory.png







List of information for closed positions :

  • Ticket : the number of the current order.
  • Symbol : the market symbol related to the order.
  • Type : the order type, Buy or Sell.
  • Lots : the lots amount of the order.
  • Open Time : the time when the order has been opened.
  • Close Time : the time when the order has been closed.
  • Open Price : the price where the order has been opened.
  • Close Price : the price where the order has been closed.
  • Stop loss : the value of the stop loss.
  • Take Profit : the value of the take profit.
  • Market Price : the current market price value when the order has been closed.
  • Commission : the amount of charged commission for the closed order.
  • Swap : the amount of charged swap for the closed order.
  • Points : the amount of points, in pips, of the closed order.
  • Profit : the profit of the closed order.
  • Duration : the duration of the closed order.
  • Comment : the comment of the closed order.
  • MAE : the current MAE of the closed order.
  • MFE : the current MFE of the closed order.
  • Growth : the growth, in percentage, of the closed order.


Actions

By right-clicking anywhere on the account history pane, the user can display a contextual menu to load the trade history into the Statistics Center or to export the trade history in CSV text file.
The format of the CSV text file is the following :
#TicketNumber, OpenTime, Type, Lotsize, Symbol, OpenPrice, StopLoss, TakeProfit, CloseTime, ClosePrice, Swap, Profit, Pips, Comment