Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: cmdavey
About
User Name: cmdavey
Groups: Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Wednesday, March 25, 2009
Last Visit: Monday, April 27, 2009 1:03:51 PM
Number of Posts: 14
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Adding ChaikinMoneyFlow values for prior bars
Posted: Wednesday, April 22, 2009 2:48:01 AM
Thank you for your help. Much appreciated.
Topic: Alert of rule passing
Posted: Wednesday, April 22, 2009 1:44:07 AM
Thank you.
Topic: Alert of rule passing
Posted: Tuesday, April 21, 2009 4:20:14 PM

I sometimes run the program in the background.  Is there a way to have the program signal me with a sound or popup screen when a rule passes and a bar appears on the chart?

Thank you

Topic: Adding ChaikinMoneyFlow values for prior bars
Posted: Thursday, April 16, 2009 12:36:19 AM
Thank you.  I have shared it and look forward to your review and response.
Topic: Adding ChaikinMoneyFlow values for prior bars
Posted: Tuesday, April 14, 2009 2:58:31 AM

Unable to see the outcome of the rule on the chart.  Any suggestions? Thank you.

'# CMF = indicator.ChaikinMoneyFlow
'# area = userinput.single = 0
'*********************************************
'* if Price.Close > Price.Close(1) then Pass *
'*********************************************

If (cmf.value + cmf.value(1) + cmf.value(2)) < area Then
 Pass 
End If

Topic: Seeking Price Rule Based Upon Price Bars With 2 Different Time Frames
Posted: Wednesday, March 25, 2009 5:53:19 PM
Thank you.  I got to the point where I could select an alternate block but didn't see one that will allow me to change the time frame.  Hoping to compare moving averages based upon 5 minute price bars with moving averages based upon 30 minute price bars on the same chart in order to create 'AND' rules based upon both of them.
Topic: Seeking Price Rule Based Upon Price Bars With 2 Different Time Frames
Posted: Wednesday, March 25, 2009 1:09:29 PM
Hi, 

I have designed a layout and there are 2 charts with almost the same buy and sell signals based upon 5 minute bars on top and 15 minute bars on the bottom.  

To analyze, I open the 'backscanner,' and click on the 'results' tab on the left side of the window to see compiled results and then click on 'trades' to see a list of trades over the last 8 months. In the upper right of backscanner, it indicates that the rules are linked to the 15 minute chart and not both charts.  

My goal is to reduce the number of minimally productive and losing trades.  I would like to test a 'buy long' signal in the backscanner whereby a signal would occur when the existing buy signal for the 5 minute chart AND the existing buy signal for the 15 minute chart BOTH are 'true' for their specific charts.  . 

The sell signal could be 'or' based but should use the existing sell signals from both the 5 minute and the 15 minute bar charts.

The challenge is that the program (as I see it) doesn't allow for this as a standard feature.  I hope a trainer can tell me how, using real-code, to combine rules from 2 charts into a single backscanner, or, how to present price bars in 2 different time frames in 1 chart. 

Can you offer any suggestion to achieve this result?