Search found 77 matches

by HellGhostEvocatorX
21 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - VS throwing errors
Replies: 9
Views: 150

Re: Newbie - VS throwing errors

PL net4.8.png
(127.81 KiB) Not downloaded yet
by HellGhostEvocatorX
21 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - VS throwing errors
Replies: 9
Views: 150

Re: Newbie - VS throwing errors

yes multicharts.net should be based on the 4.0 Netframework. In principle, an update shouldn't be too much of a problem for the Multicharts.net developers, as you can simply specify a different target framework. However, you also want to be able to guarantee that the software runs smoothly and with ...
by HellGhostEvocatorX
17 Mar 2024
Forum: MultiCharts .NET
Topic: Newbie - VS throwing errors
Replies: 9
Views: 150

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 ha...
by HellGhostEvocatorX
21 Feb 2024
Forum: MultiCharts .NET
Topic: Machine Learning with Microsoft.ML / ML.NET ... ?
Replies: 3
Views: 481

Re: Machine Learning with Microsoft.ML / ML.NET ... ?

Does the following solve your problem? In general, the assembly reference is missing in Multicharts.net, I have had chatgpt create instructions for you here on how you can add this. But I don't know whether there won't be further problems with Multicharts.net... https://chat.openai.com/share/8b9e83c...
by HellGhostEvocatorX
21 Feb 2024
Forum: MultiCharts .NET
Topic: ErrorCode: 0xFFFFFFFFC000000D ( -1073741811 )
Replies: 17
Views: 6258

Re: ErrorCode: 0xFFFFFFFFC000000D ( -1073741811 )

Do not use output when optimizing!!! This will inevitably lead to a crash or hang. I've had to experience these problems before.
by HellGhostEvocatorX
21 Feb 2024
Forum: MultiCharts
Topic: Use python to compile C++ DLL that is usable by Multicharts
Replies: 9
Views: 530

Re: Use python to compile C++ DLL that is usable by Multicharts

thank you for the very comprehensive answer!!! But you haven't answered one question yet: what do you use tensorflows for? Because according to multicharts, optimizations due to the "data series" cannot be meaningfully implemented on the graphics card. (there is an extensive contribution to this) If...
by HellGhostEvocatorX
07 Feb 2024
Forum: MultiCharts
Topic: Use python to compile C++ DLL that is usable by Multicharts
Replies: 9
Views: 530

Re: Use python to compile C++ DLL that is usable by Multicharts

Do you use tensorflows for multicharts.net and if so, for what? And in general, why did you do this, C# is already pretty powerful. Did you need any special Python libraries?
by HellGhostEvocatorX
17 Jan 2024
Forum: MultiCharts
Topic: How to remove FS07 warning?
Replies: 3
Views: 225

Re: How to remove FS07 warning?

Hello Kate, Am I correct in assuming that Multicharts is a windowsforms application? Maybe an update to wpf would be an option to spruce up the graphical interface and use the advantages of wpf, such as the use of directx (hardware acceleration) and thus also the graphics card. Currently, Multichart...
by HellGhostEvocatorX
17 Jan 2024
Forum: MultiCharts
Topic: Use python to compile C++ DLL that is usable by Multicharts
Replies: 9
Views: 530

Re: Use python to compile C++ DLL that is usable by Multicharts

This will probably be possible in principle, but probably only in the multicharts.net application. But I'm wondering if you know Python why you don't use C# directly. C# is more complex but it has its limits. There should also be ironpython for the .net environment, which should offer integration wi...
by HellGhostEvocatorX
07 Dec 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

Re: missing days on the x-axis in the future

I hope it will be fixed soon :) unfortunately this still doesn't work in the current multicharts update :,-(
by HellGhostEvocatorX
25 Nov 2023
Forum: MultiCharts
Topic: Coding a stop order at the last pivot point for stoploss [SOLVED]
Replies: 5
Views: 466

Re: Coding a stop order at the last pivot point for stoploss [SOLVED]

Unfortunately, I don't know easy language, but if there are lists or arrays in easy language, you could save the pivot points when they occur in an array and then access the previous pivot points accordingly: i.e. Array[0] for the current pivot low point and array [1] for the previous low point. Ano...
by HellGhostEvocatorX
09 Nov 2023
Forum: MultiCharts .NET
Topic: increase the output quantity in the output window
Replies: 3
Views: 350

Re: increase the output quantity in the output window

There is no solution in multicharts? If necessary, a settings registry change?
by HellGhostEvocatorX
05 Nov 2023
Forum: MultiCharts .NET
Topic: Keyboard Shortcuts
Replies: 5
Views: 623

Re: Keyboard Shortcuts

For example, I can't simply zoom in with the mouse wheel, I can only move the chart left and right. I had already configured an additional button in the settings, so I can now at least zoom in on the time scale, the price scale stays the same when I use the background If you activate dragging, I can...
by HellGhostEvocatorX
05 Nov 2023
Forum: MultiCharts .NET
Topic: increase the output quantity in the output window
Replies: 3
Views: 350

increase the output quantity in the output window

Hello, is there actually a way to increase the output quantity in the output window (powerlanguage editor)? When I compile my indicator, I see the outputs from bar 0 to the last bar being created in order. But if I then scroll up (back), the output just stops at some point, e.g. at bar 1200, even th...
by HellGhostEvocatorX
28 Oct 2023
Forum: MultiCharts .NET
Topic: Sending an order not at the bar 0
Replies: 3
Views: 461

Re: Sending an order not at the bar 0

Yes, it could be that I misunderstood them, since they don't seem to speak English and I'm not a native English speaker, misunderstandings can sometimes arise. First of all, it is still not clear what you mean by Bar0. In your picture the bar is neither the first nor the last, so 1. why Bar0? But yo...
by HellGhostEvocatorX
23 Oct 2023
Forum: MultiCharts .NET
Topic: Sending an order not at the bar 0
Replies: 3
Views: 461

Re: Sending an order not at the bar 0

So if I adapt your code snippet so that it runs at all, several buy orders will be triggered for me, and not at Bar 0. But without you posting the entire code, it will be difficult to help you... And with code snippets it is always difficult to work with and if they aren't even ready to run straight...
by HellGhostEvocatorX
17 Oct 2023
Forum: MultiCharts .NET
Topic: Keyboard Shortcuts
Replies: 5
Views: 623

Re: Keyboard Shortcuts

Hello, I'm joining in here. I've been facing a similar problem for the past few days, so I'd like to be able to assign functions to mouse buttons too. For now I'm content with the price and time frame to zoom and navigate. Overall, it's not particularly intuitive to navigate the charts, or you have ...
by HellGhostEvocatorX
23 Sep 2023
Forum: MultiCharts
Topic: Signal did not calculate all available price data
Replies: 2
Views: 317

Re: Signal did not calculate all available price data

Without more detailed information it is difficult to help you. I'm guessing they set too many "max bars back"? Right click on the chart -> format signals -> properties, in the properties tab reduce "maximum number of bars study will reference". Please note that some indicators require a certain numb...
by HellGhostEvocatorX
23 Sep 2023
Forum: MultiCharts .NET
Topic: Angle of a line / Tick Data [SOLVED]
Replies: 2
Views: 395

Re: Angle of a line / Tick Data [SOLVED]

https://www.tradingcode.net/multicharts-net/understanding-mcnet/up-down-volume-tick/ maybe the link will help. Incorrect adjustment? Or is Bars.Ticks what you are looking for? My understanding of tickcharts is that a tick is always created when supply/demand match. After a certain time, the "sum of ...
by HellGhostEvocatorX
17 Sep 2023
Forum: MultiCharts
Topic: How can I comment out multiple lines in the code editor? [SOLVED]
Replies: 3
Views: 457

Re: How can I comment out multiple lines in the code editor? [SOLVED]

As long as the editor is the same as for multicharts.net, it should work here
/*
code
code
code
...
*/
by HellGhostEvocatorX
01 Sep 2023
Forum: MultiCharts .NET
Topic: Historical Data Files
Replies: 3
Views: 471

Re: Historical Data Files

how do they go about it? Is the data actually available? (Highlight your symbol and press ctrl+r in the quote manager, enter the time frame and then load and check this) Use the quote manager: when exporting to ascii format you will be asked which time frame you want to export.. . Alternatively, you...
by HellGhostEvocatorX
27 Aug 2023
Forum: MultiCharts .NET
Topic: Skewness, Kurtosis indicator [SOLVED]
Replies: 3
Views: 525

Re: Skewness, Kurtosis indicator [SOLVED]

Good day. I added the example output windows to your code. Use this to understand your calculation. Unfortunately, I'm no math genius and don't know how the correct calculation of kurtosis looks like. But if you think the result is wrong, the calculation will probably be wrong. Maybe the struct.doub...
by HellGhostEvocatorX
17 Aug 2023
Forum: MultiCharts
Topic: Can MultiCharts handle hundreds or thousands of strategies?
Replies: 22
Views: 2913

Re: Can MultiCharts handle hundreds or thousands of strategies?

to your statement: what does the performance monitor in the task manager say which cores are busy? All? evenly? There are now CPUs with a large number of cores that are designed for parallel work. (threadripper e.g.) maybe that would be a solution. Basically, I'm wondering what's the point of tradin...
by HellGhostEvocatorX
25 Jul 2023
Forum: MultiCharts .NET
Topic: MultiCharts .NET 14.0 Release 9
Replies: 2
Views: 619

Re: MultiCharts .NET 14.0 Release 9

Hello Kate, it would be nice if optional updates were also displayed in multicharts.net, i.e. that an update is available. In multicharts, when checking for updates, it says that I already have the latest version, which is not the case. It would also be nice if you didn't have to "completely" reinst...
by HellGhostEvocatorX
31 May 2023
Forum: MultiCharts
Topic: convert to PowerLanguage
Replies: 3
Views: 494

Re: convert to PowerLanguage

i only use multicharts.net, so i cant test ist. but the following code is the answer from chatgpt: Inputs: length(50), fcast(50), fmode("Similarity"), cmode("Cumulative"), fcast_col(ColorRGB(33, 87, 243)), fcast_style("· · ·"), show_area(True), fcast_area(ColorRGB(255, 93, 0, 50)), corr_area(ColorRG...
by HellGhostEvocatorX
28 May 2023
Forum: MultiCharts .NET
Topic: Download strategy for historical data suggestions please
Replies: 5
Views: 694

Re: Download strategy for historical data suggestions please

you can also find the ctrl +b option in the edit tab. under right click edit data you can check data manually, I don't know of an automated solution, since the system cannot know which data should be available and therefore cannot compare whether data is missing. It's best to make a backup copy from...
by HellGhostEvocatorX
28 May 2023
Forum: MultiCharts .NET
Topic: Download strategy for historical data suggestions please
Replies: 5
Views: 694

Re: Download strategy for historical data suggestions please

Gladly. Have a look at the Windows update: for Win10 under windows update --> advanced options --> restart the device as soon as possible => off this should fix the problem, then there is also the update pause, which unfortunately is only temporary. I also had the problem with the updates, and I thi...
by HellGhostEvocatorX
28 May 2023
Forum: MultiCharts .NET
Topic: Download strategy for historical data suggestions please
Replies: 5
Views: 694

Re: Download strategy for historical data suggestions please

Hello Picante. If you need the data for backtest, download it exactly as you suggested. I can't say anything about IQ-Feed, but there are also some good free data sources on the Internet that you can use to check your scenarios. I use Ducascopy and the FreeQuote data. Ducascopy offers free data for ...
by HellGhostEvocatorX
18 May 2023
Forum: MultiCharts .NET
Topic: FunctionSimple<T>
Replies: 2
Views: 495

Re: FunctionSimple<T>

using System; namespace PowerLanguage { namespace Function { public sealed class BarZählerSeries : FunctionSeries<System.Int32> { private VariableObject< DateTime >startTime; private VariableObject<int> startBarNumber; private bool resetFlag; private bool countUp; public BarZählerSeries(CStudyContr...
by HellGhostEvocatorX
17 May 2023
Forum: MultiCharts .NET
Topic: FunctionSimple<T>
Replies: 2
Views: 495

FunctionSimple<T>

https://www.multicharts.com/trading-software/index.php/4.5_Functions_and_Special_Variables Hello, I took the function from the link as a template to add a simple bar counter as a function. As you can see in the screenshot, it counts up double from one bar to the next. I have tried all the examples f...
by HellGhostEvocatorX
01 May 2023
Forum: MultiCharts .NET
Topic: change the accuracy of the mouse (crosshairs)
Replies: 1
Views: 388

change the accuracy of the mouse (crosshairs)

hello, is there a setting to change the accuracy of the mouse (crosshairs)? The following bothers me. when I check my indicators, I hover over the corresponding candlestick to get the high, low, open, close values ​​in the "Data" window. The only problem is that you have to be very precise on the ca...
by HellGhostEvocatorX
10 Apr 2023
Forum: MultiCharts .NET
Topic: Volume Profile and Bars on the chart
Replies: 2
Views: 974

Re: Volume Profile and Bars on the chart

hi Abhi, take a look here: right click: Format window --> x -Time Scale -->chart Shift: get the value up if that doesn't work, you would have to tell me which of the numerous volume indicators it should be, and if it's one of the built-in ones, which one and with what settings, I couldn't find any v...
by HellGhostEvocatorX
06 Apr 2023
Forum: MultiCharts .NET
Topic: multicharts hangs up if large price difference on the chart
Replies: 2
Views: 470

multicharts hangs up if large price difference on the chart

hello i have the problem that multicharts hangs up. (I'm using the latest update). This is the case when I load a stock like Amazon onto the chart, which on 06/03/2022 has a relatively large price difference from 06/03/2022 to 06/07/2022 due to a stock split. then when I scroll to the right in the c...
by HellGhostEvocatorX
30 Mar 2023
Forum: MultiCharts .NET
Topic: Is it possible to create an indicator without using data series functions?
Replies: 2
Views: 508

Re: Is it possible to create an indicator without using data series functions?

using System; using System.Drawing; using PowerLanguage.Function; namespace PowerLanguage.Indicator { [SameAsSymbol(true)] public class TestDurchschnitt : IndicatorObject { //private AverageFC m_averagefc1; // private VariableSeries<Double> m_avg; private IPlotObject Plot1; public TestDurchschnitt(...
by HellGhostEvocatorX
30 Mar 2023
Forum: MultiCharts .NET
Topic: Is it possible to create an indicator without using data series functions?
Replies: 2
Views: 508

Re: Is it possible to create an indicator without using data series functions?

Well what does complicated mean? you could use normal multicharts, the scope of the code is generally smaller there, but so are the possibilities. In Multicharts.net the amount of code for the same programming is always larger, but it also offers a lot more possibilities and I personally just like t...
by HellGhostEvocatorX
27 Mar 2023
Forum: MultiCharts .NET
Topic: How to do multiple signals on the same contract?
Replies: 4
Views: 1487

Re: How to do multiple signals on the same contract?

In this context, I would wish for a future, like a "meta-sentimentor" like in the nanotrader software. Which you can download as a full demo at the bottom of the page: https://www.whselfinvest.de/ There, all signals are first sent to the meta sentimentor "indicator", which then makes the assessment ...
by HellGhostEvocatorX
27 Mar 2023
Forum: MultiCharts .NET
Topic: how exactly does the optimization work (technically)
Replies: 2
Views: 525

how exactly does the optimization work (technically)

I would be interested to know how exactly the optimization works. So when is which data pushed back and forth and how, e.g. between RAM, CPU, SSD ... Also, for example, is all the data used loaded into the RAM and then retrieved from there? The problem with very extensive back tests/optimizations is...
by HellGhostEvocatorX
10 Mar 2023
Forum: MultiCharts .NET
Topic: Total Volume for the day indicator
Replies: 1
Views: 434

Re: Total Volume for the day indicator

is the first bar also the opening price? then use the first bar by saying if a new day then start counting from the first bar. there is even a FirstBarofaday indicator as well as many others dealing with time, maybe Timespan or something here is what you are looking for. you only need to set the fir...
by HellGhostEvocatorX
10 Mar 2023
Forum: MultiCharts .NET
Topic: Last bar prices wrong in IOG Mode tick chart trading
Replies: 3
Views: 612

Re: Last bar prices wrong in IOG Mode tick chart trading

Hello R41866. Unfortunately, it often takes longer to get an answer in the forum, this is unfortunately normal. The more specific you write your answer, the sooner you will get an answer, I also have some open questions here that have never been answered - unfortunately. However, it is sometimes dif...
by HellGhostEvocatorX
10 Mar 2023
Forum: MultiCharts .NET
Topic: Analysis in ES but trading in MES
Replies: 2
Views: 568

Re: Analysis in ES but trading in MES

what do you mean by ES and MES?
by HellGhostEvocatorX
07 Mar 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

Re: missing days on the x-axis in the future

I seem to remember that in my multichart version I could only load data up to about 2041, in the previous multichart version this was possible up to about the year 2078.
maybe it has to do with that?
by HellGhostEvocatorX
03 Mar 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

Re: missing days on the x-axis in the future

here is the signal, but the code hasn't been cleaned up yet, because I've tried a lot here and will, but I hope it helps anyway. You will then find a line at the bottom with a price of 0 and in the future just the individual years, which are not displayed correctly on the missing days..., the lines ...
by HellGhostEvocatorX
03 Mar 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

Re: missing days on the x-axis in the future

I think I don't understand your answer correctly. So the problem is with me with every symbol. I would expect a representation like that shown in the 4th picture with the green arrow in the future. But, as I said, the "gap" in the chart is always missing on future days. Which are caused by the setti...
by HellGhostEvocatorX
28 Feb 2023
Forum: MultiCharts .NET
Topic: App error when stopping strategy that listens to TradeManager events
Replies: 2
Views: 598

Re: App error when stopping strategy that listens to TradeManager events

Hello, maybe the two screenshots will help you. When removing the indicator I get a nullreference exception. I'm not deep enough into your code to fix this error, but you might be able to do it yourself. A second error is also displayed. However, the code can still be compiled (see 2nd screenshot. P...
by HellGhostEvocatorX
15 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

Re: missing days on the x-axis in the future

1.png
(140.28 KiB) Not downloaded yet
i loaded the ExportMS File back in quote manager and i can open the SeasonalDummy in my Chartwindow. the loading time is not so long ~1min. the see picture
by HellGhostEvocatorX
14 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

Re: missing days on the x-axis in the future

i had sent you the data for the seasonalsdummy. I suspect that you have not downloaded all the data as you have already replied to me that you have received this data even though I was still uploading it. please check the link again if necessary. I imported the data via quotemanager right click on s...
by HellGhostEvocatorX
08 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

Re: missing days on the x-axis in the future

both are already configured. You can see a screenshot above, it seems as if the whole thing is set to 24/5, but it is not and it is only with the future days. maybe an error in my programming, I couldn't find anything, I'd be happy to send you everything if you tell me how? the files are very big......
by HellGhostEvocatorX
04 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

Re: missing days on the x-axis in the future

I have meanwhile also loaded a "dummy" file into the quote manager, which only contains virtually every minute from 1901 to 2078 and a price of 0. when I load these into the chart, days are also missing on the chart, but only in the future... using System; using System.IO; using System.Linq; using S...
by HellGhostEvocatorX
03 Feb 2023
Forum: MultiCharts .NET
Topic: missing days on the x-axis in the future
Replies: 15
Views: 1594

missing days on the x-axis in the future

Hello, I am currently developing a seasonality indicator/strategy. I have the problem that some days in the future are not displayed. I write the price/time data into a list in code and shift the data on the x-axis to sort of generate a future projection. I checked the data with the output window. F...
by HellGhostEvocatorX
29 Dec 2022
Forum: MultiCharts .NET
Topic: Extend series? Adjust time series
Replies: 2
Views: 507

Re: Extend series? Adjust time series

Thanks Polly for the reply, then willy-nilly I'll have to create a "dummy" icon with the time setting 24/7 and fill it with every "minute" since 2000 and a permanent price of 0. Then I will use the second data series as the actual main data series, I think that should work. It's a pity that you can'...
by HellGhostEvocatorX
25 Dec 2022
Forum: MultiCharts .NET
Topic: Extend series? Adjust time series
Replies: 2
Views: 507

Extend series? Adjust time series

https://de.investing.com/analysis/saisonalitat-in-der-zweiten-jahreshalfte-erst-barisch-dann-bullisch-200474583 Hello, I would like to develop a seasonality indicator/strategy. But for this I want to be able to superimpose the different years, for example, like in the link posted here, I need e.g. a...
by HellGhostEvocatorX
21 Dec 2022
Forum: MultiCharts .NET
Topic: variableseries or Iseries..i don't understand differences [SOLVED]
Replies: 4
Views: 3656

Re: variableseries or Iseries..i don't understand differences [SOLVED]

Hello Henry, I'll join you here. Variable Series and Objects I understand how these work thanks to the links here. But do I understand correctly that I (can) use ISeries exclusively in functions? Basically, I only need 2 values ​​for almost everything: price data and time data (possibly volume, etc....
by HellGhostEvocatorX
11 Jul 2022
Forum: MultiCharts .NET
Topic: please add start time/end time of symbols in Quote Manager
Replies: 0
Views: 679

please add start time/end time of symbols in Quote Manager

I would like to be able to add the earliest and the last date in the overview as a sort tab. You always don't see how far you have downloaded data, only via detours: right click: edit data. there you can of course see the first date. Doing this for each symbol individually is pretty annoying though....
by HellGhostEvocatorX
02 Jul 2022
Forum: MultiCharts .NET
Topic: more accurate backtests
Replies: 4
Views: 1057

Re: more accurate backtests

ok, i think i found the solution to my problem. With market orders, the order is always created at the end of a bar and cannot be executed in the middle of the bar. By changing to a limit order, the orders can now also be executed in the bar. I stumbled upon it by accident: TJ's 1st post here brough...
by HellGhostEvocatorX
30 Jun 2022
Forum: MultiCharts .NET
Topic: more accurate backtests
Replies: 4
Views: 1057

Re: more accurate backtests

thanks svetlana for the answer. Yes, I've tried both and it doesn't work (because I only have end-of-day data - probably) But that's exactly what it's about. if I open e.g. at 100 and a close at 90, then the price must have been at 99, 98, 97 etc. in the meantime and my sell order could have been tr...
by HellGhostEvocatorX
30 Jun 2022
Forum: MultiCharts .NET
Topic: why does the optimization run freeze in MS.net. but not in the portfolio trader
Replies: 1
Views: 589

Re: why does the optimization run freeze in MS.net. but not in the portfolio trader

And is there actually a guide somewhere on how to increase the performance for the back tests through clever programming?

in that sense write it in the code like this instead of like this
by HellGhostEvocatorX
30 Jun 2022
Forum: MultiCharts .NET
Topic: why does the optimization run freeze in MS.net. but not in the portfolio trader
Replies: 1
Views: 589

why does the optimization run freeze in MS.net. but not in the portfolio trader

Hello, during an optimization run in normal multicharts, the window freezes for me so that Windows says "no feedback", with a little luck I can reduce the number of processors to be used or press pause. But this turns out to be very difficult. In Portfolio Trader I don't have the problem with the sa...
by HellGhostEvocatorX
23 Jun 2022
Forum: MultiCharts .NET
Topic: ArithmeticException overflow [SOLVED]
Replies: 5
Views: 3789

Re: ArithmeticException overflow [SOLVED]

I don't know if it's still relevant, but I also got an overflow. the reason was probably that I

[inputs]
public int slowlengthx { get; set; }

copied from another strategy, renaming fixed the whole thing, as you can see I just added an x ​​;).
by HellGhostEvocatorX
23 Jun 2022
Forum: MultiCharts .NET
Topic: more accurate backtests
Replies: 4
Views: 1057

more accurate backtests

Hello, I tried to send buy and sell orders within a daily chart. However, these are only ever executed with close or with the bar magnifying glass with open, high, low or close. Not in the bar itself. Why can't this be simulated for backtesting? The backtest system should assume that EVERY possible ...
by HellGhostEvocatorX
17 Jun 2022
Forum: MultiCharts .NET
Topic: Why is my "series" not able to remember its history? [SOLVED]
Replies: 5
Views: 3335

Re: Why is my "series" not able to remember its history? [SOLVED]

using System; using System.Drawing; using System.Linq; namespace PowerLanguage { namespace Function { public sealed class HLOC : FunctionSeries<System.Double> { //public ISeries<double> High_1__Low_2__Open_3__Close_4 { get; set; } private ISeries<double> price; //{ get; set; } public int High_1__Lo...
by HellGhostEvocatorX
17 Jun 2022
Forum: MultiCharts .NET
Topic: Why is my "series" not able to remember its history? [SOLVED]
Replies: 5
Views: 3335

Re: Why is my "series" not able to remember its history? [SOLVED]

Hello, I'll join this one. I also get a null reference exception. I programmed the following function and indicator, which also work like this, but now when I call the function in a signal, I always get a null reference ecxeption in the function return price. Value (unfortunately only visible via th...
by HellGhostEvocatorX
04 Jun 2022
Forum: MultiCharts .NET
Topic: Work with fundamental data
Replies: 4
Views: 1163

Work with fundamental data

hello :) is there a way to display fundamental data in multicharts and to program with the values? there seems to be a corresponding api at interactive brokers, if I saw it correctly.
by HellGhostEvocatorX
24 May 2022
Forum: MultiCharts .NET
Topic: UpdateOnEveryTick performance issues
Replies: 2
Views: 854

Re: UpdateOnEveryTick performance issues

Hello :) I'm currently not using any livetick charts, so I don't know if the following is helpful: you have the possibility to open the settings by double-clicking on your symbol in the chart under the settings tab you can change the tick resolution You can also right-click on the chart under Format...
by HellGhostEvocatorX
20 May 2022
Forum: MultiCharts .NET
Topic: find specific values ​​in series
Replies: 3
Views: 937

Re: find specific values ​​in series

So I have now solved the whole thing as follows, since the entire programming is probably run through exactly once per bar, I simply took a counter, which then counts up to 1 for the current bar and then to 2 for the next one. So if the counter is 2 is I have the next bar. After a fixed condition, i...
by HellGhostEvocatorX
17 May 2022
Forum: MultiCharts .NET
Topic: find specific values ​​in series
Replies: 3
Views: 937

Re: find specific values ​​in series

using System.Collections.Generic; private List<Double> xyz xyz = new List<Double>(); Hello again :) I managed to do that with the high memory with an array. That's not my problem anymore. After a long search, I found what I was looking for at tradingcode.net :) the keyword "list" helped me here. 1....
by HellGhostEvocatorX
07 May 2022
Forum: MultiCharts .NET
Topic: find specific values ​​in series
Replies: 3
Views: 937

Re: find specific values ​​in series

hmmm just got those https://www.multicharts.com/support/base/pivothighvsbar/ Function "again" found. It might work, I'll try it tomorrow :) Other ideas are of course always welcome ;) I've learned a lot through trial and error, but sometimes a nudge in the right direction is a lot more effective :D
by HellGhostEvocatorX
07 May 2022
Forum: MultiCharts .NET
Topic: find specific values ​​in series
Replies: 3
Views: 937

find specific values ​​in series

I don't know if the title really fits. I need the previous high point and the one before and possibly before... I rebuilt the zigzag indicator (with the pivotHigh function). so I use m_swingpriceH = new VariableSeries<Double>(this); My problem is how do I find the previous highs? I get the last one ...
by HellGhostEvocatorX
14 Apr 2022
Forum: MultiCharts .NET
Topic: NVIDIA CUDA Use
Replies: 1
Views: 753

NVIDIA CUDA Use

Hello, I would like to be able to use NVIDIA CUDA in multicharts. Also the use of the graphics processor, for example, in very extensive back tests. At the moment, this task only seems to be taken over by the normal CPU, while today's graphics processors are extremely powerful...
by HellGhostEvocatorX
12 Feb 2022
Forum: MultiCharts
Topic: Daily bar calculation but intraday order entry [SOLVED]
Replies: 9
Views: 2731

Re: Daily bar calculation but intraday order entry [SOLVED]

Yes, that's right But that still doesn't answer my two questions, about the scanner and whether there is a way to automatically load the associated daily data on the intraday chart. For example, I want to use a pre-filter from SMA on a daily basis and then automatically open/close positions intraday...
by HellGhostEvocatorX
11 Feb 2022
Forum: MultiCharts
Topic: Daily bar calculation but intraday order entry [SOLVED]
Replies: 9
Views: 2731

Re: Daily bar calculation but intraday order entry [SOLVED]

first of all thanks for the answer. All the values ​​I have mentioned (time/SMA etc.) are of course only examples, the ideal values ​​still need to be found out. So you think I should simply convert the 1 hour candles into daily candles on the intraday chart, for example, and then use this to build ...
by HellGhostEvocatorX
11 Feb 2022
Forum: MultiCharts
Topic: Daily bar calculation but intraday order entry [SOLVED]
Replies: 9
Views: 2731

Re: Daily bar calculation but intraday order entry [SOLVED]

Hello, I'm new to the MS scene. And I haven't been able to find the right answer to my question, although I've looked at all the links here. Maybe it's because English isn't my strength or I skipped it. I would like to use e.g. 2 SMA on a daily basis also for the intraday analysis, so as to later bu...

Go to advanced search