Interface to Customize Trading Bot

 

Is it possible to create a simple pop-up GUI to appear when you apply a trading bot to your chart before it runs.

For example:

The GUI would allow the trader to:

- modify their risk/reward,

- modify % risked per trade 

- disable the bot if x% of their account increases/decreases by the start of the trading day/week/month

 
UCCtrader:

Is it possible to create a simple pop-up GUI to appear when you apply a trading bot to your chart before it runs.

For example:

The GUI would allow the trader to:

- modify their risk/reward,

- modify % risked per trade 

- disable the bot if x% of their account increases/decreases by the start of the trading day/week/month

When attaching an EA to the chart, it already pops-up a dialog box with all its parameter settings, so that kind of "logic" should be build into the EA Robot code for it to be able to be adjusted.

If you have the source code for all the EAs in question, then you can add such functionality to them so that those parameters are adjustable.

Reason: