Using Indicators In an EA
-
I am trying to use ADX and set a condition: If the ADX main is = or > 40 the condition is met to enter a trade. I tried Indicator Rise and Indicator move between levels, but I cant find where to set the value. The condition applies only to Bar #1. Can someone offer guidance please?
-
To check if something is = or > than something else, use Condition block. Indicator rise and Indicator appear (and other blocks from Indicators category) are something like multiple Condition blocks in one.
-
Thank you. yes, I have been using combined indicator blocks, but I have not figured out how to specify that an indicator value is = or > a specified level. I can see how to identify a "rise" and also in increase over previous bars, But I am unable to specify the value at or above a levet at a particular bar. ADX level at or above 40? Can you issue an example of blocks for logic. it would help me to apply to many scenarios? Thanks. I think I'm getting the basics in order and your patience is much appreciated.
-
-
Thanks! the Obvious Overlooked!
-
Hi all
Can someone please assist me, i am trying to get the EA to enter a trade at the previous days high or the previous days low... how do i do this.
-
By "days" you mean days (multiple days) or day's (1 day only)?
-
__By "days" you mean days (multiple days) or day's (1 day only)?[/quote
qi7z5nt]hi
as in previous days high to enter long and by previous days low to enter short
-
I gave you examples 2 times already in email, what about them?