hi ,
I was actually interested in knowing what one should put in
the header for the period so that it can be churned into metastock .
For end of day the symbol is " D " , for intraday one minute what is the
symbol needed so the Csv can be churned into metastock .
fputs(
"<TICKER>,<PER>,<DTYYYYMMDD>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<OPENINT>,\n",
fh );
PER ?? for one minute intraday data ...
Thanks ,
On 6/24/09, Prashanth <[email protected]> wrote:
>
>
>
>
> Natasha,
>
> Graham has provided a Intraday data Export AFL which is available in the
> Library.
>
> Cheers
>
> Prashanth
>
> ----- Original Message -----
> *From:* Natasha ~~!!! <[email protected]>
> *To:* [email protected]
> *Sent:* Wednesday, June 24, 2009 00:05
> *Subject:* [amibroker] data conversion .
>
> output_folder = "C:\\Program Files\\Amibroker\\DataExport ~Txt\\" ;
> fmkdir( output_folder );
> fh = fopen( output_folder +Name()+".txt", "w");
> if( fh )
> {
> fputs(
> "<TICKER>,<PER>,<DTYYYYMMDD>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<OPENINT>,\n",
> fh );
> y = Year();
> m = Month();
> d = Day();
> r = Hour();
> e = Minute();
> n = Second();
>
> for( i = 0; i < BarCount; i++ )
> {
> fputs( Name() + "," , fh );
> fputs( " D , " , fh );
>
>
> ```````````````````
> Hi,
>
> for end of day ~~ fputs( " D , " , fh );
>
> what is the symbol for one minute intraday data ..
>
> Thanks ..
>
>
> Natasha ..
>
>
>
>
>
--
Warm Regards;
`````` Natasha !!!
Capitalism is a law established by God. Its foundation is in the 9th
Commandment,
"Thou shalt not covet."
"We are fast approaching the stage of the ultimate inversion: the stage
where the government is free to do anything it pleases, while the citizens
may act only by permission; which is the stage of the darkest periods of
human history, the stage of rule by brute force."
“When you see that trading is done, not by consent, but by compulsion -
when you see that in order to produce, you need to obtain permission from
men who produce nothing – when you see money flowing to those who deal, not
in goods, but in favors – when you see that men get richer by graft and pull
than by work, and your laws don't protect you against them, but protect them
against you – when you see corruption being rewarded and honesty becoming a
self-sacrifice – you may know that your society is doomed.” ~ 1957 Ayn R. ~
Atlas Shrugged