Hi guys,
We all understand the count of trades (COT) showing in each strategy (if selected in settings) in EA Studio’s collection, right?
Like Petko, I’d also like to know/calculate the number of trades PER DAY.
I thought it was easy to calculate. It was not! Can anyone check what’s wrong with my calculations?
Example 1:
Results from EA Studio’s Reactor:
EURUSD, H4
6372 bars (4 years of historical data)
COT: 383 (average)
Calculating the no. of trades PER DAY from “Example 1”:
6372 bars of H4 = 1062 days exactly. That’s 6372 divided by 6 because each day has 6 H4 bars.
1062 days divided by 383 = 2 to 3 TRADES PER DAY – which is logic since a day has 6 H4 bars.
Example 2:
In this example I’m using the D1 timeframe:
Results from EA Studio’s Reactor:
EURUSD, D1
4065 BARS (13 years and 10 months of historical data)
COT: 284 (average)
Calculating the no. of trades PER DAY from “Example 2”:
4065 bars of D1 is 4065 days, right?
4065 days divided by 284 = about 14 trades PER DAY – THAT’S IMPOSSIBLE!
14 trades per day is 14 trades per bar (or candle). How is that possible???
Thanks.