Sin duda el problema es la configuración de tu computadora. A mi me pasó exactamente lo mismo. Tuve que cambiar la resolución de pantalla de Windows, pero fué en una versión anterior a Windows 11, con lo que no sé dónde solucionarlo en esta versión. Si no encuentras el modo, simpre puedes ir a fxDreema y cambiar el tamaño de letra en el propio bot.
EarnForex has website and github. It is systematic and have a lot of standard indicators with source code included.
Forex Station. Individuals will share their indicators and source codes not included. But you might be confused to know which are mostly useful. Its indicators are keep updating and running through the forum to see what happens is time consuming.
fxcodebase.com : tons of indicators. You can even request one you want
FXSSI: It is commercial but has a lot of free indicators of high quality. You might find some quite useful.
The best of all, however, is to write your own with AI
Close (pink) will only work correctly under a for each, the for each selects in a loop the trade/trades to close. Close positions will close all selected (this will us a loop, but is internal)
The variable type is set in FX, sting = text, double = 0.0, int = 0, bool = true/false, date time is similar to int, you can search google for these definitions. The bool constant is checked in the condition, then it sets true of false to the string variable, " " tells the block you are setting text instead of a numeric number. true = 1 false = 0