(*Question edited for clarification)
Does the lower bound of the unstandarized beta distribution always have to be bigger than 0?
(*Question edited for clarification)
Does the lower bound of the unstandarized beta distribution always have to be bigger than 0?
Non-standard beta distribution has probability density function
$$ f(x) = \frac{(x-a)^{\alpha-1}(b-x)^{\beta-1}} {\mathrm{B}(\alpha,\beta) (b-a)^{\alpha+\beta-1}} $$
where $\alpha,\beta$ are parameters of beta distribution and $a,b$ are lower and upper bounds such that $a<b$, there is no other restrictions (so they can be negative).
The trick is that if random variable $X$ is bounded in $(a,b)$, then it can be normalized to have $(0,1)$ bounds by applying simple normalization $Z = (X-a)/(b-a)$, so it's density function is $f(Z)/(b-a)$. Similar operation can be applied to any bounded distribution, e.g. this is how we calculate probabilities of uniformly distributed variable with bounds other then $(0,1)$.