Search the web
Sign In
New User? Sign Up
amibroker · AmiBroker User's List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 115651 - 115680 of 143800   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
115651
Hello All, I start using my new notebook with Vista in it. And install my 4.905 Amibroker on it. But I always get my Amiquote hung after downloading some...
Arifin Z. Alwie
zzfinn
Offline Send Email
Oct 1, 2007
8:44 am
115652
Hello every one , I want to import the "Symbol Information" data from an Excel File , Can any one help . I don't want to link a real time data from Excel ,...
eyeofbrain
Offline Send Email
Oct 1, 2007
8:44 am
115653
hi friends is there any amibroker guru who can solve my problem......i have one folder with data of last 15 years ....when i use autoupdate database option(in...
viren
vvvhhhrrr
Offline Send Email
Oct 1, 2007
8:45 am
115654
Hello, i am trying to figure out the amibroker language but it is tough to say the least. Could someone give me the code to make an MACD (3,10,16) that uses...
ad198500328
Offline Send Email
Oct 1, 2007
8:45 am
115655
Hello, Isn't free trial available ? http://www.amibroker.com/download.html You can test anything before purchase. The list of supported data sources is here: ...
Tomasz Janeczko
amibroker
Offline Send Email
Oct 1, 2007
9:01 am
115656
Hello, If existing MT4 plugin works, what is the advantage of writing another ? Best regards, Tomasz Janeczko amibroker.com ... From: Padhu To:...
Tomasz Janeczko
amibroker
Offline Send Email
Oct 1, 2007
9:02 am
115657
Hello the formula i use in the guru commentary is "high" + WriteVal( H); "low" + WriteVal(L); " high with defined precision " + printf(StrFormat( "%.5f",...
murthysuresh
Offline Send Email
Oct 1, 2007
9:14 am
115658
Does the Guru commentary refresh at the same rate as the chart / data coming in ? ... From: murthysuresh To: amibroker@yahoogroups.com Sent: Monday, October...
Anthony Faragasso
ajf1111us2000
Offline Send Email
Oct 1, 2007
10:18 am
115659
as per the docs Now the Guru chart commentary window is automatically updated and sychronized with the date selected on the chart using "Pick" selector tool....
murthysuresh
Offline Send Email
Oct 1, 2007
11:40 am
115660
Hi AD -- Here is afl code that computes the MACD -- first using exponential moving averages, then using simple moving averages. Change the 12, 26, and 9 to be...
Howard B
howardbandy
Offline Send Email
Oct 1, 2007
12:35 pm
115661
Tomasz, From What I understand it was written for MT3 and it works with mt4 but not tested etc. also if its from Amibroker, then it can be considered a...
Padhu
ccie8340
Online Now Send Email
Oct 1, 2007
1:11 pm
115662
ma_macd = ma(c, 3) - ma(c, 10); signal = ma(ma_macd, 16); ... From: "ad198500328" <ad198500328@...> To: <amibroker@yahoogroups.com> Sent: Sunday,...
wavemechanic
fimdot
Offline Send Email
Oct 1, 2007
2:14 pm
115663
I have some confusion about Amibroker Alert. I'm using Amibroker for Forex trader and I have about (8) pairs in Amibroker list. The current pair viewing in the...
Mohammed
softnews2003
Offline Send Email
Oct 1, 2007
6:49 pm
115664
Hi, I am using the latest version of AmiBroker Can somebody show me an afl optimization for JMA crossover? I am a really beginner in afl code writing and I...
Csaba Molnar
m.csabee
Offline Send Email
Oct 1, 2007
7:59 pm
115665
JMA is proprietary ... don't think anyone has the formula ... From: "Csaba Molnar" <m.csabee@...> To: <amibroker@yahoogroups.com> Sent: Monday, October...
Ara Kaloustian
Akaloustian
Offline Send Email
Oct 1, 2007
8:02 pm
115666
since i dont have a response that answers my issue, i am sending this issue off to support@ami today. ... selector ... resolution ... ...
murthysuresh
Offline Send Email
Oct 1, 2007
8:06 pm
115667
I am using the IB plug-in and they had a data error in IWM today. I tried to correct it with the Quote Editor but that did not work. I guess the plug-in is...
Barry Scarborough
razzbarry12000
Offline Send Email
Oct 1, 2007
8:07 pm
115668
your message is also confusing. are you using the easy alert or or u using alertif in a indicator or are you using alertif in a scan. more details and sample...
murthysuresh
Offline Send Email
Oct 1, 2007
8:48 pm
115669
Hi murthysuresh, You make me Laughs :), I'm using This Alert, AlertIf( Buy, "SOUND C:\\Windows\\Media\\Ding.wav", "Audio alert", 2 ); Also I'm using H1...
Mohammed
softnews2003
Offline Send Email
Oct 1, 2007
9:07 pm
115670
HI, I am trying to load the new chart template using OLE but it seems that it does not work. Does anyone have it working for him/her ?...
udikatz
Offline Send Email
Oct 1, 2007
9:40 pm
115671
GP...Here's the simple BO test system i'm using, nothing flash, & backtest entry/exit prices work as expected. Regards ========= SetTradeDelays( 0, 0, 0, 0 ); ...
justinwonono
Offline Send Email
Oct 1, 2007
10:06 pm
115672
if you are using it as part of indicator, it will alert for the current symbol on the chart u are using the indicator. if you are using it as prt of explore...
murthysuresh
Offline Send Email
Oct 1, 2007
10:25 pm
115673
if you run the AFL as indicator, only the chart which has the indicator willtrigger alertif. if you run the same AFL in automatic analysis, then all symbols...
Padhu
ccie8340
Online Now Send Email
Oct 1, 2007
10:53 pm
115674
Thank you very much, and I still not get you, What I need is to be notify when my buy/sell condition meet an any pair, I wrote my buy/sell condition in a...
Mohammed
softnews2003
Offline Send Email
Oct 1, 2007
10:59 pm
115675
then attach the same AFL to 8 diff charts separately. why are you so hesitant about not wanting to scan? each chart refresh takes cpu cycles.... AA scan works...
Padhu
ccie8340
Online Now Send Email
Oct 1, 2007
11:36 pm
115676
Folks: Attached is the task manager output when Amibroker 4.90.5 is runnning. It always spikes back and forth and stays very high near 90-100% . process shows...
Padhu
ccie8340
Online Now Send Email
Oct 2, 2007
12:42 am
115677
Are you working with real time tick data? If yes, that could be normal .... also you may have some background jobs that windows is running ... From: Padhu To:...
Ara Kaloustian
Akaloustian
Offline Send Email
Oct 2, 2007
12:57 am
115678
I use esignal realtime datafeed ...base chart interval is 1min...so not tickdata per se.. I ran msconfig and stopped unwanted services. even if i shutdown all...
Padhu
ccie8340
Online Now Send Email
Oct 2, 2007
1:00 am
115679
I'm Using plagin to MT4 realtime and I didn't meet this problem. All the best ... not tickdata per se.. ... else seeing this?. ... normal ... also you may have...
Mohammed
softnews2003
Offline Send Email
Oct 2, 2007
1:24 am
115680
i had it with AB connecting to iqfeed on forex. when i used 1 minute chart my machine got frozen. I used to have it when i was running just a chart with...
murthysuresh
Offline Send Email
Oct 2, 2007
1:41 am
Messages 115651 - 115680 of 143800   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help