I have the following code:
\newpage
\addcontentsline{toc}{chapter}{Notations}
\chapter*{Notations}
Note: Some of these notations appear as a subscript in the thesis work.\bigskip
\textbf{Roman upper case letters}\\
\textit{BB}\hspace{1cm}Bollinger Band(s)
\bigskip
\textbf{Roman lower case letters}\\
\textit{n}\hspace{1cm}Number of days
Which yields the following output:

However I am trying to find an alternative to \hspace so that the output after the notation the description of notation should be vertically aligned such as:
Question: Is there any alternative approach to vertical align text after horizontal spacing?



\newlinecommand into your function\newcommand\notation[2]{\newline\makebox[1cm][l]{\textit{#1}}#2}– 3kstc Aug 18 '18 at 08:51\\*after the title, but I'd use\subsubsection*. – egreg Aug 18 '18 at 09:21\\*and\\? – 3kstc Aug 18 '18 at 10:59