Market Scanner Features  [SOLVED]

Questions about MultiCharts and user contributed studies.
imoneyfish
Posts: 38
Joined: 26 Oct 2011
Has thanked: 6 times
Been thanked: 2 times

Market Scanner Features

Postby imoneyfish » 12 Nov 2012

Hi all,

I have two questions about market scanner:

1. Is it possible to have a column that can type in custom note? the note need to be different in every row.

2. How to get EPS(Earning Per Share ), market Cap data plot in market scanner?

Thanks a lot.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Market Scanner Features

Postby Henry MultiСharts » 13 Nov 2012

Hello imoneyfish,
1. Is it possible to have a column that can type in custom note?
There is no such Market Scanner functionality at the moment.
2. How to get EPS(Earning Per Share ), market Cap data plot in market scanner?
There is no prebuilt reserved word or function to calcualte it. You need to calcualte it first, then you will be able to plot it.

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: Market Scanner Features  [SOLVED]

Postby TJ » 13 Nov 2012

Hi all,

I have two questions about market scanner:

1. Is it possible to have a column that can type in custom note? the note need to be different in every row.
You can create an indicator to write notes on the scanner:

eg.

Code: Select all

input:
Notes( "Attention" ),
Color.Text( red ),
Color.Background( yellow );

Plot1(Notes, "Notes", Color.Text, Color.Background );

imoneyfish
Posts: 38
Joined: 26 Oct 2011
Has thanked: 6 times
Been thanked: 2 times

Re: Market Scanner Features

Postby imoneyfish » 14 Nov 2012

There is no prebuilt reserved word or function to calcualte it. You need to calcualte it first, then you will be able to plot it.
As far as I know: EPS = Net Earnings / Outstanding Shares, how to calculate it if there is no such reserved words? Thanks.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Market Scanner Features

Postby Henry MultiСharts » 14 Nov 2012

As far as I know: EPS = Net Earnings / Outstanding Shares, how to calculate it if there is no such reserved words? Thanks.
I would recommend you to have a look at NetProfit and OpenInt reserved words.

imoneyfish
Posts: 38
Joined: 26 Oct 2011
Has thanked: 6 times
Been thanked: 2 times

Re: Market Scanner Features

Postby imoneyfish » 15 Nov 2012

As far as I know: EPS = Net Earnings / Outstanding Shares, how to calculate it if there is no such reserved words? Thanks.
I would recommend you to have a look at NetProfit and OpenInt reserved words.
I don't think the netprofit and openint is the right ones to calculate the Earning Per Share for the stock market?

I am not talking about the netprofit of trading position, i am talking about fundamental data like EPS, BPS, PE, Market Cap Dividend etc.

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Market Scanner Features

Postby Henry MultiСharts » 15 Nov 2012

imoneyfish, unfortunately Fundamental Data is not available in MultiCharts.
Please vote for this feature request if you want to have it added in the future.

bomberone1
Posts: 310
Joined: 02 Nov 2010
Has thanked: 26 times
Been thanked: 23 times

Re: Market Scanner Features

Postby bomberone1 » 21 Jan 2021



Return to “MultiCharts”