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

*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.