PINE LIBRARY
تم تحديثه rangeBreakout

Library "rangeBreakout"
markRange(trackTimePeriod, drawTimePeriod, highLineColor, lowLineColor, middleLineColor, maxLookbackDays)
Parameters:
trackTimePeriod (simple string): - Time range for which the high and low values are tracked. This is the range; any breakout above/below this period can indicate a potential long/short entry condition.
drawTimePeriod (simple string): - Time range for which the range is valid, this is typically from the end of the `trackTimePeriod` to the end of the day (or session) for security.
highLineColor (color)
lowLineColor (color)
middleLineColor (color)
maxLookbackDays (simple int): - Number of historic days to retain the range value.
Returns: [rangeHi, rangeLo, inTrackRange] - Values to print the range values, and a boolean indicator that indicates if the current time is within the tracking time period.
The library can then be forward integrated into other indicators, strategies, and other libraries of TradingView, thus one function can be used globally.
markRange(trackTimePeriod, drawTimePeriod, highLineColor, lowLineColor, middleLineColor, maxLookbackDays)
Parameters:
trackTimePeriod (simple string): - Time range for which the high and low values are tracked. This is the range; any breakout above/below this period can indicate a potential long/short entry condition.
drawTimePeriod (simple string): - Time range for which the range is valid, this is typically from the end of the `trackTimePeriod` to the end of the day (or session) for security.
highLineColor (color)
lowLineColor (color)
middleLineColor (color)
maxLookbackDays (simple int): - Number of historic days to retain the range value.
Returns: [rangeHi, rangeLo, inTrackRange] - Values to print the range values, and a boolean indicator that indicates if the current time is within the tracking time period.
The library can then be forward integrated into other indicators, strategies, and other libraries of TradingView, thus one function can be used globally.
ملاحظات الأخبار
v2Added:
volumeConfirmation(trackTimePeriod, drawTimePeriod, maxLookbackDays, volumeLength, volumeMultiplier)
Parameters:
trackTimePeriod (simple string): - Time range for which the high and low
values are tracked. This is the range, any breakout above/below
this period can indicate a potential long/short entry condition.
drawTimePeriod (simple string): - Time range for which the range is valid,
this is typically from the end of the `trackTimePeriod` to the
end of the day (or session) for the security.
maxLookbackDays (simple int): - Number of historic days to retain the
range value.
volumeLength (simple int)
volumeMultiplier (simple float)
Returns: [rangeHi, rangeLo, inTrackRange] - Values to print the
range values, and boolean indicator that indicates if the current
time is within the tracking time period.
------------------------------------------------------------------
ملاحظات الأخبار
v3Fixed duplication of signal; if already short/long position is taken then avoid signal on the same trading day.
ملاحظات الأخبار
v4ملاحظات الأخبار
v5Updated:
markRange(trackTimePeriod, drawTimePeriod, highLineColor, lowLineColor, middleLineColor, maxLookbackDays, volumeLength, volumeMultiplier)
Parameters:
trackTimePeriod (simple string): - Time range for which the high and low
values are tracked. This is the range, any breakout above/below
this period can indicate a potential long/short entry condition.
drawTimePeriod (simple string): - Time range for which the range is valid,
this is typically from the end of the `trackTimePeriod` to the
end of the day (or session) for the security.
highLineColor (color)
lowLineColor (color)
middleLineColor (color)
maxLookbackDays (simple int): - Number of historic days to retain the
range value.
volumeLength (simple int)
volumeMultiplier (simple float)
Returns: [rangeHi, rangeLo, inTrackRange] - Values to print the
range values, and boolean indicator that indicates if the current
time is within the tracking time period.
------------------------------------------------------------------
Removed:
volumeConfirmation(trackTimePeriod, drawTimePeriod, maxLookbackDays, volumeLength, volumeMultiplier)
ملاحظات الأخبار
v6Added:
volumeConfirmation(trackTimePeriod, drawTimePeriod, maxLookbackDays, volumeLength, volumeMultiplier)
Parameters:
trackTimePeriod (simple string): - Time range for which the high and low
values are tracked. This is the range, any breakout above/below
this period can indicate a potential long/short entry condition.
drawTimePeriod (simple string): - Time range for which the range is valid,
this is typically from the end of the `trackTimePeriod` to the
end of the day (or session) for the security.
maxLookbackDays (simple int): - Number of historic days to retain the
range value.
volumeLength (simple int)
volumeMultiplier (simple float)
Returns: [rangeHi, rangeLo, inTrackRange] - Values to print the
range values, and boolean indicator that indicates if the current
time is within the tracking time period.
------------------------------------------------------------------
Updated:
markRange(trackTimePeriod, drawTimePeriod, highLineColor, lowLineColor, middleLineColor, maxLookbackDays)
Parameters:
trackTimePeriod (simple string): - Time range for which the high and low
values are tracked. This is the range, any breakout above/below
this period can indicate a potential long/short entry condition.
drawTimePeriod (simple string): - Time range for which the range is valid,
this is typically from the end of the `trackTimePeriod` to the
end of the day (or session) for the security.
highLineColor (color)
lowLineColor (color)
middleLineColor (color)
maxLookbackDays (simple int): - Number of historic days to retain the
range value.
Returns: [rangeHi, rangeLo, inTrackRange] - Values to print the
range values, and boolean indicator that indicates if the current
time is within the tracking time period.
------------------------------------------------------------------
مكتبة باين
كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشورات تخضع لقواعد الموقع.
إخلاء المسؤولية
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.
مكتبة باين
كمثال للقيم التي تتبناها TradingView، نشر المؤلف شيفرة باين كمكتبة مفتوحة المصدر بحيث يمكن لمبرمجي باين الآخرين من مجتمعنا استخدامه بحرية. تحياتنا للمؤلف! يمكنك استخدام هذه المكتبة بشكل خاص أو في منشورات أخرى مفتوحة المصدر، ولكن إعادة استخدام هذا الرمز في المنشورات تخضع لقواعد الموقع.
إخلاء المسؤولية
لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.