tcind2 |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Friday, August 1, 2014 |
Friday, September 11, 2015 12:13:00 PM |
8 [0.00% of all post / 0.00 posts per day] |
|
The error was "Must be a boolean formula." Now using Custom PCF.Perfect - worked a treat. Many thanks Bruce. Not a bad indicator either !
|
QUOTE (Bruce_L) ....... And the Boolean Formula in a relatively simple Climax Custom PCF % True Indicator which only checks for the range of the current bar being greater than the previous 21-bars and if the close is above or below the open would be: ABS((H - L) * V >= (H1 - L1) * V1 AND (H - L) * V >= (H2 - L2) * V2 AND (H - L) * V >= (H3 - L3) * V3 AND (H - L) * V >= (H4 - L4) * V4 AND (H - L) * V >= (H5 - L5) * V5 AND (H - L) * V >= (H6 - L6) * V6 AND (H - L) * V >= (H7 - L7) * V7 AND (H - L) * V >= (H8 - L8) * V8 AND (H - L) * V >= (H9 - L9) * V9 AND (H - L) * V >= (H10 - L10) * V10 AND (H - L) * V >= (H11 - L11) * V11 AND (H - L) * V >= (H12 - L12) * V12 AND (H - L) * V >= (H13 - L13) * V13 AND (H - L) * V >= (H14 - L14) * V14 AND (H - L) * V >= (H15 - L15) * V15 AND (H - L) * V >= (H16 - L16) * V16 AND (H - L) * V >= (H17 - L17) * V17 AND (H - L) * V >= (H18 - L18) * V18 AND (H - L) * V >= (H19 - L19) * V19 AND (H - L) * V >= (H20 - L20) * V20 AND (H - L) * V >= (H21 - L21) * V21) * (ABS(C > O) * (L - .05 * (H - L + 1)) + ABS(C
Bruce, I have tried this formula in a Custom PCF % True indicator and the formula is coming up with a error on pressing the 'Test' button. What I would ideally like to do is to place a colored dot above the bar in the standard TC2000 Volume indicator, to identify the volume climax. Can you advise on how to do this ? Thanks !
|
Let's say for the sake of example, simple MA 20 and simple MA 50, to use something really standard just to illustrate the principle.
|
OK thanks. Think I have got it. So let's say I use the column approach, how do I take three conditions that I have created from the chart (ie 'My Conditions' not 'My Conditions (formula) that I have saved individually to the library, AND them together, and create a single column in a watchlist ? !! :-)
|
1. Let's say I have a price chart with two moving averages, and I want to see exactly when one crosses the other instead of via twi lines on the chart, having a new panel which displays plot with just two values, the high value when the first MA is above the other, and the low if not. Can this be done, and if so how ?
2. Then, where instead of using a price chart, I have a new panel with a custom cumulative indicator where the up and down conditions involve avgc20.1 avg20.2 and avg20.3, is it possible to convert that to the type of condition that could also display a boolean type chart as described above ?
3. An additional way (not alternative way) might be to create a custom scan with each of the three conditions added, and add that to a watch list. Is there a video that describes that process as I am having a bit of trouble with that ?
Thanks !
|
Hi Bruce, this is a followup to http://forums.worden.com/default.aspx?g=posts&t=63052 . Having now done some PCFs that put a dot on a high/low of a bar, I now want to find a way of alerting on those conditions, so that, looking backwards in time from the current bar, if the most recent dot is at a bar high, and a new dot appears at a low, I get an alert. And if the most recent dot is at a bar low and a new dot appears at a high, I get an alert. The conditions that create the high and low dots are seoarate PCF s (although it may be that some of the logic could be combined into one PCF), and not every bar has a dot at all. Can you advise the alternative ways I can go about this ? Many thanks.
|
Great. Thanks Bruce. Is there a reference you can give me which covers the dot plot ? And do I need to create one or more indicators that draw the plots on the charts, another to take the same formulas and add conditions, and another to create the alerts ? And are there any other videos/links that you think might be useful to help me get up to speed quickly ?
Thanks again
|
Hi there first post here.
I am looking to make a formula/indicator that will upon certain conditions add a chart marker to indicate "go long" and an email altert that shows the symbol, timeframe, name of indicator, and the text "go long", and then anothet market and alert to indicate "close long position". Similarly with "go short" and "close short position". To start with I would use a very simple SMA crossover to test out the markers and alerts. I want the alerts to come in on email whether or not TC2000 is open.
Questions -
a) Is this functionality better to do on 12.4 ir 7 ? I have assumed 12.4 but if not please let me know.
b) Are there any markers other than an arrow, that can be used for this purpose and if so where would I find them ?
c) The final formula may be a combination of other custom PCFs and some may be cumulative formulas.. How would I approach writing the final custom PCF, and calling a cumulative PCF, and plotting chart markers ?
I am hoping for a combination of specific answers and also links - trying to narrow down the field of search as fast as possible ! Many thanks
|
|