Retail Sentiment Indicator v4 paid
Retail Sentiment
What if there was a way to know where the majority of retail traders were positioned in any given symbol at any given time?
"Data Confirms Grim Truth: 70-80% of Retail Traders are Unprofitable
https://www.babypips.com/news/almost-80-percent-of-retail-traders-are-unprofitable"
Simply trade against the majority of retail traders and you'll be guaranteed to profit.
Contact programsforfx@gmail.com for price.
Screenshots
The green line represents retail buyers and red is sellers. Once retail buyers are the majority, the edge is in doing the opposite.
EURUSD
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators; namespace cAlgo { [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class RetailSentiment : Indicator { protected override void Initialize() { ChartObjects.DrawText("RetailSentiment", "Please contact programsforfx@gmail.com", StaticPosition.Center, Colors.Red); } public override void Calculate(int index) { // Calculate value at specified index // Result[index] = ... } } }

Where are you getting historical retail sentiment data from ?


I just caught wind of your data. I'll give it a go this week.
@<a href="https://basketrandom.com">basket random</a>

thanks you so much!