FX Daracoin Strategy Tester
FX-Dracoin: Exploring Backtest Insights for Automated Forex Trading
@kaggle.meisammalekmohammadi_fx_daracoin_strategy_tester
FX-Dracoin: Exploring Backtest Insights for Automated Forex Trading
@kaggle.meisammalekmohammadi_fx_daracoin_strategy_tester
This dataset presents the backtesting results of FX-Dracoin, our first automated forex trading expert advisor. FX-Dracoin utilizes its algorithm to identify trading opportunities, execute orders, and automatically exit the market.
The data consists of two separate files generated by the MQL5 strategy tester:
Both dataset files, "Deals" and "Orders," share a common column named "order." Concatenating the most relevant columns from each file will provide a more comprehensive view of the FX-Dracoin backtesting results. This combined dataset will offer valuable insights into the effectiveness of the automated trading strategy.
The "Deals" file in the FX-Dracoin backtesting results captures details of executed trades, offering insights into the robot's trading activity. Here's a breakdown of key columns:
• Time: Timestamp corresponding to each trade execution.
• Deal Number: Unique identifier for each entry and exit position.
• Symbol: Identifies the currency pair traded (e.g., EURUSD in this case).
• Type: Identifies the type of entry, such as Buy or Sell.
• Direction: Indicates whether the robot entered (Buy/Sell) or exited (Close Buy/Close Sell) a position.
• Volume: Represents the position size in trading units (e.g., lots, shares). The robot maintains consistent entry and exit volumes.
• Price: Entry or exit price for each trade.
• Profit/Loss: Indicates the outcome of the trade (positive for profit, negative for loss).
• Profit: Only populated for exit positions, indicating the profit earned on the closed trade.
• Balance: Reflects account deposits, not directly related to individual trades.
• Comment: Provides strategy-related information for each trade, including entry type, volume, stop-loss, and take-profit levels set by the strategy.
Note: The dataset may contain instances where the robot placed orders that were subsequently canceled ("not filled"). These canceled orders, while recorded in the "Deals" file, do not impact account balance as the positions were never established. This can lead to consecutive entries with the same balance, reflecting the canceled orders in between.
The "Orders" file within the FX-Dracoin backtesting results complements the "Deals" file by providing details about placed orders, including:
• S/L (Stop Loss): Initial stop-loss price set for the order, aiming to limit potential losses if the market moves against the trade direction. This value is only populated for entry orders.
• T/P (Take Profit): Initial take-profit price set for the order, aiming to lock in profits when the market moves favorably. Similar to S/L, this value is only available for entry orders.
It's important to remember that these values represent intended stop-loss and take-profit levels, and the actual execution prices might differ depending on market conditions at the time the order is triggered
Anyone who has the link will be able to view this.