1 مرفق
كيف أحدد Line Index لـــ Custom Indicator
السلام عليكم ورحمة الله وبركاته،
أعلم أننا نحتاج لاستخدام دالة Custom في حال اردنا جلب قيمة كل خط في مؤشر ما.
كود PHP:
double iCustom(
string symbol, // symbol
int timeframe, // timeframe
string name, // path/name of the custom indicator compiled program
... // custom indicator input parameters (if necessary)
int mode, // line index
int shift // shift
);
مشكلتي هي كيف أحدد Line Index
مثال، أريد استخدام مؤشر TDI المرفق
كيف أحدد Line Index للخط الأصفر (Market Base Line)؟
كيف أحدد Line Index للخط الأحمر (Trade Signal Line)؟
كيف أحدد Line Index للخط الأخضر (RSI Price Line)؟
وشكراً