[amibroker] Re: Esignal RT Not Updating

2008-02-19 Thread Fraser
Thanks, I do have them all in capitals howeverBUT it seems like its fixed! I think the problem may have been Esignal10 Release Canidate 3I just installed RC4 this morning and now it all works as per normal! Regards. --- In amibroker@yahoogroups.com, "k.ghassemieh" <[EMAIL PROTECTED]> wrot

Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER

2008-02-19 Thread Ton Sieverding
Correct Prashanth. That's more or less where I left this AFL a year ago. Missing all kinds of .h includes to run it. I've tried to find the includes in my C++ stuff but failed ... Perhaps I should give it another try on the www ... Regards, Ton. - Original Message - From: Prashanth

[amibroker] hourly forex data IB

2008-02-19 Thread vishy_sharma
Hi, I want my hourly forex bars in amibroker to start at the hour like 15:00, 16:00 etc. What parameter should I alter? At present without any changes it gets me hourly bars starting at half past the hour like 15;30, 16:30 etc. vishal

[amibroker] Re: Persistent Variable Library for AFL and Writing Exploration Results to File

2008-02-19 Thread progster01
Tuzo and Herman, Thanks for your replies. I will look into applying your suggestions when I can return to the computer for more than a moment.

[amibroker] Ehlers DCF

2008-02-19 Thread dawsonsg
Hi Guys, Does anyone have a formula for ehlers dcf. I have been looking around and haven't been able to find anything. Regards Steve

[amibroker] Re: AFL code execution and optimization iterations

2008-02-19 Thread progster01
--- In amibroker@yahoogroups.com, "Herman" <[EMAIL PROTECTED]> wrote: > I optimize using a custom loop in and Indicator... Do you mean by this that you are not using the AA window and the Optimize button? Since I'm not even clear on what you are describing, I'm sure that whatever I could learn ab

Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER

2008-02-19 Thread Matt Busigin
This code is not AFL - it is C code, and the header files are C headers (with the exception of iostream, which is a C++ header). The only way you will get this to work is by using a C compiler (Microsoft Visual C++ or GNU C are most common, both which can be had for free - http://www.microsoft

[amibroker] Alertif Basics

2008-02-19 Thread ChrisB
Hi to all. Seems that going back to posts as far back as 2002 most of the Alertif threads just were not answered or satisfactorily resolved. Having set up an hourly strategy I would like to get hourly Scans to give me an alert. Having only Basic AB / AFL skill this seems to be a tall order. H

[amibroker] Alertif default for lookback

2008-02-19 Thread ChrisB
Hi If I do not set a value in the last parameter of Alertif( , Lookback = 1); what does this default to? -- Regards ChrisB

Re: [amibroker] Ehlers DCF

2008-02-19 Thread Ara Kaloustian
http://www.mesasoftware.com/ is Ehler's web site. He has a lot of short articles describing cycle trading. - Original Message - From: "dawsonsg" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 19, 2008 3:31 AM Subject: [amibroker] Ehlers DCF > Hi Guys, > > Does anyone have a formula

[amibroker] AmiBroker & Forex - Help Please!

2008-02-19 Thread ShortFox
Hi, I am new to forex, and would like to import the following currency pairs into AB: ___ USDCHF EURUSD USDCAD USDJPY EURGBP _ Does anybody know what are the right setting for each pair under*Symbol->Information *(especially TickSize and PointValue)? Also, what adjustments shou

[amibroker] Buyprice question

2008-02-19 Thread cdepuy
I am trying to have Amibroker backtest "execute" on prices that are something other than Open, Low, High, Close or Average (as specified in Backtester settings under Trade tab). I expected the code below, using BuyPrice variable to force backtesting to operate on my fixed values of x and y bel

Re: [amibroker] Buyprice question

2008-02-19 Thread Steve Dugas
Hi - Are your buy/sell prices outside the actual high-low price range? You could try adding this to your code to see if it helps... SetOption( "PriceBoundChecking", False ) Steve - Original Message - From: "cdepuy" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 19, 2008 4:45 PM Subje

Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER

2008-02-19 Thread k j
Well Matt what are you waiting for... priorities? Ahhh just kidding Matt Hi, I am not a programmer but I am interested... When one says " NEURAL ANALYSIS " what are we talking about. Relative to just pure analysis or TA of a stock how does this possibly differ. When googleing the term I g

Re: [amibroker] Buyprice question

2008-02-19 Thread Chris DePuy
Steve, thanks very much. That did the trick. I forgot about this logic-check that Amibroker does. Best, Chris - Original Message - From: Steve Dugas To: amibroker@yahoogroups.com Sent: Tuesday, February 19, 2008 2:43 PM Subject: Re: [amibroker] Buyprice question Hi - Are

[amibroker] Changing the stop loss depending on the stock price?

2008-02-19 Thread louisprefontaine
Ok I got an easier question and I hope I'll be clear at first! ;-) I already use the stop/loss option at 10% stop. But I'd like to have a changing stop: Example: Close<10 // I'd like a stop of 10% Close>10 AND Close<35 //I'd like a stop of 5% Close>50 // I'd like a stop of 2.5% I think you get

[amibroker] Saving bid/ask information from eSignal to Ami database

2008-02-19 Thread cdepuy
I am trying to get Amibroker Professional 5.0 while running eSignal to save bid/ask information on 5-second bars to a "dummy" ticker using ATC. What I have written below seems to write (and plot) a cumulative number to a dummy ticker called ~Bid that relates to each sequential bid and ask

[amibroker] help on basic quote importing needed

2008-02-19 Thread invlearn
hi all, so i am stuck with writing a script to automatically import quotes into ami, i dont see the updated quotes in ami after i run the script, even though i dont get any errors in running the script. please provide guidance. script : importMyData(); function importMyData() { quotefil

[amibroker] Re: Esignal RT Not Updating (futures contracts)

2008-02-19 Thread rahul sumant
hi everybody i am also facing same problem with esignal RT , i am using AB + esignal for quite long time in equity there is updation but when it comes to futures they are getting updated in realtime quote window but i have to force backfill everytime to get chartupdated i have done every tric

[amibroker] Re: help on basic quote importing needed

2008-02-19 Thread tuzo_wilson
--- In amibroker@yahoogroups.com, "invlearn" <[EMAIL PROTECTED]> wrote: > so i am stuck with writing a script to automatically import quotes > into ami, i dont see the updated quotes in ami after i run the script, > even though i dont get any errors in running the script. please > provide guidance

Re: [amibroker] NEURAL ANALYSIS IN AMIBROKER

2008-02-19 Thread Matt Busigin
Neural networks really have nothing directly to do with technical or fundamental analysis. What neural networks do in mathematical terms is approximate a function based on a series of training inputs and outputs. Then, you can run the neural network with the same types of inputs you were trai

[amibroker] query regarding intraday data in ami

2008-02-19 Thread inv learn
hello everyone, so i noticed that in ami you can see intraday data. i created a fictious file with quotes, but ami does not display anything, and i get a message "to plot any chart atleast 3 bars are needed..." the file abcd.csv has data as under: symboldatetimeo

Re: [amibroker] Re: help on basic quote importing needed

2008-02-19 Thread inv learn
thanks tuzo. for some reason, that didnt work for me either... tuzo_wilson <[EMAIL PROTECTED]> wrote: --- In amibroker@yahoogroups.com, "invlearn" <[EMAIL PROTECTED]> wrote: > so i am stuck with writing a script to automatically import quotes > into ami, i dont

Re: [amibroker] query regarding intraday data in ami

2008-02-19 Thread Prashanth
Hello, Are you looking at the chart in Tick Mode / Minute Mode? Cheers Prashanth - Original Message - From: inv learn To: amibroker@yahoogroups.com Sent: Wednesday, February 20, 2008 7:48 AM Subject: [amibroker] query regarding intraday data in ami hello everyone, so

[amibroker] Re: Migrating AmiBroker to New Vista Machine

2008-02-19 Thread b519b
--- In amibroker@yahoogroups.com, "garrybartsch" <[EMAIL PROTECTED]> wrote: > AmiBroker in Vista looks gorgeous and is wickedly fast (my old > machine was 4 years old and I thought AmiBroker ran fast on it but > the new install is smokin'). Thanks for sharing the how to tips for moving to Vista