Search the web
Sign In
New User? Sign Up
amibroker · AmiBroker User's List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 72558 - 72587 of 143789   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
72558
Tim, Did you pick that email on purpose or you just a hack? ATB MSG...
Michael.S.G.
theozfalcon
Offline Send Email
Nov 1, 2004
8:10 am
72559
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...
iascool
Offline Send Email
Nov 1, 2004
9:24 am
72560
try this Buy= cross(TimeFrameGetPrice( "L", inDaily, -1 ),O); sell=cross(O, TimeFrameGetPrice( "H", inDaily, -1 )); ... -- Cheers Graham ...
kaveman perth
kavemanperth
Offline Send Email
Nov 1, 2004
9:45 am
72561
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...
iascool
Offline Send Email
Nov 1, 2004
10:09 am
72562
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"); ...
Kropotkin
kropotkin_in...
Offline Send Email
Nov 1, 2004
11:34 am
72563
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,...
Anthony Faragasso
ajf1111us2000
Offline Send Email
Nov 1, 2004
11:59 am
72564
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. ...
kris45mar
Offline Send Email
Nov 1, 2004
12:10 pm
72565
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? ...
Kropotkin
kropotkin_in...
Offline Send Email
Nov 1, 2004
12:17 pm
72566
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:...
Anthony Faragasso
ajf1111us2000
Offline Send Email
Nov 1, 2004
12:26 pm
72567
Hello, I am a retired stockbroker, air-traffic controller, commercial pilot/flying instructor living in Dartmouth, Nova Scotia. I chose the nic carefully...
raven4ns
Offline Send Email
Nov 1, 2004
12:51 pm
72568
... 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...
Scott Cong
glider128
Offline Send Email
Nov 1, 2004
1:32 pm
72569
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 ...
Tomasz Janeczko
amibroker
Offline Send Email
Nov 1, 2004
3:26 pm
72570
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...
Ashish Bhatia
bhatia_ash
Offline Send Email
Nov 1, 2004
6:54 pm
72571
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...
bestbobleonard
Offline Send Email
Nov 1, 2004
6:55 pm
72572
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...
Christoper
them1060
Offline Send Email
Nov 1, 2004
10:28 pm
72573
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...
kaveman perth
kavemanperth
Offline Send Email
Nov 1, 2004
10:29 pm
72574
How can I see the PositionScore when running a scan in AA? Thanks - chris...
Christoper
them1060
Offline Send Email
Nov 1, 2004
11:40 pm
72575
Some more info, hopefully this helps someone work out what the bug is: I tried again, on the Australian stock HWI. It worked correctly: ...
Kropotkin
kropotkin_in...
Offline Send Email
Nov 2, 2004
12:13 am
72576
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 ...
Collectable Images
tina_chartguru
Offline Send Email
Nov 2, 2004
12:52 am
72577
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...
Ken Henderson
sfehendo
Offline Send Email
Nov 2, 2004
1:20 am
72578
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...
Anthony Faragasso
ajf1111us2000
Offline Send Email
Nov 2, 2004
1:31 am
72579
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 ...
das300@...
mel100_m
Offline Send Email
Nov 2, 2004
1:53 am
72580
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...
Terry
magicth
Offline Send Email
Nov 2, 2004
1:56 am
72581
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...
Herman van den Bergen
psytek2
Offline Send Email
Nov 2, 2004
1:59 am
72582
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 ...
iascool
Offline Send Email
Nov 2, 2004
2:36 am
72583
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...
murthysuresh
Online Now Send Email
Nov 2, 2004
2:45 am
72584
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...
Christoper
them1060
Offline Send Email
Nov 2, 2004
3:09 am
72585
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...
das300@...
mel100_m
Offline Send Email
Nov 2, 2004
3:40 am
72586
Hello, Can somebody post an example of how to use the for loop in AFL? Thanks....
kubikconcepts
Offline Send Email
Nov 2, 2004
3:59 am
72587
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...
kubikconcepts
Offline Send Email
Nov 2, 2004
4:02 am
Messages 72558 - 72587 of 143789   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help