How I can make background for the comment area?
-
Hi dears,
anyone know how I can make background for the comment area like the below sample please?
-
No sample because it means I would have to do the work for you, but this is what happens when you draw a rectangle before the comment using the same position.
-
Hi dear,
It's not problem I faced, this request how to do, the above picture is the real picture, and the below picture I have draw in paint application,
I need to know if possible to do that in Fxdreema or not, of need code or what please -
Yes as I said draw a rectangle first, test and create a project, then add a shared link to look at if you have any problems.
-
@haitham Hola amigo, disculpa si no use el traductor para ti, estoy haciendo esto muy rapido.... Aqui esta lo que necesitas amigo, espero que te ayude.
Le agregue un par de cosas por si llegas a necesitarlas para darme lejor aspecto a tu EA, espero que te sirva de ayuda.... Si unimos fuerzas quizas entre varios logremos hacer buenos EAs, en este mundo del trading hay dinero para todos y sobra.
-
Thanks in advance dear,
https://fxdreema.com/shared/XTo68bgmb -
@DragonZueloTrends Hola amigo, esto es más que maravilloso y exactamente lo que necesitaba.
Muchas gracias querida, ahora lo tengo claro.
Perdón si hay errores de ortografía, usé un traductor. -
@haitham By doing that the months filter is constantly true, so It will draw every tick, use a condition that's only true on occasion (maybe once per daily bar), and do this if draw block is true->draw rectangle (use X & Y)->draw text (use same X % Y). Use orange blocks to draw all.
-
@jstap Thanks a lot dear jstap

-
What I said was misleading, do what I said but it can be without the one per bar block, if this is redrawn every tick it will still work.