♤ معادلات ومؤشرات تكرتشارت ♤
Ir al canal en Telegram
Tickerchart Formula & Indicator For More : https://t.me/MrMans
Mostrar másEl país no está especificadoLa categoría no está especificada
1 114
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días
Carga de datos en curso...
Canales Similares
Nube de Etiquetas
Sin datos
¿Algún problema? Por favor, actualice la página o contacte a nuestro gerente de soporte.
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
diciembre '24
diciembre '24
+27
en 0 canales
noviembre '24
+18
en 0 canales
Get PRO
octubre '24
+35
en 0 canales
Get PRO
septiembre '24
+21
en 0 canales
Get PRO
agosto '24
+2
en 0 canales
Get PRO
julio '24
+19
en 0 canales
Get PRO
junio '24
+42
en 0 canales
Get PRO
mayo '24
+61
en 1 canales
Get PRO
abril '24
+37
en 0 canales
Get PRO
marzo '24
+57
en 0 canales
Get PRO
febrero '24
+71
en 0 canales
Get PRO
enero '24
+88
en 0 canales
Get PRO
diciembre '23
+53
en 0 canales
Get PRO
noviembre '230
en 0 canales
Get PRO
octubre '23
+40
en 0 canales
Get PRO
septiembre '23
+56
en 0 canales
Get PRO
agosto '23
+53
en 0 canales
Get PRO
julio '23
+62
en 0 canales
Get PRO
junio '23
+71
en 0 canales
Get PRO
mayo '23
+50
en 0 canales
Get PRO
abril '23
+58
en 0 canales
Get PRO
marzo '23
+61
en 0 canales
Get PRO
febrero '23
+27
en 0 canales
Get PRO
enero '23
+781
en 0 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 21 diciembre | +1 | |||
| 20 diciembre | +1 | |||
| 19 diciembre | 0 | |||
| 18 diciembre | +2 | |||
| 17 diciembre | +1 | |||
| 16 diciembre | +10 | |||
| 15 diciembre | +4 | |||
| 14 diciembre | 0 | |||
| 13 diciembre | +1 | |||
| 12 diciembre | 0 | |||
| 11 diciembre | +1 | |||
| 10 diciembre | +2 | |||
| 09 diciembre | +1 | |||
| 08 diciembre | 0 | |||
| 07 diciembre | 0 | |||
| 06 diciembre | 0 | |||
| 05 diciembre | +1 | |||
| 04 diciembre | +1 | |||
| 03 diciembre | 0 | |||
| 02 diciembre | +1 | |||
| 01 diciembre | 0 |
Publicaciones del Canal
| 2 | مؤشر بسيط لمراقبة تدفقات السيولة الداخلة والخارجة على السهم
كلما زادت القيمة كان للرقم أكثر أهمية بالشمعه
يفيد ويساعد مع الادوات الأخرى في تأكيد الإختراقات للمقاومات أو عند ظهور شراء بالدعوم او بمناطق الطلب والعرض | 412 |
| 3 | x:=LiquidityOutVolume();
-if(x >= hhv(x,3000),3000,
if(x >= hhv(x, 2000),2000,
if(x >= hhv(x, 1000),1000,
if(x >= hhv(x, 500),500,
if(x >= hhv(x, 400),400,
if(x >= hhv(x, 300),300,
if(x >= hhv(x, 200),200,
if(x >= hhv(x, 100),100,
if(x >= hhv(x, 50),50,
0)))))))));
y:=LiquidityInVolume();
if(y >= hhv(y,3000),3000,
if(y >= hhv(y, 2000),2000,
if(y >= hhv(y, 1000),1000,
if(y >= hhv(y, 500),500,
if(y >= hhv(y, 400),400,
if(y >= hhv(y, 300),300,
if(y >= hhv(y, 200),200,
if(y >= hhv(y, 100),100,
if(y >= hhv(y, 50),50,
0)))))))));
0 | 417 |
| 4 | {@Mr.Mans}
{شموع الأحجام}
if(V >= hhv(V,3000),3000,
if(V >= hhv(V, 2000),2000,
if(V >= hhv(V, 1000),1000,
if(V >= hhv(V, 500),500,
if(V >= hhv(V, 400),400,
if(V >= hhv(V, 300),300,
if(V >= hhv(V, 200),200,
if(V >= hhv(V, 100),100,
0))))))));
شكل اخر بالاستغناء عن قيم الاحجام اقل من 100 | 387 |
| 5 | مؤشر يبين لك الاحجام بشكل عام
يظهر لك ارقام من 10 حتى 3000 ويمكن التعديل حسب مراد كل شخص وحاجته
فمثلا كما بالصوره ظهرت شمعه قيمته 200 يعني ان حجم الشمعه اكبر حجما من قيم احجام 200 شمعه ماضيه .. وهكذا لباقي الارقام ..
لا يعطي المؤشر توصيه بقرار بيع او شرا ء.. ولكن يساعد في معرفه وجود شموع المضارب خاصه القيم فوق الكبيرة ..
ادمجوه مع مؤشراتكم الاخرى ليساعد اكثر في فلترة الاسهم
مثلا مع مؤشرات التذبذب و بعلم التحليل الحجمي وكذلك مع البرايس أكشن
وبشكل عام بفنون التحليل الكلاسيكي
وارحب بأي تطوير أو افكار تساعد أو تلهم الجميع | 299 |
| 6 | {@Mr.Mans}
{شموع الأحجام}
if(V >= hhv(V,3000),3000,
if(V >= hhv(V, 2000),2000,
if(V >= hhv(V, 1000),1000,
if(V >= hhv(V, 500),500,
if(V >= hhv(V, 400),400,
if(V >= hhv(V, 300),300,
if(V >= hhv(V, 200),200,
if(V >= hhv(V, 100),100,
if(V >= hhv(V, 50),50,
if(V >= hhv(V, 20),20,
if(V >= hhv(V, 10),10,
0))))))))))); | 304 |
| 7 | Sin texto... | 304 |
| 8 | نفس المؤشر للمهتمين به على منصه تريدينق فيو | 354 |
| 9 | // © kozmos
//@version=5
indicator("Candle First zone", overlay=true)
is_new(resolution) =>
t = time(resolution)
not na(t) and (na(t[1]) or t > t[1])
is_new_year() => is_new('12M')
var float hi = na
var float lo = na
hi := is_new_year() ? high : hi
lo := is_new_year() ? low : lo
plot(hi, "High", color.red, 1, plot.style_circles)
plot(lo, "Low", color.red, 1, plot.style_circles) | 300 |
| 10 | مؤشر يبين منطقه الافتتاح السنوي
والتي تعتبر مهمه ويحترمها السعر في كثير من النماذج
تفيد عند اختراق مستوى المقاومه وحالات اعاده الاختبار للسعر لخطوط المقاومة
تابعوها هذه الايام على السوق السعودي .. ستجدون كثير من النماذج وارتداد من هذه المستويات وعطاء جميل بعد الارتدادات | 300 |
| 11 | 👍 | 297 |
| 12 | مؤشر للبحث عن شموع الكميات وتحديد هذه الشموع على الشارت
ومراقبة سلوك السعر حول هذه المستويات .. يعطي بعض الاعتمام لبعض الاسهم
ويمكن تجربتها على اغلب الفريمات
وامل ان تفيد بجانب طرقكم في التداول | 481 |
| 13 | Sin texto... | 490 |
| 14 | pds:=Input("",2,6,5);
x:=IF(V>(Ref(V,-1)*6) And V>(Ref(V,-2)*6)And V>(Ref(V,-3)*6)
And V>(Ref(V,-4)*6)And V>(Ref(V,-5)*6)And V>(Ref(V,-6)*6)
And V>(Ref(V,-7)*6)And V>(Ref(V,-8)*6)And V>(Ref(V,-9)*6)
And V>(Ref(V,-10)*6)And V>(Ref(V,-11)*6)And V>(Ref(V,-12)*6)
And V>(Ref(V,-13)*6)And V>(Ref(V,-14)*6)And V>(Ref(V,-15)*6),6,
IF(V>(Ref(V,-1)*5) And V>(Ref(V,-2)*5)And V>(Ref(V,-3)*5)
And V>(Ref(V,-4)*5)And V>(Ref(V,-5)*5)And V>(Ref(V,-6)*5)
And V>(Ref(V,-7)*5)And V>(Ref(V,-8)*5)And V>(Ref(V,-9)*5)
And V>(Ref(V,-10)*5)And V>(Ref(V,-11)*5)And V>(Ref(V,-12)*5)
And V>(Ref(V,-13)*5)And V>(Ref(V,-14)*5)And V>(Ref(V,-15)*5),5,
IF(V>(Ref(V,-1)*4) And V>(Ref(V,-2)*4)And V>(Ref(V,-3)*4)
And V>(Ref(V,-4)*4)And V>(Ref(V,-5)*4)And V>(Ref(V,-6)*4)
And V>(Ref(V,-7)*4)And V>(Ref(V,-8)*4)And V>(Ref(V,-9)*4)
And V>(Ref(V,-10)*4)And V>(Ref(V,-11)*4)And V>(Ref(V,-12)*4)
And V>(Ref(V,-13)*4)And V>(Ref(V,-14)*4)And V>(Ref(V,-15)*4),4,
IF(V>(Ref(V,-1)*3) And V>(Ref(V,-2)*3)And V>(Ref(V,-3)*3)
And V>(Ref(V,-4)*3)And V>(Ref(V,-5)*3)And V>(Ref(V,-6)*3)
And V>(Ref(V,-7)*3)And V>(Ref(V,-8)*3)And V>(Ref(V,-9)*3)
And V>(Ref(V,-10)*3)And V>(Ref(V,-11)*3)And V>(Ref(V,-12)*3)
And V>(Ref(V,-13)*3)And V>(Ref(V,-14)*3)And V>(Ref(V,-15)*3),3,
IF(V>(Ref(V,-1)*2) And V>(Ref(V,-2)*2)And V>(Ref(V,-3)*2)
And V>(Ref(V,-4)*2)And V>(Ref(V,-5)*2)And V>(Ref(V,-6)*2)
And V>(Ref(V,-7)*2)And V>(Ref(V,-8)*2)And V>(Ref(V,-9)*2)
And V>(Ref(V,-10)*2)And V>(Ref(V,-11)*2)And V>(Ref(V,-12)*2)
And V>(Ref(V,-13)*2)And V>(Ref(V,-14)*2)And V>(Ref(V,-15)*2),2,0)))));
ValueWhen(1,x>=pds,H);
ValueWhen(1,x>=pds,L); | 491 |
