Edit Your Comment
Changes in included MACD-Sample

forex_trader_147370
Участник с Sep 01, 2013
1 комментариев
Sep 08, 2013 at 05:11
Участник с Sep 01, 2013
1 комментариев
Hello,
can you please tell me why I can change the settings for the MACD-Sample EA but in the programm code the variables are constantly set to a fix setting?
For example: I change the tp from 50 to 100 but the Code still sets:
extern double TakeProfit = 50;
Does it matter, that I change the tp to 100 in the settings?
Thanx
Jörg from Germany
can you please tell me why I can change the settings for the MACD-Sample EA but in the programm code the variables are constantly set to a fix setting?
For example: I change the tp from 50 to 100 but the Code still sets:
extern double TakeProfit = 50;
Does it matter, that I change the tp to 100 in the settings?
Thanx
Jörg from Germany
Участник с Jul 17, 2012
274 комментариев
Sep 08, 2013 at 09:28
Участник с Jul 17, 2012
274 комментариев
extern double TakeProfit = 50; <-- defaults
extern double TakeProfit = 100; <-- will be new defaults
compile and attach. remove the old one that are attached if any.
extern double TakeProfit = 100; <-- will be new defaults
compile and attach. remove the old one that are attached if any.
Past experience usually helps present self

*Коммерческое использование и спам не допускаются и могут привести к аннулированию аккаунта.
Совет: Размещенные изображения или ссылки на Youtube автоматически вставляются в ваше сообщение!
Совет: введите знак @ для автоматического заполнения имени пользователя, участвующего в этом обсуждении.