Another simple request guys
-
Hallo its nice to meet you too. i tried to make a simple Ea but i wasnt successful. My Ea is I want to use RSI of period 11 of 35 and 65. i want whenever RSI crossed 35 the opens a sell position then it should be closed when the RSI crosses back above 35. then it places buy whenever RSI crosses 65 and close the position when it comes back and crosses 65 or below 65. Just that. So is that possible?
-
Could you please share it here? I will take a look on it.
-
@ssekajoe Well, @l-andorrà is right, it's hard to understand your conditions. Maybe better to share the project.
However, I understood it that way. Am I right?
Upper line is 65 and lower line is 35.
-
@trader-philipps yes it is exactly what you posted here. Thats what i want.
-
@ssekajoe Haven't tested, but that should give you an idea: RSI Demo Project
-
@trader-philipps Hallo Phillip thank you very much I really appretiate. this is exactly what I wanted. now I want to make the current bar to activate the trade just as the RSI crosses the boundaries.
-
@ssekajoe In that case change candle ID 1 to candle ID 0 on all relevant blocks, but keep in mind that on candle ID 0 as long as candle is not closed values may change again (called repaint). Thus it's better to use candle ID1!