0

enter image description here

Timeframe is 1H, runtime since ~ June 2020, ETHUSD. (This is my pre-first try to write a basic but functional strategy and run its test.)

Trying a calculation, I can't take out this runtime period from that >6000 on the X Axis. If it was hours than it should have been ~15000…

Vendrel
  • 865
  • 9
  • 19

1 Answers1

1

That is the number of trades.

You have 6069 closed trades and the x-axis ends around that number.

vitruvius
  • 15,740
  • 3
  • 16
  • 26
  • Every single answer you give helps so much. Would you please check on this question? I updated it to be more clear. https://stackoverflow.com/questions/72106589/how-to-specify-leverage-and-portion-of-account-balance-in-strategy – Vendrel May 04 '22 at 11:36
  • 1
    Leverage is not my thing unfortunately :) – vitruvius May 04 '22 at 12:14