This is what i want to do;
Stop loss above/below the high/low of the bar just before entry ( i enter on close of bar).
Have a user defined variable(say X) that says if the Difference between the entry price and the stop price(say R) is greater than 15 ticks for example, then no trade.
Profit targets that relate to R rather than fixed number of ticks. eg. 1R, 2R, 3R
Scale out of positions at Profit targets.
My programming knowledge is limited but any help i can get would be highly appreciated.

Comment