PROTECTED SOURCE SCRIPT

Liquidity Salman v1

his code is used to show trading signals based on liquidity, volatility, and trend indicators. A "buy" signal is defined if the positive money flow indicator exceeds the negative money flow indicator and the price is above a specified moving average for a set period. A "sell" signal is defined if the negative money flow indicator exceeds the positive money flow indicator and the price is below the specified moving average for a set period. A "ranging" signal is defined if the Average True Range (ATR) value is less than a specified value. Buy and sell shapes are plotted on the chart with their colors and locations changed based on the direction.

Some advantages of this code:

Multiple indicators are used to define signals, increasing the accuracy of the analysis.
Customizable variables such as moving average period, timeframe, and range threshold can be adjusted to suit the user's trading strategy.
Shapes' positions, types, colors, and conditions can be easily defined using plotshape.
request.security is used to fetch volume data from the main currency's timeframe, increasing the accuracy of the analysis and allowing the use of smaller timeframes for trading.
math.sum is used to calculate the money flow indicators. This method is faster than using traditional for loops.
input is used to create a user-friendly interface where settings can be adjusted before running the program.


والتذبذب والاتجاه. يتم تحديد إشارة "شراء" إذا كان مؤشر تدفق الأموال الإيجابي يتجاوز المؤشر السلبي ويزيد السعر عن المتوسط المتحرك لفترة محددة. ويتم تحديد إشارة "بيع" إذا كان المؤشر السلبي يتجاوز المؤشر الإيجابي ويقل السعر عن المتوسط المتحرك لفترة محددة. ويتم تحديد إشارة "تذبذب" إذا كانت قيمة مؤشر ATR (Average True Range) أقل من قيمة محددة. يتم رسم أشكال الشراء والبيع على الرسم البياني مع تغيير لونها وموضعها حسب الاتجاه.

من بين مزايا الكود:

يستخدم مؤشرات متعددة لتحديد الإشارات، مما يزيد من دقة التحليل.
يتيح للمستخدم تخصيص عدة متغيرات، مثل فترة المتوسط المتحرك وفترة الزمن وعتبة النطاق، لتناسب استراتيجية التداول الشخصية.
يتيح للمستخدم تحديد مواقع الأشكال وأنواعها وألوانها وشروط ظهورها بسهولة باستخدام plotshape.
يتم استخدام request.security لجلب بيانات الحجم من فريم العملة الرئيسي، مما يزيد من دقة التحليل ويفتح إمكانية استخدام الإطار الزمني الأصغر للتداول.
يتم استخدام math.sum لحساب مؤشرات التدفق النقدي. يعمل هذا الأسلوب بشكل أسرع من استخدام حلقات for التقليدية.
تم استخدام input لإنشاء واجهة مستخدم مريحة للمستخدم، حيث يمكنه تخصيص الإعدادات قبل تشغيل البرنامج.
Volume

Korumalı komut dosyası

Bu komut dosyası kapalı kaynak olarak yayınlanmıştır ve özgürce kullanabilirsiniz. Bir grafikte kullanmak için favorilerinize ekleyebilirsiniz. Kaynak kodunu görüntüleyemez veya değiştiremezsiniz.

Bu komut dosyasını bir grafikte kullanmak ister misiniz?


Aynı zamanda::

Feragatname