[amibroker] Re: Sort Watchlists anyway you want

2010-01-10 Thread rhoemke
Similar with layers and broker.layers file in Amibroker directory. Regards Robert --- In amibroker@yahoogroups.com, "patsgreatdeals" wrote: > > Some folks may know this, others may not so I thought I would post it. > > I like watchlists sorted in a way I prefer, not alphabetically, or with new

[amibroker] Re: Automated Internet Based Stock Scanners

2009-10-14 Thread rhoemke
Thank you. Limit for TradeIdeas would be interesting, as they already have the filters i need. --- In amibroker@yahoogroups.com, Mark Hike wrote: > > IQFeed states that they support 1800 symbols for additional fee (Basic is > 500). > > On Wed, Oct 14, 2009 at 9:09 AM, Herman wrote: > > > >

[amibroker] Re: Automated Internet Based Stock Scanners

2009-10-14 Thread rhoemke
David, how many stocks can be scanned maximum with trade-ideas? I need to scan all US stocks and it's hard to find a service that allows more than 1000. Regards Robert --- In amibroker@yahoogroups.com, "dbwyatt_1999" wrote: > > > Herman, > > The best stock scanning service I've used is Trade

[amibroker] Re: A challenge to the Amibroker community

2009-08-05 Thread rhoemke
Hi, this is great. Looking forward to your code. Regards Robert --- In amibroker@yahoogroups.com, "Elizabeth Kennedy" wrote: > > > Dear all, > > I think this can be coded as a strategy within Amibroker and applied to > stocks. > > Scientists crack 'two-envelope' problem > http://www.abc.net

[amibroker] Re: Loading Settings in Backtester

2009-07-19 Thread rhoemke
Make extra settings file with Setoptions lines and include it in your code. But not every AA Setting is covered with Setoptions function. Therefore my suggestion http://www.amibroker.com/feedback/view_bug.php?bug_id=519 , but not implemented yet. Regards --- In amibroker@yahoogroups.com, "b

[amibroker] Re: How to code a Adaptive StDev()

2009-06-14 Thread rhoemke
Hi, chart must not show space after the last bar. Regards Robert --- In amibroker@yahoogroups.com, Thomas Ludwig wrote: > > Mike, > > thanks for sharing this code. > > On 14.06.2009, 13:31:28 Mike wrote: > > > > > for (i = firstBar; i <= lastBar; i++) { > >if (periods[i] > > Ho

[amibroker] Re: What Can't Amibroker Do?

2009-05-01 Thread rhoemke
"To my surprise it seems as if Amibroker not only meets these criteria but exceeds them. " If this is the case btw. for only about 10% of MS price, there is no need to ask into the negative direction. Just buy it. But if you like: It can't cook, raise children and other things in this direction

[amibroker] Re: what would you do differently with Amibroker

2009-05-01 Thread rhoemke
Hello, i am a bit wondering about your intention with this thread. You use Metastock, a software with great limitations (i.e. fixed number of variables and length of code, no autotrading possibility, quite unstable dataconnection if any, to a broker by third party patchwork just to name a few)

[amibroker] Re: What can a proven programming loser like me do with AB / AFL?

2009-04-09 Thread rhoemke
Hi, talk to Graham. http://www.aflwriting.com/ Regards --- In amibroker@yahoogroups.com, "samu_trading" wrote: > > All, > > I don't know what to do any more. I've tried what I could, but completely > fail at programming anything in AB / AFL. I would so much like to backtest my > trading ide

[amibroker] Re: How To Specify First Bar Of Day?

2009-04-03 Thread rhoemke
NewDay = Day() != Ref(Day(),-1); HighFirstBar = ValueWhen(NewDay, H); Buy = Cross(H, HighFirstBar); // Doesn't give signal if second bar high is already // higher than HighFirstBar and high never comes back this day. // But Buy = H > HighFirstBar gives a // signal for every bar that got highe

[amibroker] Re: Easiest way to delete large number of quotes

2009-03-18 Thread rhoemke
Look at Preferences/Data/Limit number of saved quotations Regards Robert --- In amibroker@yahoogroups.com, "dclayw" wrote: > > I have 12 symbols in my database with intraday quotes going back beyond 12 > months. I really only want to maintan about 1 months worth of data for each > symbol. What

[amibroker] Re: Market Profile old charting feature

2009-03-10 Thread rhoemke
http://www.tedtick.com/downloads/steid.pdf --- In amibroker@yahoogroups.com, "rhoemke" wrote: > > Market Profile is totally different from VAP. > See here: > http://www.cbot.com/cbot/pub/page/0,3181,1168,00.html > > Regards > Robert > > --- In amibro

[amibroker] Re: Market Profile old charting feature

2009-03-10 Thread rhoemke
Market Profile is totally different from VAP. See here: http://www.cbot.com/cbot/pub/page/0,3181,1168,00.html Regards Robert --- In amibroker@yahoogroups.com, "Tomasz Janeczko" wrote: > > It is included under "Charts" / "Basic Charts": > "Volume At Price Multi" > > > Formula: > > _SECTION_BEG

[amibroker] Re: TradeStation...

2008-12-04 Thread rhoemke
Hi, you can download Multicharts Trial http://www.tssupport.com/support/downloads/ and then Import the .eld into PowerLanguage Editor. Then you see the code. Regards Robert --- In amibroker@yahoogroups.com, "sidhartha70" <[EMAIL PROTECTED]> wrote: > > Hi, > > Anyone got TradeStation...? > > I

[amibroker] Re: How to Reference Market Open in AFL?

2008-10-29 Thread rhoemke
instead of timenum try timenum(). --- In amibroker@yahoogroups.com, "rhoemke" <[EMAIL PROTECTED]> wrote: > > Hi, > > if(timenum == 93) > {... > } > > This should be the first minute in trading and you can reference the > open of this bar in 1 min

[amibroker] Re: How to Reference Market Open in AFL?

2008-10-29 Thread rhoemke
Hi, if(timenum == 93) {... } This should be the first minute in trading and you can reference the open of this bar in 1 minute frame. Hope i understood what you try to do. Regards Robert --- In amibroker@yahoogroups.com, "alva.ning" <[EMAIL PROTECTED]> wrote: > > HI, anybody can help? > >

[amibroker] Re: "WEB ID" number of characters

2008-09-17 Thread rhoemke
Just wanted to join this. I#m starting to use Web Research more intensive and see that it is a limitation in working with Non-US titles. Regards --- In amibroker@yahoogroups.com, "ramvilas" <[EMAIL PROTECTED]> wrote: > > Is it possible to increase number of characters of "WEB ID" from six > to

[amibroker] Re: Freakishly fast backtest using 64 cores

2008-08-05 Thread rhoemke
Maybe it all becomes easier with this here? http://www.intel.com/pressroom/archive/releases/20080804fact.htm?iid=pr1_releasepri_20080804fact

[amibroker] Re: Anyone actually making money?

2008-07-31 Thread rhoemke
"and how do you do it? " This one was good :) I don't think that anyone who made it, would give you the receipt to copy. It is all up to you to find somthing that satisfies your needs. My opinion is, after going from EOD to intraday down to ticks and back, that it makes no sense going too micro

[amibroker] Re: Trading system to trade only ONCE per day

2008-04-16 Thread rhoemke
Hi, put this at the end of your code // ** ONLY ONE TRADE EVERY DIRECTION *** L_trade = 0; firstBarOfTheDay = DateNum()!=Ref(DateNum(),-1); for (i=0;i wrote: > > Hello, > > Can anyone help me? > > 1. Is it possible to code a intra day trading system that takes a

[amibroker] Merge per Script

2008-04-12 Thread rhoemke
Hello, can someone help with a script that merges symbol-IBIS-STK with symbol-XET data? I.e. copy data from ALV-XET into ALV-IBIS-STK. Additionally i need a script that deletes intraday data within a symbol and only leaves EOD quotes. Regards Robert

[amibroker] Re: Trading an equity based on MA crossover of another equity

2008-04-06 Thread rhoemke
Use Timeframeset or Timeframegetprice functions. Regards Robert --- In amibroker@yahoogroups.com, "droskill" <[EMAIL PROTECTED]> wrote: > > Related question: I want to reference another signal on a different > timeframe - how would I do that? Say I want to see if the SPY cross > the 200ma on a w

[amibroker] Re: Interactive Brokers plugin policy change

2008-03-12 Thread rhoemke
t I ? > I said that I will deliver NEXT version with extra features. > And I will, at some point of time. I am always releasing new versions (http://www.amibroker.com/devlog). > > And no, I don't want donations anymore. Especially when the meaning of the word is not understood pro

[amibroker] Re: Interactive Brokers plugin policy change

2008-03-12 Thread rhoemke
es should always honour their promises). > > I also respect him for the transperancy of his actions. > > I don't know of any other CEO who will come into a public forum and > answer to his customers. > > brian_z > > > > --- In amibroker@yahoogroups.com,

[amibroker] Re: Interactive Brokers plugin policy change

2008-03-12 Thread rhoemke
r.com/devlog/2006/05/24/donate-future-development-of-ibcontroller/ > means treating you badly?? > > That's beyond my understanding sorry. I am doing refund now. Thank you. > > Best regards, > Tomasz Janeczko > amibroker.com > - Original Message - > From: "

[amibroker] Re: Interactive Brokers plugin policy change

2008-03-12 Thread rhoemke
Hello, i did not forget, that it was a donation. But i did also not forget, that there was a promise. See here: Hello again, I forgot one thing - soon you will receive individual key code to be used with NEXT version of IBController that will enable some extras for registered IBC users. Best re

[amibroker] Re: Interactive Brokers plugin policy change

2008-03-12 Thread rhoemke
Hello Tomasz, how much would you estimate for the subscription cost? Best regards --- In amibroker@yahoogroups.com, "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > Hello, > > Due to enormous time required to maintain IB plugin because of very frequent changes > often breaking backward compatib

[amibroker] Re: Interactive Brokers plugin policy change

2008-03-12 Thread rhoemke
Hello Thomasz, some time ago you gave people the possibility to spend money for development of IBc. Those who spent money should have additional features in the new version. Nothing ever happened. No new version, not even an answer when i asked for an ETA of a new version. Hopefully this will not

[amibroker] Equity in a loop

2008-03-06 Thread rhoemke
As i want to compare equities of several systems within a chart, i try to program equityline within a loop. But i got a problem which i cannot solve. Maybe somebody can help me. This is my code, but it seems that it adds a position with every signal and i want just 1 contract/share in a position a

[amibroker] Re: Replace Tabs with StrReplace?

2007-08-06 Thread rhoemke
VarSetText("Line_"+row, line ); > row++; > } > fclose(Sourcefileread); > } > > Best regards, > Tomasz Janeczko > amibroker.com > - Original Message - > From: "rhoemke" <[EMAIL PROTECTED]> > To: > Sent: Monday, August 06, 2007 4:40

[amibroker] Re: Replace Tabs with StrReplace?

2007-08-06 Thread rhoemke
quot;,")); row++; } fclose(Sourcefileread); } --- In amibroker@yahoogroups.com, "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > StrReplace("\t", "s"); > > Best regards, > Tomasz Janeczko > amibroker.com > - Ori

[amibroker] Re: Replace Tabs with StrReplace?

2007-08-06 Thread rhoemke
THANK YOU!! --- In amibroker@yahoogroups.com, "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > StrReplace("\t", "s"); > > Best regards, > Tomasz Janeczko > amibroker.com > - Original Message - > From: "rhoemke&qu

[amibroker] Replace Tabs with StrReplace?

2007-08-06 Thread rhoemke
Hello, how can i replace tabs with StrReplace? It seems, that tabs and spaces are not recognized. Regards Robert

[amibroker] Re: How much ticks in a tickbar?

2007-05-16 Thread rhoemke
quot;); VOL = LastValue(V); NewTick = Vol != PrevVol; StaticVarSet("Vol", VOL); if( NewBar ) { StaticVarSet("Ticknumber", 0); TN = 0; } if( NewTick AND NOT NewBar) { TN = StaticVarGet("Ticknumber"); StaticVarSet("Ticknumber", ++TN);

[amibroker] How much ticks in a tickbar?

2007-04-30 Thread rhoemke
Hello, how can i find out how many ticks are already in a tickbar? I.e. a 30 tick bar and how do i know that it has already X-ticks "in it"? Thx. Regards Robert

[amibroker] Re: Mirroring the Chart

2007-03-02 Thread rhoemke
barcount and barindex you will see it works a little > differently than you think. > > BrianB2. > > --- In amibroker@yahoogroups.com, "rhoemke" wrote: > > > > It seems that there is at least a problem with Barcount and BarIndex > (). > > As i under

[amibroker] Re: Mirroring the Chart

2007-03-02 Thread rhoemke
BarCount at selected bar and i don't know why. Anybody who can help? SBI = SelectedValue(BarIndex()); "Selected BarIndex = "+WriteVal(SBI); "BarCount = "+WriteVal(BarCount); Regards Robert --- In amibroker@yahoogroups.com, "rhoemke" <[EMAIL PROTECTED]> wrote:

[amibroker] Re: Mirroring the Chart

2007-02-27 Thread rhoemke
= IIf(NOT IsNull(myMirrorHorizontalValue), > myMirrorHorizontalValue - myDiffC, C); > > BR, Zoli. > > PlotOHLC(O, H, L, C, "PriceChart", colorBlack, styleCandle); > PlotOHLC(myO, myH, myL, myC, "MirroRchart", colorBlue, styleCandle); > > --- In amibroke

[amibroker] Mirroring the Chart

2007-02-25 Thread rhoemke
Hello, i am trying to mirror the chart from the selected bar. My code is this, but it doesn't plot a chart but only a single bar. Can someone see what is wrong. It is difficult for me to describe in english how the mirroring idea works, but maybe the code shows it. Thank you. selectedBI = Selec

[amibroker] Re:3D optimization Script

2007-01-16 Thread rhoemke
ker's OLE. > > Best regards, > Tomasz Janeczko > amibroker.com > - Original Message - > From: "rhoemke" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, January 16, 2007 1:59 PM > Subject: [amibroker] Re:3D optimization Script > > >

[amibroker] Re:3D optimization Script

2007-01-16 Thread rhoemke
Hello, i need a script solution and not how to do it by myself. There is no explanation how to do it in the description of the nalysis object in the Users Guide. Regards Robert --- In amibroker@yahoogroups.com, "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > > Hello, > > You don't need to u

[amibroker] 3D optimization Script

2007-01-14 Thread rhoemke
Hello, i need a solution to save the 3D optimization graphic via Jscript into a file. I run several optimizations by shifting the optimization range and want not only save the results table but also the graphic to make a slideshow with it and see how the best parameters change day after day, to ge

[amibroker] Re: IBC sending two orders, but should send only one

2006-10-01 Thread rhoemke
t; It return the size of existing postion (for given symbol) in your IB account (the same as in TWS "account" page). > More information about IBc is available at: > http://www.amibroker.com/at/ > > > Best regards, > Tomasz Janeczko > amibroker.com > - Original

[amibroker] Re: IBC sending two orders, but should send only one

2006-10-01 Thread rhoemke
ng data en the code below can not perform a calculation because there is not sufficient data. The software enters conditional statements that should not be possible. Still it does > > regards, Ed > > > > > - Original Message - > From: rhoemke > To:

[amibroker] Re: IBC sending two orders, but should send only one

2006-10-01 Thread rhoemke
ers conditional statements that should not be possible. Still it does > > regards, Ed > > > > > - Original Message - > From: rhoemke > To: amibroker@yahoogroups.com > Sent: Saturday, September 30, 2006 7:24 PM > Subject: [amibroker] IBC

[amibroker] IBC sending two orders, but should send only one

2006-09-30 Thread rhoemke
Hello, i got this code for putting automatic Stop when detecting an open position, but it sends two stop orders at once. someone who can help me? thank you in advance Robetr //Auto-Trailstop L_Trailstop = Ref(L,-1); //or whatever S_Trailstop = Ref(H,-1); //or whatever ibc = GetTradingIn

[amibroker] Re: Sell=Cross(EMA(C,34),C); giving false arrows

2006-09-08 Thread rhoemke
Dennis, it is not necessary that price is near the ema until crosses occur. i tried it out but i cannot get arrows without cross. My test-formula: FilterShort = Cross(EMA(C,34),C) ; PlotShapes(FilterShort*shapedownArrow, colorred); _SECTION_BEGIN("Price"); SetChartOptions(0,chartShowArrows|cha

[amibroker] Re: Moon Phases

2006-09-02 Thread rhoemke
signals in own window } Plot(fm-nm, "Moon", colorWhite, styleHistogram); PlotShapes(IIf((FM-NM)>0,shapeCircle, IIf((FM-NM)<0, shapeHollowCircle, shapeNone)), colorBlack, 0,0); --- In amibroker@yahoogroups.com, "rhoemke" <[EMAIL PROTECTED]> wrote: > > Hope its

[amibroker] Re: Moon Phases

2006-09-02 Thread rhoemke
Hope its correct. /* Full/New Moon signals indicator MkVII Accurate to within 1 Minute per 69 years. ©Copyright 2001-2006 Jose Silva for personal use only http://www.metastocktools.com Plots +1 Signal on Full Moon; -1 on New Moon. if FM/NM falls on a holiday OR weekend, Signal is p

[amibroker] Re: two digit hour

2006-08-23 Thread rhoemke
.2d_.printf_and_wprintf_functio > ns.asp> . > > -- > > Terry > > > > -Original Message- > From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of rhoemke > Sent: Wednesday, August 23, 2006 14:49 > To: amibroker@yahoogroups.com &

[amibroker] Re: two digit hour

2006-08-23 Thread rhoemke
s.com, "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > StrFormat("%02.0f", Hour()); > > Best regards, > Tomasz Janeczko > amibroker.com > - Original Message - > From: "rhoemke" <[EMAIL PROTECTED]> > To: > Sent: Wednesday,

[amibroker] two digit hour

2006-08-23 Thread rhoemke
Hello, i need to get a string with actual hour always in two digits to put it into GAT Orders. Maybe i am too stupid today, but i don't get it done. Someone who got a solution? Please note that this group is for discussion between users only. To get support from AmiBroker please send an

[amibroker] Re: Long/short trading

2006-08-20 Thread rhoemke
--- In amibroker@yahoogroups.com, "matrix10014" <[EMAIL PROTECTED]> wrote: BuySystem1 = ...; SellSystem1 = ..; ShortSystem2 = ... CoverSsytem2 = ...; Buy = if(name() != "S&PSymbol") BuySystem1; Sell =if(name() != "S&PSymbol") SellSystem1; Short = if(name() == "S&PSymbol") ShortSys

[amibroker] Re: IB Plug-in

2006-08-16 Thread rhoemke
You looked already here? http://www.amibroker.com/ib.html Which symbol makes problems? Robert --- In amibroker@yahoogroups.com, "Mark Erickson" <[EMAIL PROTECTED]> wrote: > > I use IB and trying to acquire RT data feed from IB. I've set it up per > your users manual. checked symbology. I still

[amibroker] formula for daily in intraday frame

2006-08-15 Thread rhoemke
Hi, try to plot this formula to get daily values in my chart with intraday hourly frame. Period = Param("Periode", 9, 2, 50, 1); TimeFrameSet(inDaily); CH = -1*LinearReg(C-H, period); CL = LinearReg(C-L, period); TimeFrameRestore(); Plot(TimeFrameExpand(CH, inDaily), "CH", colorRed, styleStaircas

[amibroker] Re: How to calculate Pivot & S/R from daily session only but on 24-hour chart

2006-08-03 Thread rhoemke
Hello svatso, with another AFL-inbuilt method i use this for pivots: // *** Parameters GAP = ParamToggle("GAP","GAP|Normal"); Frame= ParamList("Frame","weekly|daily|monthly|yearly"); //levels for the day, the week and the month Visible = ParamToggle("Visible","NO

[amibroker] Re: How to plot the spread (differnce) between two securities?

2006-07-25 Thread rhoemke
Hi, i got this here: Ticker1 = ParamStr("Symbol 1", Name() ); Ticker2 = ParamStr("Symbol 2", Name() ); Plot(Foreign(Ticker1, "C")-Foreign(Ticker2, "C"), "", ParamColor("Color", colorCycle ), styleLine ); Regards Robert --- In amibroker@yahoogroups.com, Graham <[EMAIL PROTECTED]> wrote: > > try

[amibroker] Re: EOD data

2006-07-02 Thread rhoemke
Hello, after using Metastock some years ago for a while, i have my EOD database also in Metastock Format and i use AB with Metastock plug-in to chart it. I am using QCollector Pro to update my Metastock formatted database with eSignal EOD. eSignal EOD is 295$ a year and you can get everything. Fu

[amibroker] Re: Metastock "PREV" equivalent

2006-06-25 Thread rhoemke
variable=0; for(i=1;i wrote: > > See *Ref( ARRAY, /period/ ). *The close 10 bars previously would be > Ref(C, -10). > > walkegra wrote: > > > > Does anyone know how to code the equivalent of Metastock's "PREV" > > function in Amibroker? > > > > (PREV allows you to create self-referencing formula

[amibroker] Re: How to know buy price when building a backtest

2006-06-25 Thread rhoemke
Hi, maybe this is of help too: http://www.amibroker.org/3rdparty/Rem_Help.zip http://www.amibroker.org/3rdparty/Rem.dll Also search this list for trailstop or trail. I guess this was already asked and answered. Regards Robert --- In amibroker@yahoogroups.com, "mikelaurataylor" <[EMAIL PROTECTED

[amibroker] filter last 30 days with O>C, try to sum their O-L

2006-03-19 Thread rhoemke
Hello, i am trying to get O-L of the last 30 Bars when O>C, put them in an array and sort them. My formula is this: [code] Counter = 0; BC = 0; for(i=BarCount-1;i>=0;i--) { if(O[i] > C[i] AND Counter <= 30) { counter = Counter+1; BC[Counter] =

[amibroker] protective stop

2006-03-19 Thread rhoemke
Hello, i like to plot a protective stop which is defined as follows: (for longs) if the first bar after the buy appears that has a low higher than buyprice+2 Ticks then the stop would be this low of the bar minus 1 Tick. Example in Bund Future (Ticksize 0.01): Entryprice = 118.23 ; wait for bar w