How to output the result of pre-scanner?

Questions about MultiCharts and user contributed studies.
yungcross1
Posts: 4
Joined: 27 Dec 2013
Has thanked: 2 times

How to output the result of pre-scanner?

Postby yungcross1 » 06 Jun 2014

I have 20 stocks in pre-scanner.
How to output the result of pre-scanner to txt file every 5 mins?
Which easylanguage keyword that I can use?

I don't know how to write the easylanguage for getting the pre scanner's top 5 stocks.
Should I write the code in indicator for pre-scanner?
That I can use FileAppend to write to txt file.

Thank you.

User avatar
Andrew MultiCharts
Posts: 1587
Joined: 11 Oct 2011
Has thanked: 931 times
Been thanked: 559 times

Re: How to output the result of pre-scanner?

Postby Andrew MultiCharts » 10 Jun 2014

Hello yungcross1,

You can do this by means of RecalcLastBarAfter and Print (or FileAppend).

Not sure i understand what is the goal to print values from the historical files over and over again though...

OZ Trade
Posts: 39
Joined: 08 Nov 2013
Has thanked: 11 times
Been thanked: 18 times

Re: How to output the result of pre-scanner?

Postby OZ Trade » 11 Jun 2014

I would recommend ELCollections in combination Recalclastbarafter..

64 bit version is available here:

viewtopic.php?f=16&t=10094


Return to “MultiCharts”