hi, I believe these type of problems are usually solved using static variables. This example below would avoid two signals to be sent within the same hour and...
Hi, just bought a new laptop with intel core duo processor. installed Amibroker and had a strange problem : everything is fine except Amibroker crashes all the...
Hello, No, it is a bug in your formula. Send the formula to support and we will fix your formula. By the way you are using OUTDATED version. Upgrade to 4.90...
... Hello, No, I do not think it is a bug in my indicator because it works perfectly on another computer. I think the reason it does not work on the laptop is...
Hi Patrick. "... except Amibroker crashes all the time ...". I am very interested to know what you mean by 'crashes'. Is the program just hanging or are you...
... Here are the symptoms : If i just drag and drop a standard WMA indicator in a graph, it works for a few seconds (1 to 10) then i get an error message (see...
I told you: stop using cracked version 4.80. Cracked stuff has tendency to be unstable because crackers get their dirty hands on program and break things...
Hi Tomasz, I removed 4.8 and installed 4.9 from www.amibroker.com The problem is still there. I think it is a problem with the processor but would like to have...
Hello, I am running dual core AMD for 3 years now everyday and have no problems. In Houston on the conference there were people running dual core Intels as...
... The fact that it works on other computer means nothing. Zillions of times people swear they use "identical" everything and then after hours of mail swap it...
Thanks for that. I took a look and it looks like these tickers are the same as the Yahoo Finance site - so it's not a complete set. I think it is really odd...
I upgraded TWS to the version 875 (July 26) last night and this morning I could not get any of my AB charts to work. I get the error message "no chart to...
Ok, this approach will not work. Even though my graphs look right and the OHLC arrays are right, because I have to stay in the 5 second timeframe, studies are...
I'm trying to create a composite of the 15 most active stocks in the NYSE and NASDAQ. I've been looking through other posts that have tried to do the same...
I have searched everywhere for coding of this indicator to be used with amibroker but I have not found one yet. There is a post on here with a coding to an...
I am using TSX stock database and need to retrieve profile info for stock. Using marketwatch I have added "CA:{a}", and it works. Hwever, I have to manually...
Is there a way to set the maximum number of trades a system can make in a day? AB makes it easy to set the max number of open positions in a portfolio, but...
Hi all, I am thinking of buying Amibroker and am getting a little confused by all the different ways to get the tickers data for say the S&P 500. What is the...
hi there, on the same script if i have this i have the shape on the chart: SetChartOptions(0,chartShowArrows|chartShowDates); _N(Title = StrFormat("{{NAME}} -...
Schaff is nothing more than a stochastic of a MACD i.e. X = EMA(C, ShortLength); Y = EMA(C, LongLength); XY = X - Y; LLXY = LLV(XY, SomeLength); HHXY = HHV(XY,...
Hello, this is what I have. Do not remember from where I got it.... // Schaff Trend Cycle pdsCy=Param("Schaff cycle periods",10,2,40,1); pdsSh=Param("Short...
You said : "I have this indicator on Metatrader but the code is different and can't be used with amibroker's formula language." Why not posting the code and...
Corey, The lists depend on the source of your data. If you have a paid subscription, the standard lists (NYSE, AMEX, NASDAQ, ADRs, ETFs etc) are built in. You...
Took a trial at IQFeed today just so I could get tick data from NYMEX (IB is a waste). Today was a total IQFeed waste too (NYMEX feed screwed up) and now I...
timenum uses the time shown for the bars. this depends on your settings to use either start or finish time. You need to match this time. It also requires that...
Hello Everyone, Thinking about converting intra-day charting to the Volume Tick Based Charts setting (V - shares/contract) using IB data set to tick. Yes I...
I tried that once, too. As long as I was live everything was hunky dory, it's a technical term. :) Backfills, however, were quite another story since IB...
Dennis, You might want to change to Ninja Trader Charting 6.0. Has neat order entry that pops up on chart etc. Just one problem my first day of trial ...