Topic: noob question - adding opening condition

Hi guys,

I am trying to create the following logic:

1.If RSI >= 90 open short position
   Take profit 8 pips
   Stop loss 5 pips

Sound stupid but Im not able to manage to add the stop loss after setting the take profit....can someone tell me how ?

2. Additional problem:

I would like to set 3 parabolic SAR entry system: for example

On 1st SAR signal open position
On 2nd SAR signal open position
On 3rd SAR signal open position

and close each position on all above SAR reversal signals.

Would be very grateful if somone could tel me how to set up those 2 points.

thx and regards.

Re: noob question - adding opening condition

Which RSI are you wanting to use, RSI or RSI MA Oscillator?  You can use:

Bar Opening (Beginning of  bar) add RSI add Long or Short (Short Only).

Closing, Stop Limit of +8 and -5.