PINE LIBRARY
تم تحديثه Indicators

Library "Indicators"
this has a calculation for the most used indicators.
macd4C(fastMa, slowMa)
this calculates macd 4c
Parameters:
fastMa (simple int): is the period for the fast ma. the minimum value is 7
slowMa (simple int): is the period for the slow ma. the minimum value is 7
Returns: the macd 4c value for the current bar
rsi(rsiSourceInput, rsiLengthInput)
this calculates rsi
Parameters:
rsiSourceInput (float): is the source for the rsi
rsiLengthInput (simple int): is the period for the rsi
Returns: the rsi value for the current bar
ao(source, fastPeriod, slowPeriod)
this calculates ao
Parameters:
source (float): is the source for the ao
fastPeriod (int): is the period for the fast ma
slowPeriod (int): is the period for the slow ma
Returns: the ao value for the current bar
kernelAoOscillator(kernelFastLookback, kernelSlowLookback, kernelFastWeight, kernelSlowWeight, kernelFastRegressionStart, kernelSlowRegressionStart, kernelFastSmoothPeriod, kernelSlowSmoothPeriod, kernelFastSmooth, kernelSlowSmooth, source)
this calculates our own kernel ao oscillator which we made
Parameters:
kernelFastLookback (simple int)
kernelSlowLookback (simple int)
kernelFastWeight (simple float)
kernelSlowWeight (simple float)
kernelFastRegressionStart (simple int)
kernelSlowRegressionStart (simple int)
kernelFastSmoothPeriod (int)
kernelSlowSmoothPeriod (int)
kernelFastSmooth (bool)
kernelSlowSmooth (bool)
source (float): is the source for the ao
Returns: the kernel ao oscillator value for the current bar, the colors for both the fast and slow kernel, the fast & slow kernel
signalLineKernel(lag, h, r, x_0, smoothColors, _src, c_bullish, c_bearish)
Parameters:
lag (int)
h (float)
r (float)
x_0 (int)
smoothColors (bool)
_src (float)
c_bullish (color)
c_bearish (color)
zigzagCalc(Depth, Deviation, Backstep, repaint, Show_zz, line_thick, text_color)
Parameters:
Depth (int)
Deviation (int)
Backstep (int)
repaint (bool)
Show_zz (bool)
line_thick (int)
text_color (color)
this has a calculation for the most used indicators.
macd4C(fastMa, slowMa)
this calculates macd 4c
Parameters:
fastMa (simple int): is the period for the fast ma. the minimum value is 7
slowMa (simple int): is the period for the slow ma. the minimum value is 7
Returns: the macd 4c value for the current bar
rsi(rsiSourceInput, rsiLengthInput)
this calculates rsi
Parameters:
rsiSourceInput (float): is the source for the rsi
rsiLengthInput (simple int): is the period for the rsi
Returns: the rsi value for the current bar
ao(source, fastPeriod, slowPeriod)
this calculates ao
Parameters:
source (float): is the source for the ao
fastPeriod (int): is the period for the fast ma
slowPeriod (int): is the period for the slow ma
Returns: the ao value for the current bar
kernelAoOscillator(kernelFastLookback, kernelSlowLookback, kernelFastWeight, kernelSlowWeight, kernelFastRegressionStart, kernelSlowRegressionStart, kernelFastSmoothPeriod, kernelSlowSmoothPeriod, kernelFastSmooth, kernelSlowSmooth, source)
this calculates our own kernel ao oscillator which we made
Parameters:
kernelFastLookback (simple int)
kernelSlowLookback (simple int)
kernelFastWeight (simple float)
kernelSlowWeight (simple float)
kernelFastRegressionStart (simple int)
kernelSlowRegressionStart (simple int)
kernelFastSmoothPeriod (int)
kernelSlowSmoothPeriod (int)
kernelFastSmooth (bool)
kernelSlowSmooth (bool)
source (float): is the source for the ao
Returns: the kernel ao oscillator value for the current bar, the colors for both the fast and slow kernel, the fast & slow kernel
signalLineKernel(lag, h, r, x_0, smoothColors, _src, c_bullish, c_bearish)
Parameters:
lag (int)
h (float)
r (float)
x_0 (int)
smoothColors (bool)
_src (float)
c_bullish (color)
c_bearish (color)
zigzagCalc(Depth, Deviation, Backstep, repaint, Show_zz, line_thick, text_color)
Parameters:
Depth (int)
Deviation (int)
Backstep (int)
repaint (bool)
Show_zz (bool)
line_thick (int)
text_color (color)
ملاحظات الأخبار
v2ملاحظات الأخبار
v3ملاحظات الأخبار
v4Removed:
kernelAoOscillator(kernelFastLookback, kernelSlowLookback, kernelFastWeight, kernelSlowWeight, kernelFastRegressionStart, kernelSlowRegressionStart, kernelFastSmoothPeriod, kernelSlowSmoothPeriod, kernelFastSmooth, kernelSlowSmooth, source)
this calculates our own kernel ao oscillator which we made
ملاحظات الأخبار
v5Added:
lc(useVolatilityFilter, regimeThreshold, useRegimeFilter, source, adxThreshold, useAdxFilter, f1_string, f1_paramA, f1_paramB, f2_string, f2_paramA, f2_paramB, f3_string, f3_paramA, f3_paramB, f4_string, f4_paramA, f4_paramB, f5_string, f5_paramA, f5_paramB, maxBarsBack, useEmaFilter, useSmaFilter, emaPeriod, smaPeriod, featureCount, neighborsCount, h1, r1, x, lag1, useKernelSmoothing, useKernelFilter, shift)
Parameters:
useVolatilityFilter (bool)
regimeThreshold (float)
useRegimeFilter (bool)
source (float)
adxThreshold (int)
useAdxFilter (bool)
f1_string (string)
f1_paramA (simple int)
f1_paramB (simple int)
f2_string (string)
f2_paramA (simple int)
f2_paramB (simple int)
f3_string (string)
f3_paramA (simple int)
f3_paramB (simple int)
f4_string (string)
f4_paramA (simple int)
f4_paramB (simple int)
f5_string (string)
f5_paramA (simple int)
f5_paramB (simple int)
maxBarsBack (int)
useEmaFilter (bool)
useSmaFilter (bool)
emaPeriod (simple int)
smaPeriod (simple int)
featureCount (int)
neighborsCount (int)
h1 (simple int)
r1 (simple float)
x (simple int)
lag1 (simple int)
useKernelSmoothing (bool)
useKernelFilter (bool)
shift (int)
ملاحظات الأخبار
v6ملاحظات الأخبار
v7Added:
drawSwings(osc, lineColor, lineWidth, isRsi, rsiOb, rsiOs)
draws swing high/low based on the oscillator given
Parameters:
osc (float)
lineColor (color)
lineWidth (int)
isRsi (bool)
rsiOb (float)
rsiOs (float)
Returns: (in this order) previous high, current high, previous low, current low
ملاحظات الأخبار
v8Updated:
drawSwings(osc, isRsi, rsiOb, rsiOs)
draws swing high/low based on the oscillator given
Parameters:
osc (float)
isRsi (bool)
rsiOb (float)
rsiOs (float)
Returns: (in this order) previous high, current high, previous low, current low
ملاحظات الأخبار
v9Updated:
drawSwings(osc, isRsi, rsiOb, rsiOs)
draws swing high/low based on the oscillator given
Parameters:
osc (float)
isRsi (bool)
rsiOb (float)
rsiOs (float)
Returns: (in this order) current high, current low
مكتبة باين
كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشورات تخضع لقواعد الموقع.
إخلاء المسؤولية
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.
مكتبة باين
كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشورات تخضع لقواعد الموقع.
إخلاء المسؤولية
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.