If you upload the indicator in "My Indicators", the ugly names should be read. But if you are doing it manually... it depends. If you have the source code, you can open it and see the names, they are somewhere on the top. Or if you don't have it, just write some names. It's not mandatory for the names to be exactly the same as those in the indicator. Any variable names will do the job. Aaaaand better rename "Period" as well, because it makes some conflict with another variable in fxDreema. For example:
string | separator1 | ==> S E T T I N G S <<=
int | ThePeriod | 3
double | TargetFactor | 2.0
int | MaximumHistoryBars | 3000
string | separator2 | ==> M I S C <<=
bool | UniversalDrawBuffers | true
bool | UniversalDrawObjects | true
and so on...