Search found 45 matches

by Talky_Zebra
26 Apr 2024
Forum: MultiCharts .NET
Topic: Inconsistent QuoteManager export settings?
Replies: 2
Views: 52

Re: Inconsistent QuoteManager export settings?

Ok, this clarifies most of it for me. But I have another question about the timezones:

When I select "GMT" or "Local" on export, does that convert the time to that timezone upon exporting?
by Talky_Zebra
26 Apr 2024
Forum: User Contributed Studies
Topic: Range Finder indicator
Replies: 0
Views: 11

Range Finder indicator

I had to learn several new C# and Multicharts concepts for this, but its been fun. Please try this out, let me know if there are bugs to be fixed, but hopefully someone will find use for this as a filter on trades. RangeFinder.pln Some example settings: GBPJPY_1Hour.JPG GBPUSD_1Day_with_consolidatio...
by Talky_Zebra
25 Apr 2024
Forum: MultiCharts .NET
Topic: Changed: How to change input settings after initialization?
Replies: 1
Views: 51

Re: Changed: How to change input settings after initialization?

Hi Multicharts team and expert coders - I have changed my original question from above. I have noticed that when changing an [Input] property in an indicator or signal programmatically after the indi or signal is initialized causes unexpected behaviors - ie: it breaks. Using a similar example to the...
by Talky_Zebra
25 Apr 2024
Forum: MultiCharts .NET
Topic: What is BeforeInitializeImpl(), AfterInitializeImpl()?
Replies: 0
Views: 11

What is BeforeInitializeImpl(), AfterInitializeImpl()?

Multicharts team - what is BeforeInitializeImpl(), AfterInitializeImpl()? I cannot find entries on these signal and indicator functions.

Similarly what are BeforeConstructImpl(), AfterConstructImpl()?
by Talky_Zebra
24 Apr 2024
Forum: MultiCharts .NET
Topic: Inconsistent QuoteManager export settings?
Replies: 2
Views: 52

Inconsistent QuoteManager export settings?

I would like to start preparing backtest data, and get familiar with how MC updates charts and data. I found the following inconsistencies, and would like to better understand it. Below I am proceeding on the assumption that if I already have the QMS data with its downloaded values from my source, I...
by Talky_Zebra
23 Apr 2024
Forum: MultiCharts .NET
Topic: Confused about adding indicators to signals: by original method, by AddIndicator, by Command Line
Replies: 0
Views: 34

Confused about adding indicators to signals: by original method, by AddIndicator, by Command Line

What I would like to do: Add indicators to signals programmatically Change their input settings programmatically Get data from them to use in signal logic See them on the chart The only one I really understand is the "original method" where I might do something like this: private VariableSeries<doub...
by Talky_Zebra
23 Apr 2024
Forum: MultiCharts .NET
Topic: Changed: How to change input settings after initialization?
Replies: 1
Views: 51

Changed: How to change input settings after initialization?

Ok, this might seem a small thing, but I might want my study to be "intelligent" and change an input setting after the study is initialized. For instance, I am working out a way to save Input preferences so if I remove a study, I can reload them later, especially if there are different inputs for di...
by Talky_Zebra
09 Apr 2024
Forum: MultiCharts .NET
Topic: Confused about MaxBarsBack
Replies: 4
Views: 183

Re: Confused about MaxBarsBack

Ok, an inherent limitation due to the design of the application. Not a bug. Understood
by Talky_Zebra
06 Apr 2024
Forum: MultiCharts .NET
Topic: Help needed with managing drawing objects
Replies: 4
Views: 161

Re: Help needed with managing drawing objects

BD , thank you for joining the conversation. Upon seeing your post, I did a similar test to print out the chartpoints. I am not getting the erroneous dates, I see correct datetimes. I changed the bar numbers a few times to be sure. I don't think that is the issue. Although, while knocking my way th...
by Talky_Zebra
05 Apr 2024
Forum: MultiCharts .NET
Topic: Confused about MaxBarsBack
Replies: 4
Views: 183

Re: Confused about MaxBarsBack

HellGhost - Thank you! Awesome, that helps, and I can see that I can even set a default. You deserve two thanks for that. MultiCharts team - why the heck does it work this way? While I understand that a manual input as described above is needed for non-coding users, I can intelligently and programm...
by Talky_Zebra
05 Apr 2024
Forum: MultiCharts .NET
Topic: Help needed with managing drawing objects
Replies: 4
Views: 161

Re: Help needed with managing drawing objects

Hi HellGhost - not quite what I wanted to do, but it got me a little closer. Thank you for the inspiration. I still have an error that I cannot get past. :?: Noting that you made a list of ChartPoints, I made my list of IRectangleObjects, and that allowed me to access the Properties of the rectangle...
by Talky_Zebra
02 Apr 2024
Forum: MultiCharts .NET
Topic: Multicharts.NET with NET Framework >= 4.5
Replies: 1
Views: 129

Re: Multicharts.NET with NET Framework >= 4.5

While I have not yet tried this (I am using 4.0) some users here have moved to 4.8 and it works for them.

But I also would like to know the timeline
by Talky_Zebra
01 Apr 2024
Forum: MultiCharts .NET
Topic: Help needed with managing drawing objects
Replies: 4
Views: 161

Help needed with managing drawing objects

Hi all, I have been working through JoshM's tut on managing drawing objects as collections https://www.tradingcode.net/multicharts-net/recipes/manage-drawings-single-collection/ Good stuff. But, I am looking for examples for the following use case: I want to keep a list of rectangles (for instance, ...
by Talky_Zebra
29 Mar 2024
Forum: MultiCharts .NET
Topic: Confused about MaxBarsBack
Replies: 4
Views: 183

Confused about MaxBarsBack

Still building my MC coding skills, and hit a really curious issue. I used one of the community made signals (ATR, thank you tradetree) as the basis for making a reusable function that could be called by either a signal or an indi. Additionally, just to make it more interesting, I made a separate in...
by Talky_Zebra
27 Mar 2024
Forum: MultiCharts .NET
Topic: Commands to open the Format Study dialog?
Replies: 3
Views: 118

Re: Commands to open the Format Study dialog?

Follow up question, are there any programmatic commands for this? (C#)
by Talky_Zebra
25 Mar 2024
Forum: MultiCharts .NET
Topic: Commands to open the Format Study dialog?
Replies: 3
Views: 118

Commands to open the Format Study dialog?

I don't see examples of this... Are there commands / controls for opening the "format..." dialogs (ie: studies, instrument, etc)

ie: from a windows form, can I make a button that would pop open the native "Format Study" dialog?
by Talky_Zebra
25 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 422

Talky_Zebra

Hi Polly, to the above, can you direct me to a full list of CommandLine commands and their syntax? I am looking to understand what's in the toolkit. The best I could find was a few from Josh's tutorials and this page: https://www.multicharts.com/trading-software/index.php?title=CommandLine Is that t...
by Talky_Zebra
22 Mar 2024
Forum: MultiCharts .NET
Topic: [SOLVED, kind of...] How to save Inputs to file
Replies: 1
Views: 101

Re: How to save Inputs to file

I knocked my head against this a bit more. It isn't as elegant as I would like it to be, but it is workable. I am left with a question for the MultiCharts staff and the experienced coders on this forum: When the signal or indicator class' constructor is called, as you insert the study - is there any...
by Talky_Zebra
21 Mar 2024
Forum: MultiCharts .NET
Topic: [SOLVED, kind of...] How to save Inputs to file
Replies: 1
Views: 101

[SOLVED, kind of...] How to save Inputs to file

Hi all, As a matter of learning both MC and C# I have been trying to save the Inputs to a file. This is so that I can change the inputs, and even remove the study from the chart, but be able to apply optimized/changed inputs from a file when applied to a new chart - especially for inputs that change...
by Talky_Zebra
21 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 422

Re: Automatic daily updating for Free Quotes not happening?

Polly and Hellghost thank you. I am new to C# so did not initially understand that TimeSpan is not part of the PowerLanguage namespace. (I am coming over to MC from MT4/MT5, and I am not really a coder.) I'm very comfortable with C style syntax.... but still naive about many details about both MC an...
by Talky_Zebra
21 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - VS throwing errors
Replies: 9
Views: 335

Re: Newbie - VS throwing errors

you don't need a Visual studio downgrade. I also use Visual Studio 2022. When I open it, a warning message should appear: select update the target framework to .net Framework 4.8 (recommended). If necessary, download the latest framework beforehand using the Visualstudio installer. In any case, I h...
by Talky_Zebra
14 Mar 2024
Forum: MultiCharts .NET
Topic: How do you get account info?
Replies: 2
Views: 125

Re: How do you get account info?

Ah HA! I finally cracked this. I really wish the docs were a bit more clear with more examples. But finally I was able to extract Balance and Equity from account information. Here is a first cut at it. I am sure I can smooth it out somewhat, but it may be helpful for others. using System; using Syst...
by Talky_Zebra
14 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 422

Re: Automatic daily updating for Free Quotes not happening?

Thanks again Polly. I found the following code, which when added to a simple indicator will update most , but not all charts. ExecControl.RecalcLastBarAfter(new TimeSpan(0, 0, 1)); This leads to another question. I cannot seem to find a description of the parameters for TimeSpan() in any of the code...
by Talky_Zebra
13 Mar 2024
Forum: MultiCharts .NET
Topic: How do you get account info?
Replies: 2
Views: 125

Re: How do you get account info?

After wrestling with this a bit more, I was able to get the name of the Account and the other TradeProfiles info. But, I need the Balance and the Equity. How do I get this? FYI, it is an Demo account with OANDA, if that matters. using System; using System.Drawing; using System.Linq; using PowerLangu...
by Talky_Zebra
13 Mar 2024
Forum: MultiCharts .NET
Topic: How do you get account info?
Replies: 2
Views: 125

How do you get account info?

I would like to access Account details. I have tried making a simple indicator and attaching it to a chart connected and getting data from my broker. See the attached code sample and the attached image. I have tried numerous fields: Name, ID, Equity, etc. Nothing is returned. I have also tried Trade...
by Talky_Zebra
13 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 422

Re: Automatic daily updating for Free Quotes not happening?

Thanks Polly, I see what needs to be done.

But wait, are those regular PowerLanguage commands? I don't see them in the .NET docs.
by Talky_Zebra
12 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - VS throwing errors
Replies: 9
Views: 335

Re: Newbie - VS throwing errors

After doing some research the best option seems to be downgrading to Visual Studio 2019 so there is support for .NET 4.0. Now it seems to work.

The framework is very old. When will MultiCharts be upgrading the .NET framework?
by Talky_Zebra
12 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - importing tick data
Replies: 5
Views: 206

Re: Newbie - importing tick data

Thanks Kate!
by Talky_Zebra
12 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - VS throwing errors
Replies: 9
Views: 335

Re: Newbie - VS throwing errors

Thanks Kate, when I do that, I get a dialog notifying me that I will need the .net 4.0 framework. On Microsofts site, there is no 4.0 framework, so which should I download? Version Developer Pack Runtime Release notes End of support .NET Framework 4.8.1 Developer Pack Runtime Release notes .NET Fram...
by Talky_Zebra
12 Mar 2024
Forum: MultiCharts .NET
Topic: Cannot change Studies Directory path
Replies: 2
Views: 139

Re: Cannot change Studies Directory path

Thanks Kate, I did not know about the Backup app. I will look into it.
by Talky_Zebra
12 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 422

Re: Automatic daily updating for Free Quotes not happening?

But, is there a way to set it up to refresh each day with "yesterday's" update?
by Talky_Zebra
12 Mar 2024
Forum: MultiCharts .NET
Topic: Automatic daily updating for Free Quotes not happening?
Replies: 11
Views: 422

Automatic daily updating for Free Quotes not happening?

Hi all, I noticed that daily updating for Free Quotes (ie: ^VIX, ^IXIC from yahoo) does not occur automatically after applying it to a chart. For instance, I set up a chart with IXIC on Friday, but as of this morning (more than one full trading day had past) it did not have the data for yesterday. W...
by Talky_Zebra
11 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - importing tick data
Replies: 5
Views: 206

Re: Newbie - importing tick data

Hello Talky_Zebra, AM/PM will appear if time in your file is in 12-hour format. When importing tick data, you can have Date , Time , Price and Volume columns. Other values cannot be imported. See What values can be imported . You can only import data for one field at a time: Ask, Bid or Trade. If y...
by Talky_Zebra
11 Mar 2024
Forum: MultiCharts .NET
Topic: Help needed: ASCII data import truncating price decimal places
Replies: 3
Views: 155

Re: Help needed: ASCII data import truncating price decimal places

Honestly, I don't understand what "big point value" means from that description. Also, since I am importing data from a third party, and I don't see that they reference that... its hard to tell what to do with it. :(
by Talky_Zebra
10 Mar 2024
Forum: MultiCharts .NET
Topic: General question - Account Management / Position sizing / Timeframes & time zones
Replies: 2
Views: 166

General question - Account Management / Position sizing / Timeframes & time zones

In reviewing the documentation, it looks like there is some functionality in the MC NET code to support aspects I like to use in my strategies. Is there example code I could look at either on the forum here or in the default indicators + studies? - Getting account balance, margin, and account equity...
by Talky_Zebra
10 Mar 2024
Forum: MultiCharts .NET
Topic: MultiCharts .NET tutorials
Replies: 17
Views: 21111

Re: MultiCharts .NET tutorials

@JoshM - your tutorials are really, really good. Thank you for sharing them!
by Talky_Zebra
10 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - importing tick data
Replies: 5
Views: 206

Re: Newbie - importing tick data

I knocked my head against this over the weekend and finally got a little progress. Why the import could not manage importing the columns is a real mystery, but I worked around it. I found a "good enough" data source for tick, minute and daily data from Tickstory/Dukascopy for backtesting. But, I wou...
by Talky_Zebra
10 Mar 2024
Forum: MultiCharts .NET
Topic: Help needed: ASCII data import truncating price decimal places
Replies: 3
Views: 155

Re: Help needed: ASCII data import truncating price decimal places

I think I may have figured this out by looking at some of the other pre-made settings, but I am not really sure. I ended up not using the price multiplier - it made things more confusing. But, in the symbol settings there is a relationship between the exchange listing and a multiplier and "big point...
by Talky_Zebra
10 Mar 2024
Forum: MultiCharts .NET
Topic: Help needed: ASCII data import truncating price decimal places
Replies: 3
Views: 155

Help needed: ASCII data import truncating price decimal places

Support team: I am seeing an issue where QuoteManager is truncating prices on import: the price supplied in the source csv file is showing a proper 5 decimal precision (ie: 1.60377), yet after importing to the database, the precision is cut at 2 places (ie: 1.60, or 1.6). I am guessing that I need ...
by Talky_Zebra
09 Mar 2024
Forum: MultiCharts .NET
Topic: Cannot change Studies Directory path
Replies: 2
Views: 139

Cannot change Studies Directory path

I am trying to switch my studies path to a location for backup, as suggested in this EXCELLENT set of tutorials: https://www.tradingcode.net/multicharts-net/net-editor/backup-mcnet-scripts/ Support team: When I try to change the path in the application preferences, I get the error "User doesn't have...
by Talky_Zebra
08 Mar 2024
Forum: MultiCharts .NET
Topic: More newbie questions - IDE side by side code tabs
Replies: 0
Views: 108

More newbie questions - IDE side by side code tabs

Messing around with the latest MC.NET IDE to see how I can customize it. I noticed that sometimes when I click and hold on the names on the top tabs it will allow me to rearrange the tabs into a panel view between two files. SideBySide.JPG On the other hand, sometimes it will not respond to the clic...
by Talky_Zebra
08 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - VS throwing errors
Replies: 9
Views: 335

Re: Newbie - VS throwing errors

Ok, just realized something: the PLE IDE is automatically opening VS Code instead of my Visual Studio Community edition.

How to I redirect the IDE to open the right VS application?
by Talky_Zebra
08 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - VS throwing errors
Replies: 9
Views: 335

Newbie - VS throwing errors

Hi all. New MC.NET user with another (probably) stupid question. Since I already had Visual Studio up and running on my PC, it was no problem getting the MC IDE to open Visual Studio. But: saving even simple changes is broken on my environment. See the attachments using a standard "new indicator" as...
by Talky_Zebra
08 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - importing tick data
Replies: 5
Views: 206

Newbie - importing tick data

Hi all, I am new MC.NET user here. While I have started to scour the forum for good info, I am still getting the feel of things around here, and getting myself set up for coding/backtesting. Pardon me if I have not yet found the obvious solutions for typical issues... please just point me in the rig...

Go to advanced search