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...
Show off your group to the world. Share a photo of your group with us.

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 91800 - 91829 of 143734   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
91800
1) "... the only way to have different timeframes on the same ticker is to change them on the fly ..." Not exactly. After you follow instructions from my...
Lesmond V
lesv99
Offline Send Email
Jan 1, 2006
8:57 am
91801
Can anyone shed some light on "Chart ID". It somehow links charts to panes. Any examples how to use it. When panes have the same chart id you should be able to...
Lesmond V
lesv99
Offline Send Email
Jan 1, 2006
10:12 am
91802
Hi I need help with some piece of code. I want to use SAR as a trailing SL for my long only system. The SAR should start from the buy day and move on till Sell...
Pankaj Chawla
talk2pankaj
Offline Send Email
Jan 1, 2006
10:12 am
91803
Ooops I pressed the Send button befor I was done. So here is the algo again: Buy = Condition1; BuyPrice = X; Sar = X-Y; Sell = Cross(Sar, C); While(Long AND...
Pankaj Chawla
talk2pankaj
Offline Send Email
Jan 1, 2006
10:18 am
91804
Hi cstrader, I would like to display on a daily chart (i.e. green triangles) the weekly bands squeeze (green candle). In the screenshot below, the bands ...
Evo1
Evo1@...
Send Email
Jan 1, 2006
10:42 am
91805
Use the SAR base code that Tomasz put in the AFL library, and use the Buy as the start -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I...
Graham
kavemanperth
Offline Send Email
Jan 1, 2006
11:35 am
91806
Hello and happy new year! How can I code the following? go long in a stock when Nasdaq is above the 9 day MA go short in a stock when Nasdaq is below the 9 day...
cagigas00
Offline Send Email
Jan 1, 2006
1:09 pm
91807
Hi, anyone have the code for this system with buy and sell signals?...
dxb_someone
Offline Send Email
Jan 1, 2006
2:20 pm
91808
Lesmond. Really sorry, but i just don't get that. No matter what I try, I find that changing the trading hours using || alt-v - intraday || changes all of...
cstrader
cstrader232
Offline Send Email
Jan 1, 2006
4:47 pm
91809
... Put your own symbol in place of the index, OTC-C. You can look at this in a plot or use it in AA for a backtest. ... index = Foreign("OTC-C", "Close"); Buy...
Bill Barnard
wwbarnard
Offline Send Email
Jan 1, 2006
5:23 pm
91810
Hello, A new beta version (4.75.0) of AmiBroker has just been released. It is available for registered users only from the members area at: ...
Tomasz Janeczko
amibroker
Offline Send Email
Jan 1, 2006
7:41 pm
91811
Please, help me Many thanks ... Please, help me Many thanks Evo1 a crit : Hi cstrader, I would like to display on a daily chart (i.e. green triangles) the ...
Evo1
Evo1@...
Send Email
Jan 1, 2006
7:49 pm
91812
Can anybody help me with my codes here, please. I am trying to buy at Inside bar high, put a fixed stop at low. Sell at fixed number of bars later (eg, End of...
moneypro
Offline Send Email
Jan 1, 2006
8:39 pm
91813
Hi All: SInce I have not received any reply from support @ AB to this question - I've decided to post this question to the list.. I am trying to compare...
Paul
trader360
Offline Send Email
Jan 1, 2006
8:39 pm
91814
I have been using for some time Amiquote for automatic daily stock price updates from Yahoo with no problem. I have run Amiquote today to get yesterday prices...
Dario Polo
dario20016
Offline Send Email
Jan 1, 2006
8:41 pm
91815
I have the following code: BuySetup = condition1 BuyStop = ValueWhen(BuyStop,H); Buy = Cross(H,BuyStop); SellStop = ValueWhen(Buy,L); Sell = Cross(Sellstop,L);...
moneypro
Offline Send Email
Jan 1, 2006
8:41 pm
91816
Hello, Yes it can be programmed. See Ref built-in function Best regards, Tomasz Janeczko amibroker.com ... From: "Paul" <aspen@...> To:...
Tomasz Janeczko
amibroker
Offline Send Email
Jan 1, 2006
8:43 pm
91817
Hello,o The simplest way is just to use ApplyStop LongStopAmount = BuyPrice - ( L - 0.01 ); ShortStopAmount = ( H + 0.01 ) - ShortPrice; ApplyStop(...
Tomasz Janeczko
amibroker
Offline Send Email
Jan 1, 2006
8:51 pm
91818
Excellent work! Lots of examples, too. Thanks, TJ. -CS ... From: Tomasz Janeczko To: amibroker@yahoogroups.com ; amibroker-beta@yahoogroups.com ;...
Corey Saxe
futuresproj
Offline Send Email
Jan 1, 2006
8:53 pm
91819
Thanks T.J. As a new user of your software I am continually discovering the power and flexibility of your software. And to see that it is always being updated...
Dave's Laptop
marketmonk777
Offline Send Email
Jan 1, 2006
9:03 pm
91820
Hi T.J. I forgot to mention one such example of the power and flexibility of the software. I have been using TC2005 for many years and each night I perform ...
Dave's Laptop
marketmonk777
Offline Send Email
Jan 1, 2006
9:12 pm
91821
IMPRESSIVE Speed Gain. Thanks Ara ... From: Tomasz Janeczko To: amibroker@yahoogroups.com ; amibroker-beta@yahoogroups.com ; amibroker-news@yahoogroups.com ...
Ara Kaloustian
Akaloustian
Offline Send Email
Jan 1, 2006
9:16 pm
91822
just a quick idea, without testing... BuySetup = Ref(inside(), -1); BuySetup = Flip(BuySetup, Sell); BuySetup = BuySetup and NOT Ref(BuySetup, -1); BuyStop =...
hoolee0820
Offline Send Email
Jan 1, 2006
10:10 pm
91823
You must use a For Loop to control the stops value and the buy/sells unless the buy and sell are mutually exclusive eg use same inverse conditions like cross...
Graham
kavemanperth
Offline Send Email
Jan 1, 2006
10:28 pm
91824
No one can help me ? ... No one can help me ? Evo1 a crit : Please, help me Many thanks Evo1 a crit : Hi cstrader, I would like to display on a daily chart...
Evo1
Evo1@...
Send Email
Jan 1, 2006
10:55 pm
91825
Hi Dario, Saturday, December 31, 2005, 1:00:27 AM, you wrote: DP> I have been using for some time Amiquote for automatic daily stock DP> price updates from...
Yuki Taga
yukitaga
Offline Send Email
Jan 1, 2006
11:15 pm
91826
Evo it is holiday season so most would be taking time off, or taking it a bit easier. Have you plotted the conditions that you required for the green dots? I...
Graham
kavemanperth
Offline Send Email
Jan 1, 2006
11:16 pm
91827
Hi Tomasz, I don't think this behavior is particular to 4.75.0 (having appeared earlier), but is there a way you could formulate the program so that the hidden...
Yuki Taga
yukitaga
Offline Send Email
Jan 1, 2006
11:57 pm
91828
Hello, Since it is NOT limited to any particlar tab set/layout (you can move every tab in whatever side you want including tabs that were NOT present on the...
Tomasz Janeczko
amibroker
Offline Send Email
Jan 2, 2006
12:01 am
91829
Hi Dave! How did you learn how to do that?? I'm still having trouble learning AB to the point I'm comfortable with it, and I feel embarrassed, when I keep...
millowena@...
Send Email
Jan 2, 2006
12:26 am
Messages 91800 - 91829 of 143734   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