Home
last modified time | relevance | path

Searched refs:PREF_IND_MACD_LONG (Results 1 – 3 of 3) sorted by relevance

/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/
H A DResource.h254 PREF_IND_MACD_LONG, enumerator
597 aaStrings [PREF_IND_MACD_LONG] = "ind_macd_long"; // 4 times used in Init()
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/table/
H A DPrefPriceChartData.cpp293 …DBFactory::SetPrefIntValue (STRING(PREF_IND_MACD_LONG), aView, 2, 100, MHPrice::MVG_MACD_LONG, ato… in value()
433 …snprintf (aBuffer, 99, "%d", DBFactory::GetPrefIntValue (STRING(PREF_IND_MACD_LONG), aView, 2, 100… in value()
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/chart/
H A DPriceChart.cpp331 …int mvg2 = DBFactory::GetPrefIntValue (STRING(PREF_IND_MACD_LONG), aView, 2, 100, MHPrice… in createMACD()
367 …int mvg2 = DBFactory::GetPrefIntValue (STRING(PREF_IND_MACD_LONG), aView, 2, 100, MHPrice… in createMACDHistogramme()