profit_factor_data dataset

Table with Trade results samples

Table with Trade results samples

Format

A dataframe with several columns

  • X1: Unique identifiers of the Trading Robots
  • X2: Ticket Number of closed position
  • X3: Date and Time when order started
  • X4: Date and Time when order closed
  • X5: Monetary result of the trade
  • X6: Symbol of the Asset e.g. EURUSD
  • X7: Order Type 0 - buy, 1 - sell
profit_factor_data
  • Maintainer: Vladimir Zhbanko
  • License: MIT + file LICENSE
  • Last published: 2024-07-16

About the dataset

  • Number of rows: 216
  • Number of columns: 7
  • Class: tbl_df, tbl, data.frame

Column names and types

  • X1:integer
  • X2:integer
  • X3:POSIXctPOSIXt
  • X4:POSIXctPOSIXt
  • X5:numeric
  • X6:character
  • X7:integer