ceyhun

Moving Stop Loss (Most) by ceyhun

ceyhun تم تحديثه   
ATR is an indicator that has been removed and replaced with a moving average.Bar colors and infopanel have been added.

//Barcolor
Green = ExMov > Most and close > Most and low > Most
Blue = ExMov > Most and close > Most and low < Most
Red = Most > ExMov and close < Most and high < Most
Yellow = Most > ExMov and close < Most and high > Most
//It gives White color where there is deterioration.

//InfoPanel
Buy Price = Blue draws the circles at the purchase price.
Profit Long>20 = Risk level taken as a percentage, I got the highest 20%, you can determine as you wish.
Sell Price = Red draws the circles at the purchase price.
Profit Short>20 = Risk level taken as a percentage, I got the highest 20%, you can determine as you wish.

==Atr Original Code==
CDC ATR Trailing Stop V2.1 (2013)

==Most Code==
MOST by Anıl ÖZEKŞİ



Barcolor


Barcolor
ملاحظات الأخبار:
added minval and maxval to length and percent
ملاحظات الأخبار:
defval and minval added
ملاحظات الأخبار:
bugs fixed
ملاحظات الأخبار:
info panel fix
ملاحظات الأخبار:
fix
ملاحظات الأخبار:
bugs fix
ملاحظات الأخبار:
fix
Moving Average Type
Panel : Support-Resistance Distance
ملاحظات الأخبار:
v5 fix
ملاحظات الأخبار:
period fix
ملاحظات الأخبار:
fix

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

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

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

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

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