Rank: Newbie
Groups: Registered, Registered Users, Subscribers Joined: 3/4/2023(UTC) Posts: 3
|
dear all please help me what a suitable formula to do this filter: " Five consecutive red candles in last 100 records"
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Registered, Registered Users, Subscribers Joined: 10/8/2010(UTC) Posts: 1,960
Thanks: 92 times Was thanked: 155 time(s) in 150 post(s)
|
Originally Posted by: mohamed_farahat dear all please help me what a suitable formula to do this filter: " Five consecutive red candles in last 100 records"
Hello, You could probably try something like: Code:BarsSince(Sum(C < O,5)=5) <= 100
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.