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

보호된 스크립트입니다

이 스크립트는 클로즈 소스로 게시되며 자유롭게 사용할 수 있습니다. 당신은 스크립트를 차트에 사용하기 위해 그것을 즐겨찾기 할 수 있습니다. 소스 코드는 보거나 수정할 수 없습니다.

차트에 이 스크립트를 사용하시겠습니까?


또한 다음에서도:

면책사항