Dynamic Custom Indy (Read Values from .ini file)

Avatar
  • updated
  • Declined

The idea is to load the values of the 5 custom indys from an .ini file.

That this .ini file can be opened with notepad and place the values of each indicator so that CP can later read it and load the values.

The idea is that CP has a combobox where all the indicators that appear in the 3 .ini sections appear

This way, my script would not have to be used to edit the .set file. ( All indicators in one Powershell Tool / CommunityPower EA )

CustomIndy3.ini
CustomIndy2.ini
CustomIndy1.ini

How would you rate the customer service you received?

Satisfaction mark by Ulises Cune 9 months ago

thanks

Add a comment about quality of support you received (optional):

Avatar
0
Andrey Khatimlianskyi
  • Declined

Yeah, you're right. It can't be done.

Avatar
0
Ulises Cune

MQL does not have an event() that triggers the combobox when selecting an option, so what I'm asking for could not be done. ðŸ˜¢

Andrey, close Suggestions 

Avatar
1

Ulises, I'm not asking about technicalities, I'm asking how you are going to use this feature.

Avatar
0
Ulises Cune

I don't know the possibilities that Metatrader/MQL gives. In the Tester, when loading the EA, is there an event() that can be fired to open a file, read the content and load it into the EA?

Avatar
0

I still don't understand how to use this.

What are the use cases?

Avatar
0
Ulises Cune

The idea is that the EA reads the .ini file with all the indicator configuration and has a combobox where you can choose the indicators and load the configuration.