Buy Alert in Strategy Monitor not showing on chart
Author: reman3
Creation Date: 5/5/2011 12:18 AM
profile picture

reman3

#1
I recently started with wealthlab and have been playing with some simple strategies. I'm currently working on a rules-based strategy that for some reason keeps giving me false buy signals. I'm monitoring the strategy real-time using 15 minute bars on a data set that is using a data range of 500 bars. The strategy monitor does run as expected but I'm continually getting false buy signals on stocks. When I pull up the chart, there's no buy signal showing up in the chart. So I have no idea why the strategy monitor is outputing the buy signal. I have the monitor set to auto-stage so that I can see each buy signal. I need some help. I'm running version 6.1.27.0 on an XP machine. Below is the rules and code. Thanks for any help you can offer, this is driving me nuts!

These are the rules I'm using:

Buy at market
-indicator is above indicator
-price makes a new high within period
-stochastic %D is oversold
-volume is > X% above SMA
-price is higher than it was a number of bars ago
Sell at percent based trailing stop


Here's the code generated:

CODE:
Please log in to see this code.
profile picture

Eugene

#2
Make sure the position sizing and data loading range settings are completely identical between your strategy in Strategy Monitor and the opened chart window (that uses default settings).

For instance, if it's set to load less than 250 bars, you won't see any signal from this system.
profile picture

reman3

#3
Yep, that did it. Thanks.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).