Hello there!
Quick question, I know there are a ton of these, but I hope someone cares enough to help me out.
My current EA logic looks like this;
(both value's 1 & 2 are a number).
Now;
- I only want signaldown to trigger if value 2 > 4
- I only want signalup not to trigger if value 1 > -4
How do I do this?
Sorry if i'm not clear enough, not typing in my mother-tongue.
Quick question, I know there are a ton of these, but I hope someone cares enough to help me out.
My current EA logic looks like this;
Inserted Code
double signaldown=iCustom(Symbol(),0,"OS",2,1) double signalup=iCustom(Symbol(),0,"OS",1,1)
Now;
- I only want signaldown to trigger if value 2 > 4
- I only want signalup not to trigger if value 1 > -4
How do I do this?
Sorry if i'm not clear enough, not typing in my mother-tongue.