PDA

View Full Version : Only entering long position if entry bar closes at high of range


newtrader1
03-04-2009, 01:37 AM
Hi

I am using a strategy on range charts. I have tried different conditions on the prices but cannot get what I need.

I would like to have a condition that I can add to my strategy that only enters long trades if the trigger bar closes at the high of the range.

If it closes on the low of the range I do not want to enter a long position. Any help appreciated

Thanks

NinjaTrader_Bertrand
03-04-2009, 07:03 AM
Hi newtrader1, you could for example check if the Close of the bar is greater than the Typical price - http://www.ninjatrader-support.com/HelpGuideV6/Typical.html

newtrader1
03-04-2009, 07:34 AM
Thanks Bertrand,

That is exactly what I needed

Thanks again