0% found this document useful (0 votes)
346 views4 pages

Planetary Indicators For Tradestation, Multicharts and Tradesignal Platforms

Download as doc, pdf, or txt
Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1/ 4

Planetary Indicators for Tradestation, Multicharts and Tradesignal

platforms
Application of planetary indicators allows a trader to see preset speeds and locations of future
market activity. Many successful traders and institutions apply financial astronomy every day,
every hour, every minute. Now you can too. We offer you a try before you buy. The price of our
indicator package is nominal to the benefit of seeing the different market structures exposed.

Price discovery and astronomic timing given by our precision indicators made specifically for
Tradestation and Tradesignal are available tor the trader or researcher. Our Planetary indicator
package is comprehensive and includes the following:

Ephemeris Charting package giving you the options of which planets to display, a multiplier
which determines the vertical scaling - and has an additional setting 0 (default) that is an auto-
scale with additional options for sidereal geocentric computation (relative to vernal point).select
Geocentric (Earth Base) or Heliocentric (Sun Base) with or without sidereal coordinates. This
indicator automatically adjusts for the price of a stock, commodity, or Foreign Exchange, or you
can program a particular ratio (multiplier). Option available to show planets changing signs
(ingress lines)

Bradley Indicator: plotted on any chart which adjusts automatically to chart price with option of
Heliocentric or Geocentric

Planet Filter: Gives a plot where you want a given location in the 360 degree orbit for
example..0,90,120,180 in a 360 degree orbit. You can change the size of the orbit as well. All
planets individually selected.

Aspect Cluster: Identify when a cluster of planets have aspects or a pair of planets show an
aspect available in Helio or Geo.

Planet Distance:

Planet Speed:Indicates velocity which can be seen around the 360 orbit.

Planet Filter: Allows input to detect when a planets longitude is at a given point, for example 180
degrees or 144 degrees (whatever number between 0-360.

Eclipse Display: Showing when a total or partial eclipse of the moon (lunar) or Sun (Solar) is
happening.

A nice feature is the analysis commentary allows you to see the actual longitudes of planets on
the screen and aspects. We offer many indicators in this package that can be displayed at the
same time in real time so that you have a comprehensive grasp of "so as above, is below"...

The 2 week trial comes with a planetary instruction book that is simple to understand and
explains the defaults and options. We have a blog on site and invite you to use it. Any questions
can be emailed and answered timely. Click here to order trial download

Price: $299. Use Paypal

The Planetary Indicator package was written by a talented computer scientist/trader/astronomically empowered
individual.
The screen below shows the Dow Jones with ephemeris plots (geocentric and default multiplier)

Eclipses are made available so that you can input time before and after to see market effects.

I became curious if Lunar and Sun Eclipses can be used as timing tool in the markets. We know some who use them
and we urge you to blog about eclipses or other planetary indicator results or just to discuss. The results are not as
clear as I hoped - but let's study it a bit closer.

This chart shows you how invaluable our indicators are...The Mars-Uranus aspect cycle is particularly interesting and
a proven tool.

June 1st, 2009

Gold and the Bradley Siderograph June 1st 2009


The Bradley Siderograph was originally developed by astrological researcher Donald Bradley in the 1940’s.The
"Bradley" is used as a means of predicting trend changes or turning dates in the markets. The Bradley siderograph is
computed by combining all of the planetary aspects that will occur at any point in time. This calculation is given a
numeric value. Market experts use and further their research with these values. The Bradley Siderograph is an
amazing tool for market timing.
The screen below shows the Dow Jones with ephemeris plots (geocentric and default multiplier)

       

Easy Language Programming Interface for Planetary Data


The ephemeris data as it is basis for the planetary indicators can be accessed directly within any Easy Language
code. The interface is the function named $pi_ephem. It is part of the planetaryindicators package and can be used
for Indicators, Signals, or Strategies.
$pi_ephem provides geocentric and heliocentric data for planetary longitude, latitude, declination (only geocentric)
and distance.
Syntax of the function is:

$pi_ephem ( planet (numeric), date (numeric), time (numeric), type


(numeric), heliocentric (truefalse), sidereal (truefalse), timeZone(string))
Parameters:
Planet is the number of the planet (or element) for which the data is requested. It is recommended to use following
constants:
vars: P_SUN(3),P_MOON(0),P_MERCURY(1),P_VENUS(2),P_EARTH(3),P_MARS(4),P_JUPITER(5),P_S
ATURN(6),P_URANUS(7),P_NEPTUNE(8),P_PLUTO(9),P_NNODE(10),P_SNODE(11);
Date and Time are date and time (in normal EL format) of the requested data.
Type is an integer that defines the type (planetary longitude, latitude, declination or distance) of the requested item.
The following constants apply:
Vars: D_LONGITUDE(0),D_LATITUDE(1),D_DECLINATION(2),D_DISTANCE(3);
heliocentric has to be true if heliocentric data is required. For geocentric data the parameter has to be false
sidereal has to be true if sidereal coordinates of the geocentric longitude are required.
Timezone is a string that defines the timezone of the chart. It should be either the time zone in hours (e.g.
“+5”, “-2”) of the market relative to Greenwich, or “auto” if market time and computer system
time are the same. If “auto” is set the function will automatically use the time zone of the computer.
Return:
The requested value as floating point number. Based on the requested type the return value is:
D_LONGITUDE: the position of the selected planet in degrees (0-360) as seen from Sun (heliocentric) or Earth
(geocentric)

D_LATITUDE: latitude of the selected planet degrees as seen from Sun (heliocentric) or Earth (geocentric)

D_DECLINATION: declination of the selected planet in degrees to the Earth Equator

D_DISTANCE: distance of the selected planet in AUs (astronomic unit) to Sun (heliocentric) or Earth (geocentric)

Example:
Plot geocentric longitude of Mars:
Plot1 ($pi_ephem(P_MARS, d, t, D_LONGITUDE, false, false, “auto”));
Plot Distance of Jupiter to the Sun:
Plot2 ($pi_ephem(P_JUPITER, d, t, D_DISTANCE, true, false, “auto”));
Please check the Indicator [PI] Sample (also part of the PI package) for a practical example.

Categories: PlanetaryIndicators, TradeStation
S&P500 in March 2010: Bradley vs. Planetary Aspects

You might also like