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...
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 ,...
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...
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...
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: ...
Hello the formula i use in the guru commentary is "high" + WriteVal( H); "low" + WriteVal(L); " high with defined precision " + printf(StrFormat( "%.5f",...
Does the Guru commentary refresh at the same rate as the chart / data coming in ? ... From: murthysuresh To: amibroker@yahoogroups.com Sent: Monday, October...
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....
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...
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...
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...
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...
JMA is proprietary ... don't think anyone has the formula ... From: "Csaba Molnar" <m.csabee@...> To: <amibroker@yahoogroups.com> Sent: Monday, October...
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...
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...
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...
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 ); ...
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...
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...
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...
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...
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...
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:...
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...
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...
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...