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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 96662 - 96691 of 130629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
96662
Hello, I am looking for a way to customise an afl code in to layer.So that when the layer is on,indicator(eg pivot) appears on price screen and when not...
iascool
Offline Send Email
May 1, 2006
9:04 am
96663
Hi Is there a way to format a number to a set number of decimal places. E.g. In the below example round the number to 2 decimal places. PlotText( "Buy @ "+...
Peter
nz_peter_a
Offline Send Email
May 1, 2006
9:31 am
96664
Sell=Cross(Ref(LLV(L,LBak),-1),C); I use the above code as a trailing stop. The problem is that it can allow the trailing stop to fall without an exit being...
ianjw2
Offline Send Email
May 1, 2006
9:33 am
96665
In simple english you want the indicator to respond in a particular fashion/manner subject to the periodicity of the chart or do you want to be able toggle...
Rakesh Sahgal
rakeshsahgal
Offline Send Email
May 1, 2006
10:43 am
96666
Hi Peter, Using the example of the PlotText function in the AB Help files, I have wrapped the integer function around the Buy Price. See the example below: ...
Gordon Sutherland
gosuth
Offline Send Email
May 1, 2006
11:11 am
96667
Thanks Ara. Got it. I am wondering if there is a program that can do it for me automatically. Do you know? Thanks again. Don ... From: Ara Kaloustian...
xiao feng
donkeyover
Offline Send Email
May 1, 2006
12:30 pm
96668
The following worked for me to modify the DataBase for some ... $FORMAT NAME, MARKET, INDUSTRY $OVERWRITE 1 PWC, 2, 250 PWO, 2, 250 PWB, 2, 250 PWV, 2, 250 ...
Ed Hoopes
reefbreak_sd
Offline Send Email
May 1, 2006
2:55 pm
96669
Right. You either change the default number of decimal places in Tools->Preferences OR you use the Title = statement and then your printf formatting will work....
Terry
magicth
Offline Send Email
May 1, 2006
3:07 pm
96670
This is like a Chandelier exit with different parameters (instead of ATR). I had to use loops to implement this. You need to keep track of the previous highest...
Terry
magicth
Offline Send Email
May 1, 2006
3:53 pm
96671
Is it possible to use AmiQuote to collect data from Lycos/Quote.com to Ascii, txt or MetaStock format? I would like to learn how to program this alternative. ...
amarilloblanco
Offline Send Email
May 1, 2006
4:11 pm
96672
Sure! Put quote.com in the search tab of the help file and click list topics. But then you tried that, right? d _____ From: amibroker@yahoogroups.com...
dingo
dingodigital
Offline Send Email
May 1, 2006
4:30 pm
96673
Yes, this is exactly the problem I am having. Two different databases, but there seems to be some conflict. For a while, I'll have rebuild a pane with...
ges x
techsmart
Offline Send Email
May 1, 2006
4:30 pm
96674
Alex, CMO is easier to calculate than RSI. Try ... #include <cmo.afl> Len = Param("cLen",8,3); Plot(CMO(C,Len), _DEFAULT_NAME(), ParamColor( "Color",...
Bob Jagow
BobJagow
Offline Send Email
May 1, 2006
5:27 pm
96675
Hi, wonder if is possible to create a portfolio with different symbols and percents for backtesting AND chart it. thank you David...
DEJAVU_US
Offline Send Email
May 1, 2006
5:27 pm
96676
Terry. I have the preferences set to 2 decimal places but the below plot gives 4 decimal places. I'm not sure what you mean with your remarks about Title. How...
Peter
nz_peter_a
Offline Send Email
May 1, 2006
7:07 pm
96677
Peter: If I understand your question, why don't you use numToStr() ? Something like PlotText("Standard Deviation is " + numToStr(StandardDeviationInTheRange,...
Mark H
sdkingman
Offline Send Email
May 1, 2006
7:31 pm
96678
Peter, Mark has another idea I did not consider. I'm sure it works as well. I can't explain why you're getting 4 decimals if your default is set to 2. Here's a...
Terry
magicth
Offline Send Email
May 1, 2006
8:02 pm
96679
i recently converted a rather large formula from SetForeign() to GetRTData(), but now i can't seem to get my AlertIfs working. Could someone help me out and...
dirk schreiber
tianatrading
Offline Send Email
May 1, 2006
8:22 pm
96680
Thanks Guys. The code below looks great and I might have to use some of that!! NUMTOSTR is what I was looking for! Cheers. Peter ... From:...
Peter
nz_peter_a
Offline Send Email
May 1, 2006
8:57 pm
96681
I haven't as yet used loops in any of my AFL coding. Now that you've suggested that this is a direction I'll probably have to go, I at least now have an idea...
Ian West
ianjw2
Offline Send Email
May 1, 2006
11:51 pm
96682
I know how to use fopen, fputs, fclose. But is there any trick to programming AFL to append a line to a text file for every Alert that is triggered?...
Mark & Jean Petereit
you_and_impr...
Offline Send Email
May 2, 2006
2:49 am
96683
if you open the file with an "a" instead of "w", AFL will append file ... From: "Mark & Jean Petereit" <petereits@...> To:...
Ara Kaloustian
Akaloustian
Offline Send Email
May 2, 2006
3:14 am
96684
Thanks Rakesh , the later was my aim .I ll try it out Regards ... want to be ... that ... and ... only. ... ...
iascool
Offline Send Email
May 2, 2006
3:23 am
96685
HI, It' s been a while since I programmed AB as I now have it on automatic but i was wondering if anyone had ideas to help me implement the following: I wish...
moztrader
Offline Send Email
May 2, 2006
7:48 am
96686
sorry I have re written the problem to make it clearer: HI, It' s been a while since I programmed AB as I now have it on automatic but i was wondering if...
moztrader
Offline Send Email
May 2, 2006
7:51 am
96687
I try to find a way to import futures definition into AB. I tried with the following text file but nothing happens $FORMAT SYMBOL,MARGIN $NOQUOTES 1 $SEPARATOR...
teuffy
Offline Send Email
May 2, 2006
9:46 am
96688
Anybody know if you can get a feed from IB for mini Dow futures options? I am reading the latest upgrades notes ... C ODAX MAR 06 5500-DTB-O P ODAX MAR 06...
orionsturtle
Offline Send Email
May 2, 2006
9:46 am
96689
HI, Gann fan drawn at the early stage, but the fan lines are not extending with addition of data automatically. Is it normal for Amibroker Standard edition...
saritguha
Offline Send Email
May 2, 2006
9:48 am
96690
Yes, I understand that. What I'm not sure of is exactly where to place the code in my AFL or how to trigger it. I currently have something similar to the...
Mark & Jean Petereit
you_and_impr...
Offline Send Email
May 2, 2006
11:14 am
96691
Thanks Ed. I will give it a try. Don. ... From: Ed Hoopes <reefbreak_sd@...> To: amibroker@yahoogroups.com Sent: Monday, May 1, 2006 11:52:27 AM Subject:...
xiao feng
donkeyover
Offline Send Email
May 2, 2006
12:32 pm
Messages 96662 - 96691 of 130629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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