Hey, guys!
I wanted to solve a simple problem but can't get through for several days. I want to limit trading activity of my system depending on dailylosers. But it turned out that this fuction is not working properly, or what is more likely to be true - i'm a bit slow
I simply want to built an indicator first:
_________________________
Value1=DAILYLOSERS(DATE);
PLOT(Value1, "DAilyLosers");
_________________________
But when I apply this indicator to my strategy it returns a zero line.
Then I started to dig into the function DAILYLOSERS and it seemed pretty strange to me, I mean the way it is written.
I would be grateful if you hint how to identyfy the number of losing trades for each day.
Thank you
PS my system works intraday
I wanted to solve a simple problem but can't get through for several days. I want to limit trading activity of my system depending on dailylosers. But it turned out that this fuction is not working properly, or what is more likely to be true - i'm a bit slow
I simply want to built an indicator first:
_________________________
Value1=DAILYLOSERS(DATE);
PLOT(Value1, "DAilyLosers");
_________________________
But when I apply this indicator to my strategy it returns a zero line.
Then I started to dig into the function DAILYLOSERS and it seemed pretty strange to me, I mean the way it is written.
I would be grateful if you hint how to identyfy the number of losing trades for each day.
Thank you
PS my system works intraday