Stanwell 发表于 2005-3-18 05:46

Originally posted by thingdi at 2005-3-17 07:09
""分钟线下没有我想要的指标,连macd这个指标都没有,"

不明白你的问题,再化一点时间看看帮助文件吧

“N-period candlesticks (time compression)
http://www.amibroker.com/library/f ...

Here is a simplied version which plots compressed candlestick of the neighbouring two periods. Click Parameter and slide the scale for the smoothfactor sc, you can see its effect. It's called average candle chart from enSign website.

// Using AMA to plot candle chart. Using smooth factor = 0.5, it is effectively two periods average price.
sc = Param("Current bar Weighting", 0.7, 0.2, 1.01, 0.1);
bBarOverlay = Param("Overlay bar chart: 0: N; 1: Y", 0, 0, 1);

aO = AMA(O, sc);
aH = AMA(H, sc);
aL = AMA(L, sc);
aC = AMA(C, sc);

PlotOHLC(aO, aH, aL, aC,"Average candle"+Name(), colorGreen, styleCandle);
if (bBarOverlay)
        Plot(C, "price", 1, styleBar);
GraphXSpace = 5;

[ Last edited by Stanwell on 2005-3-18 at 06:01 ]

Stanwell 发表于 2005-3-18 05:55

Originally posted by jennyforex at 2005-3-8 23:59

Interesting...
Anyway, virtual world is a part of our life...

Have you finished reading the book? If so, PM me your email address, I'll forward the homemade FibNodes to you.

Jenny,

I am done with that book. Got a rough idea about DiNapoli's work. Interestingly, he is in town at the moment and I had chance to attend his seminar midweek. He is a low key guy and looks older than his photo in the book though :).

I believe we may be able to use Amibroker to code his indicators, though AB doesn't have the graphic ploting capability. It could be tweaked around.

Cheers,

amkr1015 发表于 2005-3-18 08:23

Originally posted by ylp620 at 2005-3-17 22:06
来看看老朋友.
给朋友推荐一个看新闻的软件如图
YLP620和SHOUPING两位老朋友,你们近来可好?

jennyforex 发表于 2005-3-18 09:28

Originally posted by Stanwell at 2005-3-18 05:55


Jenny,

I am done with that book. Got a rough idea about DiNapoli's work. Interestingly, he is in town at the moment and I had chance to attend his seminar midweek. He is a low key guy and lo ...

I just sent the nodes to your email. It's not my work, so I can't upload here.

I haven't ever expected Joe was as charming as the picture on his website. He mentioned his jobs in the old time when DOS was the fun they had in computer. So, he is always an old chap in my opinion.

If AB doesn't support graph, it makes no sense to code it because the good of the Fibnodes or other indicators are the visual things. You get the direction by the eyes.If you try CQG, you can see how much a good tool can improve your performance.I guess TradeStation or esingals are more easy to code. I don't know.

Stanwell 发表于 2005-3-18 14:23

Originally posted by jennyforex at 2005-3-18 09:28


I just sent the nodes to your email. It's not my work, so I can't upload here.

I haven't ever expected Joe was as charming as the picture on his website. He mentioned his jobs in the old ti ...

Jenny,

I've got the file, many thanks.

I am not sure if you have ever tried TradeStation or eSignal yet. Actually, none of them can match Amibroker in terms of programming support, particularly eSignal as I am its subscriber, even though those two buzz much louder than AB.

Sometime ago, a Russian guy provided a code for Market Profile with AFL, the idea he used in there can probably be borrowed to display Fibnodes. If you are interested, I can send you the file.

Cheers,

jennyforex 发表于 2005-3-18 15:11

Stanwell,
I haven't tried them yet.I trade only Forex. Unlike stocks, Forex data are normally provided for free among normal platforms such as VT, MT, GFT...., and it happened that I know only Fibonacci which doesn't need more advanced technicals. So, I am almost a blind person in the software world.I'd love to learn more, but the data issue is quite frustratiing. I thinkit's not nessesary to pay while the free data are around, On the other hand, wherever the paid data comes from, it's not the same as my broker's. So, I'd prefer a software which is nice, and in addition, I can manage a free data resourse somehow. I really need some opinion on this issue before I study more.

ylp620 发表于 2005-3-18 20:47

Originally posted by jennyforex at 2005-3-17 22:57
能看国外的报刊杂志吗?
它有如下特点


支持 RSS, ATOM, RDF协议,内置协议 NewsAnts
自由添加Blog的RSS服务
自由添加新闻网站RSS服务
自由分类操作
内置几百种报刊、网站、电视广播,几千个分类频道
各省市自治区、港澳台、华人华侨报刊
新闻网站
几十个广播电视台
新闻、财经、社会、科教文卫、娱乐、体育应有尽有,国内外大事尽在NewsAnts
支持第三方插件:目前支持JavaScript, VB Script, 内置插件:
水木清华BBS插件:纵览几百个版面
BlogChina插件:和博客共思索
DoNews插件:博客的世界
支持新闻搜索
百度、新浪、千龙、Sogou便利搜索

jennyforex 发表于 2005-3-18 21:03

Originally posted by ylp620 at 2005-3-18 20:47

它有如下特点


支持 RSS, ATOM, RDF协议,内置协议 NewsAnts
自由添加Blog的RSS服务
自由添加新闻网站RSS服务
自由分类操作
内置几百种报刊、网站、电视广播,几千个分类频道
各省市自治区、港 ...

谢谢介绍!所谓RSS, ATOM, RDF是不是就是读者与新闻网站的付费方式?

ylp620 发表于 2005-3-18 21:11

Originally posted by amkr1015 at 2005-3-18 08:23

YLP620和SHOUPING两位老朋友,你们近来可好?
谢谢老朋友关心.在这次"春季攻势"中打了几了漂亮战,还是受益于朋友上次给的重要信息,在此也谢谢朋友了.

ylp620 发表于 2005-3-18 21:21

Originally posted by jennyforex at 2005-3-18 21:03


谢谢介绍!所谓RSS, ATOM, RDF是不是就是读者与新闻网站的付费方式?
我也不太清楚此事,关于RSS您可到此处看看

http://www.marketingstudies.net/blogs/rss/archive/000288.html

jennyforex 发表于 2005-3-18 22:51

Amk1005, New Concepts 的24到48页很可能是您打包压缩时拉下了,您 帮我找找。我想看Volatility Breakout 那一章。 DiNapoli的Stop Loss 有时候太远,我想结合volatility 改进一下。

ylp620, 谢谢!

biobuck 发表于 2005-3-19 01:12

Originally posted by thingdi at 2005-3-17 06:49
none at the moment...why not consider to purchase a license...great package & support at very reasonable price
just my 2c


Got metastock!Need to learn coding and get a feeling about Amibroker before purchasing a license.

biobuck 发表于 2005-3-19 01:19

Originally posted by amkr1015 at 2005-2-16 08:38

INDEX:INDU,D,19840117,000000,1267.5900,1275.7500,1260.8879,1271.4580,72489,0
INDEX:INDU,D,19840118,000000,1271.4580,1280.3600,1261.9280,1269.3700,113930,0
INDEX:INDU,D,19840119,000000,1269.3700 ...

Pyo and AMKR1015:

Metastock has not contacted me for months now.They apparently need more time to work on the bug.The orginal metastock data was good.Sorry guys.I will keep you updated if I heard from metastock again.

Good Luck with your trading!

amkr1015 发表于 2005-3-19 09:34

Originally posted by ylp620 at 2005-3-18 21:11

谢谢老朋友关心.在这次"春季攻势"中打了几了漂亮战,还是受益于朋友上次给的重要信息,在此也谢谢朋友了.
我是在想你的春季攻势怎么样了。战斗好象应该在前几天结束的,很高心你的胜利,但主要是你自己的功劳,我没有什么!!!!!

amkr1015 发表于 2005-3-19 09:42

Originally posted by jennyforex at 2005-3-18 22:51
Amk1005, New Concepts 的24到48页很可能是您打包压缩时拉下了,您 帮我找找。我想看Volatility Breakout 那一章。 DiNapoli的Stop Loss 有时候太远,我想结合volatility 改进一下。

ylp620, 谢谢!

查了,原件是缺页的,你看文件名称《New Concepts in Technical Trading Systems (NonFULL),我再想想其他办法吧.

shouping 发表于 2005-3-19 10:27

Originally posted by amkr1015 at 2005-3-18 08:23

YLP620和SHOUPING两位老朋友,你们近来可好?
很好,谢谢版主关心!:o

[ Last edited by shouping on 2005-3-19 at 10:35 ]

jennyforex 发表于 2005-3-19 12:07

Originally posted by amkr1015 at 2005-3-19 09:42


查了,原件是缺页的,你看文件名称《New Concepts in Technical Trading Systems (NonFULL),我再想想其他办法吧.

谢谢!
好消息:上次您给的FibTrader4 我不输入密码打不开就放弃了。昨天无意中在一个无名网站下了一个试用版,安装后发现是它含那个破解文件,而且已经破解过了。我忘了那个网站的地址了。我这就把这个破解版发到您的邮箱。

jennyforex 发表于 2005-3-19 12:54

文件太大,发不出去。我用"Add to Archive..." 之后就没看见在哪儿。怎么操作啊?

jennyforex 发表于 2005-3-19 13:25

Archive 之后,到哪儿去找这个压缩后的文件啊?

amkr1015 发表于 2005-3-19 18:50

Originally posted by jennyforex at 2005-3-19 13:25
Archive 之后,到哪儿去找这个压缩后的文件啊?
点“浏览”以确定文件压缩到哪里,点压缩分卷大小以确定.....
页: 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26 27 28 29 30 31
查看完整版本: AMKR1015———————资料专帖