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 your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 83815 - 83844 of 143711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
83815
Jim, Currently you can't, but I suspect this and other features will be added soon. Obviously I can't foretell what Tomasz's plans are for AB, but I do know...
vlanschot
Offline Send Email
Jul 1, 2005
7:08 am
83816
Hello, You don't need OHLC for to use $TICKMODE. I have given not-so-fortunate example in the read me, but it is perfectly enough to supply Date-Time-Last...
Tomasz Janeczko
amibroker
Offline Send Email
Jul 1, 2005
7:32 am
83817
... already available full 2005q2 archive. -- Marek Chlopek...
Marek Chlopek
emcek
Offline Send Email
Jul 1, 2005
7:56 am
83818
hi, i am new to this group. can anybody help me to setup the dde of 5 paisa terminal of india infoline so that i can import the intraday quotes to amibroker. i...
eeshrat452
Offline Send Email
Jul 1, 2005
8:40 am
83819
Try this - Adjust the time period to what you are looking for Jason // Exploration to create //Correlation matrix // Be sure to set //"Apply to" to desired...
Jason Hart
jayhart_1972
Offline Send Email
Jul 1, 2005
8:40 am
83820
Following is a simple buy signal premised upon the 25 day simple moving average just having crossed above the 75 day simple moving average coupled with the 25...
ldriker
Offline Send Email
Jul 1, 2005
8:40 am
83821
Hi! I try to compare buy&hold with may trading system but I failed. Could somebody to give me an exemple how to compare profit of my trading system with...
amon_gizeh
Offline Send Email
Jul 1, 2005
8:41 am
83822
Hello, Yes, it is single-liner without even needing to write a loop: Buy = Sum( MA( Close, 25 ) > MA( Close, 75 ), 11 ) == 11; (note that in your code you are...
Tomasz Janeczko
amibroker
Offline Send Email
Jul 1, 2005
9:00 am
83823
Buy = Cross(MA( Close, 25 ), MA( Close,75 )) AND Ref(BarsSince(Cross(MA( Close, 25 ), MA( Close,75 ))),-1) > 10; ... From: ldriker To:...
ed nl
ed2000nl
Offline Send Email
Jul 1, 2005
9:00 am
83824
OK, I admit I have read too fast :-( Corrected formula is: Buy = MA( Close, 25 ) > MA( Close, 75 ) AND Ref( Sum( MA( Close, 25 ) < MA( Close, 75 ), 10 ) , -1 )...
Tomasz Janeczko
amibroker
Offline Send Email
Jul 1, 2005
9:03 am
83825
Can anyone tell me how i can take a data file from esignal and use it in an IB database. i have an esignal account but want to backfill the IB database This is...
coba702002
Offline Send Email
Jul 1, 2005
1:19 pm
83826
No there isn't - except for the stuff I've done for the PBI Collected Documentation at http://finance.groups.yahoo.com/group/amibroker-beta/files/ There have...
dingo
dingodigital
Offline Send Email
Jul 1, 2005
1:55 pm
83827
I've been trying to find a profitable entry / exit signal for the Short portion of a system. Using my long systems exits as short entries doesnt seem to work,...
eric paradis
thechemistry...
Offline Send Email
Jul 1, 2005
2:09 pm
83828
This will probably work: Buy=MA( Close, 25 ) > MA( Close,75 ) AND sum(MA( Close, 25 ) < MA( Close,75 ),11)==10; Ron D ... From: "ldriker"...
mrdavis9
xokie7
Online Now Send Email
Jul 1, 2005
2:44 pm
83829
ALL: I'm interested and while no expert I have a collection of snippets that I've filed on my Infoselect database over the past 2 years and would be happy to...
Joe Landry
rob61roy
Offline Send Email
Jul 1, 2005
2:45 pm
83830
Tomasz, Just wanted to thank you for the recent beta. I have it up and running real time and it's working perfectly. Both you and Marcin are terrific. Thank...
John
john888882001
Offline Send Email
Jul 1, 2005
3:10 pm
83831
That would be nice if we can get this off the ground. As to publishing others work: If it was posted on a forum then I think it would be ok (if anyone...
dingo
dingodigital
Offline Send Email
Jul 1, 2005
3:11 pm
83832
Hi, As for short entries/exits write up a whole new set of rules. On yesterdays CME webair Markus Heitkoetter of Rockwell Trading highly recommended time...
Jerry Gress
thegress
Offline Send Email
Jul 1, 2005
3:40 pm
83833
Joe, I have been doing much the same creating an indexed PDF of ideas pulled from the list. I am gone for the weekend and can’t get to the file but when I...
Duke Jones, CMT
sectorfund
Offline Send Email
Jul 1, 2005
3:41 pm
83834
Tomasz, My "kind words" are actually an understatement! And. Thank YOU for the point about using StaticVarSet and StaticVarGet. They are much easier than...
Dan Clark
danclark_public
Offline Send Email
Jul 1, 2005
4:00 pm
83835
when my buy conditions are met...I have a profit target also calculated. How can I ensure that it exits at that profit target although it might not be the same...
Eugene
johngalt1234
Offline Send Email
Jul 1, 2005
4:58 pm
83836
I am using TC2000 data. What is the easiest way to create watch lists of the various indexes, NASDAQ, S&P, etc. SImple question, I know, but any help would be...
tkoinaustin
Offline Send Email
Jul 1, 2005
5:52 pm
83837
Hello, I have set-up Wiki page at: http://www.amibroker.org/wiki/ as a tool for this collaborative documentation project. For those of you who do not know what...
Tomasz Janeczko
amibroker
Offline Send Email
Jul 1, 2005
6:18 pm
83838
Everybody here asking for features in front of new version comes out. Can I ask too? Some of system tester results are duplicating themself or they not much...
andreyoffline
Offline Send Email
Jul 1, 2005
6:40 pm
83839
Hello, I am not aware of any duplicate stats. And you can already customize backtester output using portfolio backtester interface: ...
Tomasz Janeczko
amibroker
Offline Send Email
Jul 1, 2005
6:43 pm
83840
Currently, value labels are shown in desceding order of value. Example: If I have a price chart and a stchastic overlay with value of Price=15, Stochastic= 20,...
Ara Kaloustian
Akaloustian
Offline Send Email
Jul 1, 2005
7:13 pm
83841
This guide is too complicated for me.. Can you please write formula that will remove "CAR" from results? I will try to understand the logic and remove others...
andreyoffline
Offline Send Email
Jul 1, 2005
7:15 pm
83842
I have a problem getting the 37 columns to stay where I change them. I can move them around, but the next time I hit "Back Test", it changes back to the...
me_rayme
Offline Send Email
Jul 1, 2005
7:58 pm
83843
boy that was quick duude! d _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of Tomasz Janeczko Sent: Friday, July 01, 2005...
dingo
dingodigital
Offline Send Email
Jul 1, 2005
8:46 pm
83844
How about this more intuitive code (for me and maybe for most others) by using Hold instead of Sum. I think Hold is also more efficient than Sum as it works...
Ajay Joglekar
joglekar_ajay
Offline Send Email
Jul 1, 2005
9:14 pm
Messages 83815 - 83844 of 143711   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