API Support wrote:
blackkettle wrote:
@Configurable notations in JForex client platform is all right, nevertheles, users have to define all the variables for human-computer interaction at the beginning.
This is not the case:
- They "have to" only if the strategy logic forces them to do so.
- Parameters can be modified during the strategy run - in Tools -> Strategies then press Parameters button.
Maybe I was not conveying my opinion clearly enough.
How could I do in the following specific case?
I want to assign two variables for each order submitted successfully.
One variable is for the take profit price, and the other is for the stop loss price.
Both of them need to be the bridge for human-computer interaction.
The names of the two variable for each position might be in this form:
"position_id"_takeprofit,
"position_id"_stoploss.
After the order is closed, I need these two variables for the position to be deleted at once.
Could you please give me some suggestion?
Thank you!