BETA 6 : Print working or not working ?

Questions about MultiCharts and user contributed studies.
Guest

BETA 6 : Print working or not working ?

Postby Guest » 18 May 2009

Hi

When I use :

variables: var0( 0 ) ;
var0 = AverageFC( Price, Length ) ;
Print(File("C:\temp\test.txt"),var0 );

it work, a file is created with the data on it

but when I use the output log of the power editor :

variables: var0( 0 ) ;
var0 = AverageFC( Price, Length ) ;
print(var0);

the output log of the power editor is still empty ? why ?

I can not make the data print on the output log , What should I do ?

Emmanuel

Guest

Postby Guest » 20 May 2009

Hi

How does Print work ?

I tried :

variables: var0( 0 ) ;
var0 = AverageFC( Price, Length ) ;
print(var0);

I see nothing on the log of the powereditor

SUPER
Posts: 646
Joined: 03 Mar 2007
Has thanked: 106 times
Been thanked: 84 times

Postby SUPER » 20 May 2009

I can't seem to find any problem with Print, have a look at my test result.

Try scrolling on your output window you may find it
Attachments
Print-1.JPG
(28.43 KiB) Downloaded 509 times

SUPER
Posts: 646
Joined: 03 Mar 2007
Has thanked: 106 times
Been thanked: 84 times

Postby SUPER » 21 May 2009

Why has your Avtar suddenly become "Guest" from "Emmanuel"?

Emmanuel
Posts: 355
Joined: 21 May 2009
Has thanked: 109 times
Been thanked: 28 times

Postby Emmanuel » 21 May 2009

Hi

I really don't understand, suddenly my name "Emmanuel Evrard"

disappear, and was replace by "Guest" on all my message :? :shock:

An My account login was deleted !!!!! I could l log in any more.

But thank to Marina, I created a new account and here I am again ! :lol: :lol:

Emmanuel

User avatar
Andrew Kirillov
Posts: 1589
Joined: 28 Jul 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Postby Andrew Kirillov » 21 May 2009

Emmanuel,

I think SUPER is correct in his assumption.

Emmanuel
Posts: 355
Joined: 21 May 2009
Has thanked: 109 times
Been thanked: 28 times

Postby Emmanuel » 21 May 2009

Hi Andrew Hi Super

Thank you very much SUPER for your testing with the copy of your screen,

As soon as I saw your Copy screen I understood that something was wrong

with my computer, So I did the same test with another computer with the same results but I FOUND WHY PRINT WOULD NOT WORK TO THE LOG OUT !!!!!

AND I FOUND WHY WHEN I CREATED A NEW INDICATOR IT WILL NOT APPEAR IN THE LIST OF INDICATOR IN MULTICHART 5 BETA 6 :

When I started PowerEditor, I started it as non-"ADMINISTRATOR" on my vista x64

That's why Power Editor could NOT exchange information with multicharts 5 beta 6

As soon as I changed, the propreties of the icon of the PowerEditor:

In the property of the Icon, Tab "Compatibility", CHECK EXECUTE AS ADMINISTRATOR

, every things went back to normal. :wink: :lol: :lol:


Andrew, would it be possible at the installation of MC 5, that the propeties of Power Editor will be set as Administrator for Vista User :?:

My Best Regards to Andrew and SUPER !!! :wink:

And thank you again SUPER

Emmanuel


Return to “MultiCharts”