Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 17:01:43 +0000



Post From: TD Moving Averages

[2013-11-03 21:14:21]
kona808 - Posts: 12
One other quick question if anyone sees this:

I'm also looking to code a few VERY basic entry signals (that are used in concert with other indicators - i.e. these are "confirmations"). There are five in total, but I think if I had the code for one of them (or even the "intro" part of the code) I would be capable of adjusting or adapting for the other four (they are very basic).

Example of one:

TD Camoflage Sell Signal:
1. The close of current price bar must be above the close of previous price bar.
2. The close of current price bar must be below the open of the current price bar open, and
3. The high of the current price bar high must be above the true high two price bars earlier.

Eg. 2:

TD Clop Sell Signal (sell again):
1. Downside momentum must continue when the market exceeds the open and close price of the prior bar
2. The open of the current bar must be above the close of previous price bar and open, and
3. The market must subsequently trade below both the open and close of the previous price bar.

...

There are a couple others I can provide if anyone is interested (reversal confirmations basically), although from the coding side they all are similar - they reference up to 2 or 3 price bars in the past, and are based on high/low/open/closing prices.

A sell or buy arrow (down or up) would be used.

Any thoughts would be awesome. I appreciate support and if anyone wants the other conditions happy to provide.