Baselight

FX Daracoin Strategy Tester

FX-Dracoin: Exploring Backtest Insights for Automated Forex Trading

@kaggle.meisammalekmohammadi_fx_daracoin_strategy_tester

Fx Dracoins Strategy Tester Deal
@kaggle.meisammalekmohammadi_fx_daracoin_strategy_tester.fx_dracoins_strategy_tester_deal

  • 41.66 KB
  • 662 rows
  • 13 columns
time

Time

deal

Deal

symbol

Symbol

type

Type

direction

Direction

volume

Volume

price

Price

order

Order

commission

Commission

swap

Swap

profit

Profit

balance

Balance

comment

Comment

2023.01.26 09:35:002EURUSDbuyin4.721.09222250000bl_c3_4.72_1.09061_1.09667
2023.01.26 10:54:583EURUSDsellout4.721.090613-759.9249240.08sl 1.09061
2023.01.27 09:20:004EURUSDbuyin10.121.08739449240.08bl_c3_10.12_1.08665_1.08927
2023.01.27 10:19:585EURUSDsellout10.121.086655-748.8848491.2sl 1.08665
2023.01.27 13:35:006EURUSDsellin5.391.08812648491.2br_c3_5.39_1.08947_1.08437
2023.01.27 17:44:587EURUSDbuyout5.391.0843772021.2550512.45tp 1.08437
2023.01.30 10:10:008EURUSDbuyin3.111.08797850512.45bl_c3_3.11_1.08547_1.09493
2023.01.30 13:25:009EURUSDsellin6.651.08989950512.45br_c3_6.65_1.09102_1.08676
2023.01.30 15:14:5710EURUSDbuyout6.651.0910210-751.4549761sl 1.09102
2023.01.30 20:14:5811EURUSDsellout3.111.0854711-777.548983.5sl 1.08547

CREATE TABLE fx_dracoins_strategy_tester_deal (
  "time" VARCHAR,
  "deal" BIGINT,
  "symbol" VARCHAR,
  "type" VARCHAR,
  "direction" VARCHAR,
  "volume" DOUBLE,
  "price" DOUBLE,
  "order" BIGINT,
  "commission" BIGINT,
  "swap" BIGINT,
  "profit" DOUBLE,
  "balance" DOUBLE,
  "comment" VARCHAR
);

Share link

Anyone who has the link will be able to view this.