robbooker

Palladino/Booker Time Sessions

The Palladino/Booker Time Sessions script will allow you to highlight certain periods of time during the day that are best suited to your trading. Add the script to your chart as many times as you like to highlight as many Time Sessions as you like.

نص برمجي مفتوح المصدر

قام مؤلف هذا النص البرمجي بنشره وجعله مفتوح المصدر، بحيث يمكن للمتداولين فهمه والتحقق منه، وهو الأمر الذي يدخل ضمن قيم TradingView. تحياتنا للمؤلف! يمكنك استخدامه مجانًا، ولكن إعادة استخدام هذا الكود في منشور تحكمه قواعد الموقع. يمكنك جعله مفضلاً لاستخدامه على الرسم البياني.

إخلاء المسؤولية

لا يُقصد بالمعلومات والمنشورات أن تكون، أو تشكل، أي نصيحة مالية أو استثمارية أو تجارية أو أنواع أخرى من النصائح أو التوصيات المقدمة أو المعتمدة من TradingView. اقرأ المزيد في شروط الاستخدام.

هل تريد استخدام هذا النص البرمجي على الرسم البياني؟
study("Palladino/Booker Time Sessions", overlay=true)

s = input(title="Session", type=session, defval="24x7")

int = tostring(interval)

timeinrange(res, sess) => time(res, sess) != 0
regular = blue
notrading = na
sessioncolor = timeinrange("1", s) ? regular : na
bgcolor(sessioncolor, transp=75)