kruskakli

ADR label

kruskakli تم تحديثه   
/
// To quote @qullamaggie: " High ADR is Gold, low ADR is shit..."
// Hence we display the ADR (Average Daily Range) in percent.
//
// We also calculate and display Long Stop-Loss suggestions.
// 1. Using the ATR times a multiple.
// 2. Using a percentage.
//
// We also calculates the Trend Template as described by Mark Minervini in his book: "Trade like a stock market wizard"
// For a stock to be considered all the rules has to be fullfilled.
// The only rule this indicator doesn't implement is the IBD Relative Strength ranking.
//
// Rules:
// close > MA-50 > MA-150 > MA-200 , each condition that is true gets one point.
// The current stock price is at least 30 percent above its 52-week low, gets one point
// The current stock price is within at least 25 percent of its 52-week high, gets one point.
// The 200-day moving average line is trending up for at least 1 month (preferably 4–5 months), gets one point.
//
// When we get 6 points, all the rules are fullfilled and we display an OK;
// else we show the number of points (X).
//
ملاحظات الأخبار:
Added the display of the change in percent of two selected Indices.
ملاحظات الأخبار:
We calculate the max allowed position- and risk size based on an optional Account size,
a position percentage and a risk percentage, together with a suggested Stop Loss.
We also allow for expressing the Account size in some currencies other than USD.
ملاحظات الأخبار:
Adding the display of the number of Shares to buy to fill up the max position size.
ملاحظات الأخبار:
Cleaned up the display by using a table located in the upper right corner.
ملاحظات الأخبار:
Correcting the Indices diff calculation.
ملاحظات الأخبار:
Added possibility to control the location of the Display; possible positions are: Top/Middle/Bottom Right
ملاحظات الأخبار:
Renamed the name; new name: 'Quick Stats'.
Cleaned up the table layout and removed the
calculation of Position Sizes (moved to a separate
indicator: 'Position Sizes')
نص برمجي مفتوح المصدر

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

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

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

هل تريد استخدام هذا النص البرمجي على الرسم البياني؟