bennef

Center of Gravity BF 🚀

Thanks to HPotter for the code I based this strategy on.

Center of Gravity calculation is based here on a linear regression function using the least squares method.

We use this to calculate a channel consisting of 2 lines, green and red on the chart

This strategy employs a dynamic stop loss function that measures stop loss placement based on recent ATR.

How signals are generated:
  • Price closes above green line = Go Long
  • Price closes below red line = Go Short
  • Yellow dotted line = stop loss based on long entry
  • Orange dotted line = stop loss based on short entry

INSTRUCTIONS
Green background = Go Long, put your stop loss at the yellow dotted line
Red background = Go Short, put your stop loss at the orange dotted line

NB: The stop losses printed on the chart are calculated from the point of entry on a trade, if you make a different entry to what is indicated, the corresponding stop loss will be different to what the indicator displays.
نص برمجي مفتوح المصدر

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

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

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

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