You can always use V=100*V; in plots and explorations Cheers, Graham http://e-wire.net.au/~eb_kavan/ ... From: wombatdigger [mailto:msimo40@...] Sent:...
Hello, Get the latest plugin from http://www.amibroker.com/bin/MS.dll and go to File->Database Settings->Configure then you will find the volume factor field ...
Hello, I would like to know if the code below is correct . the purpose is to create the average of top ranked tickers in a given watchlist Stephane listNum=0...
I'm trying to test a NASDAQ trading system. If long, the trade is held over until the next day and the margin requirement is $18750 per contract. If short the...
Hello, Right now margindeposit must be constant for one symbol (it may vary on symbol-by-symbol basis, but not on bar-by-bar basis). So right now you should...
Hi I've followed the thread on Periodicity, but I'm not clear for my application. I normally have periodicity set to Weekly. However I would like to run the...
That would work on a symbol by symbol basis for the old style back testing, but does it work correctly for portfolio testing. My understanding from emails to...
Hello Stephane, I think your code needs to sort the tickers according to Rank...Here is a snip of my code, since it is a cut/adjusted to your needs pleae...
German, There are TWO different kinds of margins. 1. MarginRequirement that is applied on ACCOUNT level http://www.amibroker.com/guide/w_settings.html Margin...
I am sorry, I was typing too fast, I should write "Graham," in the first line. Best regards, Tomasz Janeczko amibroker.com ... From: "Tomasz Janeczko"...
Hello, I am looking for the author/uploader of http://www.amibroker.net/3rdparty/MurreyMath.zip there is no author information nor any "read me" file and users...
I'm doing some basic explorations to identify shares that meet certain criteria , eg new highs / increasing volumes etc for further study. However, in...
... From: Tomasz Janeczko To: amibroker@yahoogroups.com Sent: Sunday, August 01, 2004 8:20 AM Subject: [amibroker] Who wrote and uploaded Murrey Math to 3rd...
Hi Tomasz What I want to do is search a certain time frame ( eg three months ) as defined in " From ... To " section and see which shares fit my criteria ,...
Hello, Before even starting using TimeFrame functions, PLEASE do read this http://www.amibroker.com/guide/h_timeframe.html very carefully. It says: "Please...
Hello, I am learning rotational trading and would like some feedback on PositionSize. I have the following in the code. MaxPos = 5; SetOption("InitialEquity",...
I am trying to determine how many bars in the last five minutes while using TICK charts. This would give me a sense of rate the data is coming in and let me...
Thanks, indeed Peter already contacted me. Thank you for help. (BTW: the problem was trivial - not copying the DLL by the user but anyway some small read me...
Hi, With the following code, it takes me over 40 minutes to run a database of 700 tickers. This code calculates 2 ratings, one for stocks and one for indices. ...
Tom, The DJ sector indices can be downloaded for free right off of Yahoo; if you're interested I can forward a notepad file with all the tickers ~ about 125 or...
Jesus Charles! What is in that formula? I just pasted it into AA and ran it on a watchlist of 150 stocks and I thought my computer was going to catch on...
Hello All, I am working on creating some statistics for my Interpretation Window. I am struggling with the coding to be able to display the date when the under...
Can we use a quad or dual processor computer to reduce run time? ... From: Jason Hart To: amibroker@yahoogroups.com Sent: 08/01/2004 10:19 PM Subject: Re:...