Hi, I'm trying to calculate the following: (Expectancy / standard deviation) * square root of the number of trades
It's for a trade log so each new line (after the first row heading) is a new trade.
I don't know much about excel so my work around was =(O4/P5)*SQRT(LARGE(A:A, 1))
Where O4 is expectancy, P5 is standard deviation, and each new row has a number in Column A to show how many trades deep I am. I thought I could basically get it to pick up the largest number in Column A, which would be the latest number of trades. But it's returning #NUM! so I'm obviously doing something wrong
It's for a trade log so each new line (after the first row heading) is a new trade.
I don't know much about excel so my work around was =(O4/P5)*SQRT(LARGE(A:A, 1))
Where O4 is expectancy, P5 is standard deviation, and each new row has a number in Column A to show how many trades deep I am. I thought I could basically get it to pick up the largest number in Column A, which would be the latest number of trades. But it's returning #NUM! so I'm obviously doing something wrong