creating a panel

 

Hi all,

I am new to forum and I have a question.

When user runs my code, I want that a panel which contains some textboxes and buttons will show up. Is this possible? If so, where should I design the layout of the panel.

My only aim is that, I need to get some parameters from the user and somehow I need to read them.

Thank you.

 
Use Objects.
 

You need to do this with objectcreat. See this: https://docs.mql4.com/objects/objectcreate

I would suggest you to go through some code/indicators in codebase.

 
koliva:

Hi all,

I am new to forum and I have a question.

When user runs my code, I want that a panel which contains some textboxes and buttons will show up. Is this possible? If so, where should I design the layout of the panel.

My only aim is that, I need to get some parameters from the user and somehow I need to read them.

Thank you.

Hi koliva,

Unless your question is for MQL5/MT5, is it something like this https://www.mql5.com/en/code/9752

:D

 
onewithzachy:

Hi koliva,

Unless your question is for MQL5/MT5, is it something like this https://www.mql5.com/en/code/9752

:D


OMG this is ugly
 
koliva:
I want that a panel which contains some textboxes and buttons will show up. Is this possible?
Buttons & Textfields on mt4 chart possible now - MQL4 forum
 
flaab:

OMG this is ugly

Yeah :). I forget to add, if you want to use that, look at sleep time of while loop on init(), increase the sleep time value to 100 of something. That default value (Sleep(50)) gives high processor usage.

:D

 
onewithzachy:

Yeah :). I forget to add, if you want to use that, look at sleep time of while loop on init(), increase the sleep time value to 100 of something. That default value (Sleep(50)) gives high processor usage.

:D

Well, I am making a multipair mtf dashboard and high memory usage is very hard to bypass. I am doing my best :P