|
Hi all.
Joao, are you able to do the same test with display_indicator.pl with I:STO
and with I:LinearRegression please ?
For me these two indicators are broken...
-------
./display_indicator.pl -time 1min --full I:STO 02052006|more
Calculating indicator %K Fast[5] ...
-------
Thx.
--- En date de : Ven 4.7.08, João Costa <joaocosta
AT
zonalivre.org>
a écrit :
De: João Costa
<joaocosta
AT
zonalivre.org>
Objet: Re: [GT] Input validation in Tools.pm
À: devel
AT
geniustrader.org
Date: Vendredi 4 Juillet 2008, 1h02
You need to put something in DB::timeframes_available
which GT won't recognize to reproduce this.
Try :
-------------------------------------------------------------------
DB::timeframes_available 30sec,day
-------------------------------------------------------------------
Then ask for some intraday data larger than 30 seconds, ie:
-------------------------------------------------------------------
display_indicator.pl --timeframe=hour I:Prices EURUSD
-------------------------------------------------------------------
All my patch does is to make sure that the timeframe names the user created
in the config file are valid,
and if they are not, give the user a list of possible valid names.
I'm using the code in trunk, not any of the exp branches.
|