RSI when signal line and main line meet
-
hello Dreemas
I have a question about RSI. I have a main line per 10 point

If my first trade begins at 32 points it wil stop at 30 or 40 points. if the second trade begins 67 it will stop at 60 or 70 point. can i take it all with it with one block. or do i need to make 20 conditions block?
in condition i dont see the setting that satisfies the criteria

could some one help me
-
@william-1 What do you mean by stop at? I don't see a X> happening at 1, to do this the value has to hit 0 before it can cross above.
-
@jstap thank you for replying. With stop i mean stop trading. That image show i dont see the criteria of what i mean above
quote:
If my first trade begins at 32 points it wil stop at 30 or 40 points. if the second trade begins 67 it will stop at 60 or 70 point. can i take it all with it with one block. or do i need to make 20 conditions block?Perhapse i need to explain differently.
Is there away in condition to stop trade if its hit per 10 point (example see quote)

or do i need another block
-
@william-1 So stop loss at 30 and take profit at 40?
-
@jstap if the RSI value is between 30 and 40. if the signal is 67 its take profit at 70 and stop lost at 60. can i make this happen with 1 block
-
@william-1 Not with 1 block, I would use custom code to take the number then add a 0 to make 60 and add 10 to make 70, this needs to be done in a way that allows you to know which number is used for TP or SL, and I assume weather a buy or sell.