hello all,
I am a newbie in strategy development and I am trying to set up an algo in NinjaTrader that among others will try to keep a long position after a certain price level. This is about futures. So, I would like to set a limit and then make sure I always have a long position above that limit but never below. Which means that every time the price drops (assuming a Long position has already placed and filed) the position needs to close. I have tried to do this in StrategyBuilder module just by setting entry and exit conditions but it executes too many trades and also isn't very successful in live trading.
I wonder whether there are any indicators that could allow me to filter the orders so I don't have to place that many. A high frequency moving average indicator might help but haven't really tested apart from modifying the bar sizes.
Have you ever tried to do something like that and have you used any indicators that could filter out such small price movements?
thanks,
trdX
I am a newbie in strategy development and I am trying to set up an algo in NinjaTrader that among others will try to keep a long position after a certain price level. This is about futures. So, I would like to set a limit and then make sure I always have a long position above that limit but never below. Which means that every time the price drops (assuming a Long position has already placed and filed) the position needs to close. I have tried to do this in StrategyBuilder module just by setting entry and exit conditions but it executes too many trades and also isn't very successful in live trading.
I wonder whether there are any indicators that could allow me to filter the orders so I don't have to place that many. A high frequency moving average indicator might help but haven't really tested apart from modifying the bar sizes.
Have you ever tried to do something like that and have you used any indicators that could filter out such small price movements?
thanks,
trdX