Is it possible to code table base on data in database with .NET version

Questions about MultiCharts .NET and user contributed studies.
asyx
Posts: 27
Joined: 30 Apr 2011
Location: Europe
Has thanked: 57 times
Been thanked: 6 times

Is it possible to code table base on data in database with .NET version

Postby asyx » 13 Sep 2019

Hi,

I thinking about buying MC.Net as this company advertise "... endless possibilities…" (or something like they say) to code stuff.
My wife is software Ingenieur and can to pretty much everything.
But my question is, if it is really possible to everything with the MC.NET version as advertised?

Every day I take from a lot of instruments the daily percentage change.
I write this manually to a EXCEL file.
That means I have a EXCEL table with values for lots of instruments and for lots of days.
I than look a for the deviation of the latest days percentage change to some historical average of each specific time series.
Depending on the deviation of the latest day to its historical average, I give the cell containing the latest day a specific color.

In EXCEL it looks like as you can see in the attachment.

Is it possible to do thing like that in the MC.NET version?

Thanking you!°
Attachments
daily change per instrument.jpg
(106.07 KiB) Downloaded 84 times

User avatar
Svetlana MultiCharts
Posts: 645
Joined: 19 Oct 2017
Has thanked: 3 times
Been thanked: 163 times

Re: Is it possible to code table base on data in database with .NET version

Postby Svetlana MultiCharts » 07 Oct 2019

Asyx,

If you need to output some data in a table, you can achieve it in MultiCharts by using Scanner:
https://www.multicharts.com/trading-sof ... et_Scanner
You can code an indicator that will contain your logic and apply it to the Scanner window.
It is possible to change color of the figures and font in Scanner from code.
The best way to understand if MC. Net suits your needs is to test it for free during 30 days:
https://www.multicharts.com/net/free-trial/


Return to “MultiCharts .NET”