I am looking for a rule in the Rule Wizard but i can't find it. Can someone help me please.
Rule searching: Bars a few days over (RSI) Level 70.
I am not sure but is this Rule right? "Indicator is above a value for n consecutive bars"
I do not know if the Value stays for a level.
Sorry for my bad english and i am not a programmer but i give my best.
greetings damir
Size:
Color:
Yes, this is the right rule.
Size:
Color:
Thanks Eugene.
Size:
Color:
Hi,
I am not a programmer but i give my best. Can someone explain me, why at DataSeries diff = slider2.ValueInt - RSI.Series(Close,slider1.ValueInt); slider2 minus slider 1 takes place here. I'm sorry but i can't follow the DataSeries part.
CODE:
Please log in to see this code.
greetings damir
Size:
Color:
QUOTE:
slider2 minus slider 1 takes place here.
"There is more than one way to skin a cat". It's a creative way of getting this condition coded. Could be a simple counter like we have in
SeriesIsAboveValue but whomever coded it, he did it in a more elegant manner.
Size:
Color:
Hi Eugene,
@ do you mean more elegant, because the sliders?
@I can not see a HorzLine in both cases.
Could the horzline look like this:
CODE:
Please log in to see this code.
I would very gladly see if, for example the rsi is 3 days above a certain Level. (Mean-Reversion)
greetings damir
Size:
Color:
Damir,
QUOTE:
@ do you mean more elegant, because the sliders?
No but because no looping takes place in the formula.
QUOTE:
Could the horzline look like this:
Yes. I'd use slider2.Value
Int there but it's cosmetic.
QUOTE:
I would very gladly see if, for example the rsi is 3 days above a certain Level. (Mean-Reversion)
Any issue with that?
Size:
Color:
Eugene,
QUOTE:
Any issue with that?
In relation to HorzLine but the point is done.
Thanks for your help.
greetings damir
Size:
Color: