hi I update AB intraday manually thru excel. I intend to find the stocks at the opening bell ,which 1)Open above previos days high and ( Action-Short) 2)Open...
HI I have found a AB to MS dll in the files section . But the mail ID of Bruce Hearder seems to be changed . Does any one has his latest mail ID regards...
I've found the problem, now I need the solution. The problem: if I search for break of support resistance, using code such as: Above_SR = C > Study("SR"); ...
I created a trendline sloping down, using ticker APPX....called it StudyID SR...loaded your formula in AA , selected current ticker, n last quotations and n=1,...
Terry Filter= Date() == Now(1); works great now on Monday 1st Nov 2004. this works OK for limiting scans during the week to those that have traded today. ...
Thanks Anthony. Maybe it's a beta problem. I'm using 4.63 beta. I was getting getting the same problems with my previous version (4.58 beta, I think). Tomasz? ...
I am also using the most recent Beta... ... From: Kropotkin To: amibroker@yahoogroups.com Sent: Monday, November 01, 2004 7:15 AM Subject: [amibroker] Re:...
Hello, I am a retired stockbroker, air-traffic controller, commercial pilot/flying instructor living in Dartmouth, Nova Scotia. I chose the nic carefully...
... The discussion on integral is really interesting. Maybe the derivative has to come from using lower timeframe. One way to achieve the magic combination is...
Hello, Just add some future data points using Symbol->Quote Editor and you will see projections into the future. Best regards, Tomasz Janeczko amibroker.com ...
Hi, Is there a way of incorporating weekly and monthly values for an indicator in Automatic Analysis. For example a buy should be given in Daily chart when it...
Hello, I'm a newbie and my problem is simple. I obviously don't read the documentation correctly. I just looking for EMA on a different time frame. The code...
This is most definately doable. Take a look here: http://www.amibroker.com/guide/h_timeframe.html Especially, example 3 with the triple screen example. Just...
You need to use timeframeexpand to change the weekly arrays to match the daily bars, otherwise the weekly is compressed to the right hand end of the chart On...
Hi, I drag indicators onto the main chart window and sometimes they work fine (like a MA) and other times a straight line results and all the indicators ...
Hi Can anyone advise how to expand the vertical axis for the formula below:- Many thanks in advance. Ken /* MA now operates on 15 minute data, ma15_13 holds...
Chris, I am not getting your results....it works everytime..... Maybe you can right click on the line and select properties...and show a screen shot of the...
Thanks yes I have. When I drag and drop function A or B first it works fine. Its when I drage a drop the second function that I get both dissapearing. Its ...
I assume you are having problems seeing the MAs? I believe you need to TimeFrameExpand them to the original time frame (same time frame as your Close plot) so...
Try this. Right click on the chart and select edit formula, then change settings for Scaling to Automatic. it often defaults to a weird custom setting and that...
Thanks Kaveman I really appreciate your changes in code have worked instantly on daily charts. I have a bit problem on intraday charts , I have imported @ 50 ...
Tomaz I have a few questions on esignal data. Does the Esignal Plugin work with Esginal EOD data? Does it automatically import the sectors and industries. I...
Since there's no reply to this, I'm assuming this ain't possible. I was only wondering because it would be great to completely seperate Quote-Data from...
yes would be nice if it could remain static in auto till changed... my problem is overlaying two custom functions with drag drops.. they just dissapear after...
Hello, I want to find out how many times a particular condition led to a certain other set of conditions. For example: How many times did a a tag of the...