Thx for the pixel Status functions Tomasz. Many of us had been waiting for this, and I suspect we'll see many more Gfx applications. PS ... released/ ... stack...
Hello, 1. No, all GFX commands go to the "drawing list" (actually metafile) that is then executed (played back) on final rendering device (i.e. usually...
Thanks for the idea Chris I was hoping that OLE might provide some support in this area. So far I'm stumped /Paul. _____ From: amibroker@yahoogroups.com...
Hello, I meet a difficulty to plot a Kaufman AMA function from AB menu Charts ... I installed two AFL scripts as follows. I created,with notepad, a function...
Louis That sounds like what I have encountered also. I believe it is a result of selecting "enable" to save the database as local in the database settings, but...
Hello, Initial Equity is used to INITIALIZE equity at the start of the backtest, nothing more. So even if you write to it, it has no effect because Equity is...
Hi, But if I disable the save the database as local, I don't see the charts automatically; will this affect the backtest? Louis ... Hi, But if I disable the...
Hi, I reallt don't like this problem. I've started an excel simulation, and after day 1 one choice was bad because the graphic was bad. If I click disable I...
"Local database storage" **MUST BE** enabled when using IQFeed! Otherwise data are NOT stored ANYWHERE. It is ABSOLUTELY CRUICIAL to follow EXACTLY all...
Thanks. Joseph Biran ____________________________________________ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of Tomasz ...
Hi Tomasz, The video shows 1-minute settings; does it mean DTN IQ Feed only works well with intraday data? Cause it's a mess with daily data; errors,...
Hi Tomasz, I also tried to set the equity by using bo.Equity, but also this did not work (I tried both before and after bo.PreProcess). The manual says that...
Hi Tomasz, sorry, I have to become more precise regarding the bo.Equity problem. Please see the debug output below for details: [2744] # bo.InitialEquity...
I put the thing in another way, and the plot says " kama = {NAN} Periods=14 " The result of the AMA2 is not a number. The trace of the variables shows kama=0. ...
Hello, It works with intraday AND with MIXED EOD/Intraday mode. With mixed mode available, it does not make any sense to use "EOD" mode. IQFeed plugin was...
Hello, You need to understand that Equity property represents PORTFOLIO EQUITY, which is the SUM of Cash plus current value of any open positions. Equity will...
Greetings all -- Here is an afl to trade the equity curve -- /////////////////////////////////////////// // EquityCurveFeedback.afl // // There are many...
Hello, Technically it is not read-only (i.e. writing is allowed) but note that equity will be overwritten every bar with calculated value equal to (CASH +...
Greetings all -- The constant used to define an exponential moving average is related to the "length equivalent" of that exponential moving average. constant =...
It works for me. Did you change the symbol and try? There could be something wrong with your data for that symbol. Try on an index - CAC40 for example. ... ...
... long ... Can anybody please explain why this speeds up execution. I thought AB default was to load a 'few' more bars than required by AFL, so if the...
Hi Tomasz, Do you know any EOD reliable data provider with canadian data included? Thanks, Louis ... Hi Tomasz, Do you know any EOD reliable data provider with...
You are right, my datas are broken somewhere. It works on other contract. Thank you for the solution. I keep that in mind. Regards ... something wrong with...
Hello, ... It does so for indicators, commentaries, tooltip display and interpretations. It does NOT do so in AA. Why? It was discussed in the past already. I...