Search found 9 matches

by cwhorton
12 Aug 2021
Forum: MultiCharts
Topic: How to continue my strategy after server restart
Replies: 7
Views: 2864

Re: How to continue my strategy after server restart

A nice solution would be that if autotrading is stopped with positions opened the instances of the strategy objects get serialized to disk. This way all variable values are persevered. Then, when auto trading is re-enabled you get a prompt asking if you want to resume from the saved strategy objects...
by cwhorton
18 Jul 2019
Forum: User Contributed Studies
Topic: OptionDelta Function
Replies: 0
Views: 1406

OptionDelta Function

Apparently getting the option greeks are available in Multicharts, but not Multicharts.NET so I wrote my own OptionDelta function and am sharing it for your use and review. using System; using System.Drawing; using System.Linq; namespace PowerLanguage { namespace Function { public sealed class Optio...
by cwhorton
07 Dec 2016
Forum: MultiCharts .NET
Topic: How to make Bars.Close[0] always return the realtime value though having longer resolution? [SOLVED]
Replies: 5
Views: 2548

Re: How to make Bars.Close[0] always return the realtime value though having longer resolution? [SOLVED]

Kristina,

Thank you, that worked. Because I wasn't backtesting (which is the name of the tab) I didn't think it had an affect on realtime trading.

Bests,
Carl
by cwhorton
07 Dec 2016
Forum: MultiCharts .NET
Topic: How to make Bars.Close[0] always return the realtime value though having longer resolution? [SOLVED]
Replies: 5
Views: 2548

Re: How to make Bars.Close[0] always return the realtime value though having longer resolution? [SOLVED]

Thank you for your reply. Let's say I want to use the 5 minute RSI values of DEF to influence my immediate trading on ABC. Since I am trading ABC at a per second resolution, CalcBar() is called every second so I would like to see the current RSI value of DEF at a 5 minute resolution with the current...
by cwhorton
06 Dec 2016
Forum: MultiCharts .NET
Topic: How to make Bars.Close[0] always return the realtime value though having longer resolution? [SOLVED]
Replies: 5
Views: 2548

How to make Bars.Close[0] always return the realtime value though having longer resolution? [SOLVED]

Using Portfolio Trader, I have a strategy that is configured to trade instrument ABC with per second resolution and it has DEF setup as as Data Series 2 with 5 minute resolution. BarsOfData(2).Close only changes every 5 minutes with BarsOfData(2).Close[0] holding the last 5 minute's closing value ev...
by cwhorton
30 Sep 2016
Forum: MultiCharts .NET
Topic: Option Greeks in Documentation, but Where Are They? [SOLVED]
Replies: 3
Views: 1911

Re: Option Greeks in Documentation, but Where Are They? [SOLVED]

Hello, 1. The studies you are referring to are available in the regular version of MultiCharts only, and not available in .NET version. 2. The studies you mentioned are indicators. Signals should be used for trading. I realize they are indicators, but usually your indicators are based on functions ...
by cwhorton
30 Sep 2016
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 10.0 BETA 2
Replies: 20
Views: 7478

Re: MULTICHARTS .NET 10.0 BETA 2

In the release documentation it states some improvements for IOGMode.Enabled back testing in the Portfolio Trader, but has the Portfolio Trader been fixed to allow real time intra-bar order execution? Hello cwhorton, I'm not sure I am following which exact improvement you are referring to. Portfoli...
by cwhorton
28 Sep 2016
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 10.0 BETA 2
Replies: 20
Views: 7478

Re: MULTICHARTS .NET 10.0 BETA 2

In the release documentation it states some improvements for IOGMode.Enabled back testing in the Portfolio Trader, but has the Portfolio Trader been fixed to allow real time intra-bar order execution?
by cwhorton
28 Sep 2016
Forum: MultiCharts .NET
Topic: Option Greeks in Documentation, but Where Are They? [SOLVED]
Replies: 3
Views: 1911

Option Greeks in Documentation, but Where Are They? [SOLVED]

I'm new to MultiCharts and I found that on this page: https://www.multicharts.com/trading-software/index.php/Pre-built_Studies_in_MultiCharts It says under pre-built studies that MultiCharts has: Option Delta Option Gamma Option Price Option Theta Option Vega Where can I find them in the PL.NET Edit...

Go to advanced search