cmdavey |
Member, Platinum User, TeleChart
|
Registered User |
|
|
|
|
Unsure |
|
Wednesday, March 25, 2009 |
Monday, April 27, 2009 1:03:51 PM |
14 [0.00% of all post / 0.00 posts per day] |
|
Thank you for your help. Much appreciated.
|
Thank you.
|
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
|
Thank you. I have shared it and look forward to your review and response.
|
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
|
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.
|
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?
|
|