【阳光飞狐__与财富同行】

标题: 江恩的图片 [打印本页]

作者: dlts    时间: 2011-1-18 21:29
标题: 江恩的图片
上证的图片
作者: axcqy    时间: 2011-1-18 22:28

作者: 何时回头是岸    时间: 2011-1-19 08:25

作者: phtsl    时间: 2011-1-19 11:51
没看明白。。。。。。。。
作者: 天蓝蓝    时间: 2011-1-19 16:46

作者: dlts    时间: 2011-1-19 21:42
标题: 江恩的图片
江恩的图片
作者: dlts    时间: 2011-1-19 21:56
水星代表着精神
作者: dlts    时间: 2011-1-19 22:03
股指1101
作者: dlts    时间: 2011-1-19 22:31
The program evaluates the frequency of planet's presence in different composites and lists the planets according to their activity. The most active planet is: Venus

Planets ranked by importance:



Venus 9 points


Mars 9 points


Moon 7 points


Mercury 6 points


Sun 5 points


Jupiter 4 points


North Node 3 points


Saturn 2 points


Neptune 2 points


Pluto 2 points


Uranus 1 points
Following diagrams show the effect of the angle between the planets on trend.
Red stripes (on the bottom part of diagram) show the regions where the influence of the planetary factor is strong. These regions are called "Predictable Zones". Grey stripes show the regions where the connection between the price and the planetary factor is not so obvious. We recommend to use red zones for prediction (as the results there are more predictable).
作者: dlts    时间: 2011-1-19 22:35
一个专门用于神经网络的
作者: realht    时间: 2011-1-19 22:43

作者: dlts    时间: 2011-1-19 22:45
预测的样本
作者: dlts    时间: 2011-1-19 22:46
也可以短周期预测。
作者: axcqy    时间: 2011-1-19 22:55

作者: dlts    时间: 2011-1-20 17:59
Harmonic
作者: chaosxu    时间: 2011-1-21 09:37
这个软件真不错
作者: dlts    时间: 2011-1-21 16:04
一个周期猜测的软件
作者: dlts    时间: 2011-1-21 16:43
以前的回顾
作者: dlts    时间: 2011-2-5 20:34
看来了解外软的人,不多。
作者: 天道2009    时间: 2011-2-5 22:43
楼主博学,学习一下。

作者: dlts    时间: 2011-2-5 22:48
[url=http://anonym.to/?http://www.whentotrade.com/decoding/cycles.php]Decoding The Hidden Market Rhythm [/url]
作者: dlts    时间: 2011-2-5 22:49
源码非常不错的
作者: dlts    时间: 2011-2-6 00:33
Market Analyst 6
作者: dlts    时间: 2011-2-6 00:33
The fixed code is in MACM.dll. What you need to do:

1. Install MA6 - with Astrological module. You are welcome to test other MA6 editions (Professional ans Gann's suit)
2. Wait 10 days. You will get message that ask you to login to website.
3. Replace MACM.dll
作者: dlts    时间: 2011-2-6 01:16
wave 59
作者: dlts    时间: 2011-2-6 01:17
) In one minute, we breathe in approximately 15 s, in 1 hour 900 s,
and in 12 hours 10800 times, and in a day 10800 * 2 times. A day consists
of 24 hours, and if we set aside half the day for our day to day routines,
then one can spend 12 hours for recitation of one's idol. Therefore, the
maximmum number of times that one can recite "mantra", or perform "Jap" are
10800. If one wants to obtain 100% benefit of its jap, then performing
jap 108 times will give you the benefit of 100%. That's why in a "Mala"(string of beads),
there are 108 beads. It is written in Vedas, that 1 Jap corresponds to
1 mala (which has 108 beads), therefore performing jap of 108 malas will
result in 100% benefit.

2) Astronomically, there are 27 constellations in our galaxy, and each one them
has 4 directions, and 27 * 4 = 108, In other words the number 108 covers
the whole galaxy.

3) According to Indian scriptures, letter 9 corresponds to Lord Brahma (the
creator of universe). Mathematically, the interesting property of 9 is
9x1 = 9
9 x 2 = 18 (8+1 = 9)
9 * 3 = 27 (7+2 = 9)
9 * 12 = 108 (1+0+8 = 9)
作者: dlts    时间: 2011-2-6 01:20
wave 59
作者: dlts    时间: 2011-2-6 01:24
Cycle-Timer
作者: dlts    时间: 2011-2-6 01:28
Cycle-Timer
Wave59
Market Analyst 6

这三个VS,非常有意思的。慢慢会发现自己的乐趣。
作者: logoslogos    时间: 2011-2-6 08:58
Cycle-Timer
Wave59
Market Analyst 6
三颗明珠啊。。

作者: logoslogos    时间: 2011-2-6 09:00
27
108
值得研究的神秘数字看来根源也在天上了

作者: dlts    时间: 2011-2-6 10:51
印度的,堪比江恩。
作者: 高飞家族    时间: 2011-2-6 11:03
土鳖一个,啥都没看懂。
作者: j91191    时间: 2011-2-6 17:23
辛苦了 辛苦了
作者: dlts    时间: 2011-2-7 01:41
The programming steps to get a planet’s position
To compute a celestial body
or point with SWISSEPH, you have to do the following steps (use swetest.c as an example). The details of the functions will be explained in the following chapters.

1.
Set the directory path of the ephemeris files, e.g.:

swe_set_ephe_path(”C:\\SWEPH\\EPHE”);

2..
From the birth date, compute the Julian day number:

jul_day_UT = swe_julday(year, month, day, hour, gregflag);

3..
Compute a planet or other bodies:

ret_flag = swe_calc_ut(jul_day_UT, planet_no, flag, lon_lat_rad, err_msg);

or a fixed star:

ret_flag = swe_fixstar_ut(star_nam, jul_day_UT, flag, lon_lat_rad, err_msg);


Note:

The functions swe_calc_ut() and swe_fixstar_ut() were introduced with Swisseph version 1.60.


If you use a Swisseph version older than 1.60 or if you want to work with
Ephemeris Time, you have to proceed as follows instead:


First, if necessary, convert Universal Time (UT) to Ephemeris Time (ET):

jul_day_ET = jul_day_UT + swe_deltat(jul_day_UT);


Then Compute a planet or other bodies:

ret_flag = swe_calc(jul_day_ET, planet_no, flag, lon_lat_rad, err_msg);

or a fixed star:

ret_flag = swe_fixstar(star_nam, jul_day_ET, flag, lon_lat_rad, err_msg);

5..
At the end of your computations close all files and free memory calling swe_close();

Here is a miniature sample program, it is in the source distribution as swemini.c

#include "swephexp.h"
/* this includes
"sweodef.h" */
int main()
{

char *sp, sdate[AS_MAXCH], snam[40], serr[AS_MAXCH];


int jday = 1, jmon = 1, jyear = 2000;

double jut = 0.0;

double tjd_ut, te, x2[6];

long iflag, iflgret;

int p;

iflag = SEFLG_SPEED;

while (TRUE) {

printf("\nDate (d.m.y) ?");

gets(sdate);

/* stop if a period . is entered */

if (*sdate == '.')

return OK;

if (sscanf (sdate, "%d%*c%d%*c%d", &jday,&jmon,&jyear) < 1) exit(1);


/*


* we have day, month and year and convert to Julian day number


*/

tjd_ut = swe_julday(jyear,jmon,jday,jut,SE_GREG_CAL);



/*


* compute Ephemeris from Universal by adding delta_t


* not required for Swisseph versions smaller than 1.60


*/

/* te = tjd_ut + swe_deltat(tjd_ut); */

printf("date: %02d.%02d.%d at 0:00 Universal time\n", jday, jmon, jyear);

printf("planet
\tlongitude\tlatitude\tdistance\tspeed long.\n");


/*


* a loop over all planets


*/

for (p = SE_SUN; p <= SE_CHIRON; p++) {

if (p == SE_EARTH) continue;

/*


* do the coordinate calculation for this planet p


*/
iflgret = swe_calc_ut(tjd_ut, p, iflag, x2, serr);


/* Swisseph versions older than 1.60 require the following

* statement instead */
/* iflgret = swe_calc(te, p, iflag, x2, serr); */


/*


* if there is a problem, a negative value is returned and an


* error message is in serr.


*/

if (iflgret < 0)

printf("error: %s\n", serr);


/*


* get the name of the planet p


*/

swe_get_planet_name(p, snam);


/*


* print the coordinates


*/

printf("%10s\t%11.7f\t%10.7f\t%10.7f\t%10.7f\n",


snam, x2[0], x2[1], x2[2], x2[3]);

}

}

return OK;
}
作者: dlts    时间: 2011-2-7 01:43
运用在MT4上的Astro很多
作者: dlts    时间: 2011-2-7 02:01
MT4上显示的
作者: dlts    时间: 2011-2-7 02:57
MT4 Astrology Indicator.已解决。棉花日线和30分钟的胶
作者: dlts    时间: 2011-2-7 03:10
5分钟的糖
作者: 自然法则    时间: 2011-2-7 21:30

作者: 拥抱阳光    时间: 2011-2-7 21:46
除了楼主说的几个似乎还有DT、FTGT、MTP
作者: dlts    时间: 2011-2-7 22:57
这几个软件也可以发发
作者: dlts    时间: 2011-2-7 23:01
DT6的。日线铜
作者: dlts    时间: 2011-2-7 23:07
节后第一个交易日,5分钟的猜测图
作者: epulse    时间: 2011-2-8 01:35

作者: logoslogos    时间: 2011-2-8 17:09
Cycle-Timer
Wave59
Market Analyst 6
三颗明珠啊。。
作者: axcqy    时间: 2011-2-8 20:15

作者: dlts    时间: 2011-2-10 22:17
MurreyMath
作者: axcqy    时间: 2011-2-10 22:25

作者: dlts    时间: 2011-2-11 00:25
time
作者: dlts    时间: 2011-2-11 19:48
How to execute trade based on this system.

To trade using this system in intraday you need to take the LTP of index or stock after 9:05 am in morning.

Ideally you should take the Weighted Average Price of any stock or scrip between 9:05 am - 9:15 am.

However, after 9:30 am, you should only take LTP of stock or index.

Idea is in early few minutes there is lot of volatility in market, so to decide fair price we should take Weighted Average.

Many s it is not possible for many to start trading from 9:00 am. In that case, those who start trading after 9:30 am, can take LTP.

Now lets say you get the price as 5152.

You enter the price in Gann Calculator

You will get the square that looks like below
作者: dlts    时间: 2011-2-11 19:49
5152 falls between 5166 and 5148.

So we should buy above 5166 and sell below 5148.

Targets are next levels in the calculator.

Hope this is clear.

Now lets say 1st target is achieved.(5181)
Then we we watch whether price is able to sustain above 5181 for more than 5 min.

If it sustains, we continue our long position. If not, we square off.
作者: dlts    时间: 2011-2-11 19:59
今天糖是开盘7531 ,高是7570,低是7525。开盘数字添加。如图
作者: dlts    时间: 2011-2-11 20:00
江恩的东西,就是猜着玩。
作者: dlts    时间: 2011-2-14 20:23
棉花日线的
作者: dlts    时间: 2011-2-19 18:03
糖的分析
作者: zhuangcn    时间: 2011-2-19 23:41

方便用cycle r 给个上证指数和豆油,豆粕的日线走势图?
作者: 369258208    时间: 2011-2-20 02:01

作者: mrgjy1818    时间: 2011-2-21 11:04
谢谢分享!!!!!!!!!!!!!!!!
作者: logoslogos    时间: 2011-2-21 22:56
楼主哪里搞到这么多的外软啊!!!太震撼了。
作者: dlts    时间: 2011-2-22 00:19
糖5分钟的
作者: 数码情    时间: 2011-2-22 08:55
不懂英文,但软件的确不错,好些功能是国内软件所没有的,希望楼主给介绍下。邮箱:601275020@qq.com
作者: dlts    时间: 2011-2-22 20:51
现在的英镑
作者: dlts    时间: 2011-2-25 19:00
莫里数学。今天的棉花
作者: gsan    时间: 2012-4-24 03:40

作者: knut01    时间: 2012-4-27 15:18
好像很复杂啊
作者: mky001    时间: 2012-4-27 21:31





欢迎光临 【阳光飞狐__与财富同行】 (http://bbs.88158.cn/) Powered by Discuz! X3.2