I'm building a little tool to help configuring a Martingale-style laddered trading strategy.
Assuming the following variables:
- P = Final Position Size
- S = Number of ladder steps
- I = Size Increment
- F = First position size
$$P=\sum_{i=0}^{S-1} F(1+I)^i$$
I'm having difficulties to isolate F (the first position size) if P and I are known.
This needs to be plugged into an Excel spreadsheet and I'm not too sure where to begin to type the formula.
Any help is really appreciated.
Thanks!