Search found 8 matches

by franksv
21 Aug 2012
Forum: MultiCharts
Topic: How to get mail when autotrading is turned off [SOLVED]
Replies: 3
Views: 1032

Re: How to get mail when autotrading is turned off [SOLVED]

Hey TJ Your last post was not much help.I tried the following in the strategy but for some reason it did not work. Also enabled Alert in Strategy. I did not even get alert. If I for some reason loose connection from MC to any gateway. -------------------------- // Example: using the GetAppInfo(aiStr...
by franksv
21 Aug 2012
Forum: MultiCharts
Topic: How to get mail when autotrading is turned off [SOLVED]
Replies: 3
Views: 1032

How to get mail when autotrading is turned off [SOLVED]

I can see on the wiki that i can get a sound alert when autotrading is turned off,but How do I get a mail or alert in window? Here is the Code for Sound alert // Example: using the GetAppInfo(aiStrategyAuto) to monitor for an Automated Trading // Strategy that gets turned off. Variables: IntraBarPer...
by franksv
25 Jan 2012
Forum: MultiCharts
Topic: StandardDev of a fixed price
Replies: 9
Views: 1462

Re: StandardDev of a fixed price

Thank you for yor Help
by franksv
25 Jan 2012
Forum: MultiCharts
Topic: StandardDev of a fixed price
Replies: 9
Views: 1462

Re: StandardDev of a fixed price

Thanks for your Answear

how can set the stdDev for a specific date

STDDev(Close,Date) ?

Thanks
by franksv
25 Jan 2012
Forum: MultiCharts
Topic: StandardDev of a fixed price
Replies: 9
Views: 1462

Re: StandardDev of a fixed price

Hello Again

STDEV(H4:H31) Could Be a specific Time Series
Ex From 2011-12-02 to 2011-12-30

That would be 20 Trading Days


STdDev(close, 20)
Would be from Close of Today and 20 Days Back

Thanks
by franksv
25 Jan 2012
Forum: MultiCharts
Topic: StandardDev of a fixed price
Replies: 9
Views: 1462

Re: StandardDev of a fixed price

hello again My mistake Basicly I need a formula which is calculating Standardev of a series of Prices from a specific day and backwards In an Excel formula it would look like this ROUND(STDEV(H4:H31);2) The StdDev would then be ex 1.2 which is a number I can use for the next series To compare develo...
by franksv
25 Jan 2012
Forum: MultiCharts
Topic: StandardDev of a fixed price
Replies: 9
Views: 1462

StandardDev of a fixed price

Does anybody know the code to make a StandardDev of a fixed price?

Go to advanced search