Search found 30 matches

by andrei
06 Apr 2024
Forum: MultiCharts .NET
Topic: .SendFromEntry() [SOLVED]
Replies: 6
Views: 246

Re: .SendFromEntry() [SOLVED]

Hi @Polly, Would be lovely if you pinged answers to the following: - OrderExit is a class having info on the exit type. Among other things, it has following members: 1) EExitType 2) FromAll 3) FromEntry 4) FromEntryTotal 5) Total Yet, the above are not properly defined, or exemplified in terms of u...
by andrei
05 Apr 2024
Forum: MultiCharts .NET
Topic: MultiCharts .NET 15 Release
Replies: 3
Views: 273

Re: MultiCharts .NET 15 Release

So, how many releases did you have since 2014 ... a lot has changed, and would be great if the Power Language Reference .CHM doc gets promoted to version 2.0 ... as currently it's still at version 1.0 ... more, the docs are incomplete, for example this: https://www.multicharts.com/discussion/viewtop...
by andrei
05 Apr 2024
Forum: MultiCharts .NET
Topic: .SendFromEntry() [SOLVED]
Replies: 6
Views: 246

Re: .SendFromEntry() [SOLVED]

Hi @Polly, Would be lovely if you pinged answers to the following: - OrderExit is a class having info on the exit type. Among other things, it has following members: 1) EExitType 2) FromAll 3) FromEntry 4) FromEntryTotal 5) Total Yet, the above are not properly defined, or exemplified in terms of us...
by andrei
01 Apr 2024
Forum: MultiCharts .NET
Topic: MultiCharts .NET 15 Release
Replies: 3
Views: 273

Re: MultiCharts .NET 15 Release

Thanks Kate! Would you be so kind and share a bit more in terms of what's new on the API front ... remember there was a chm doc w/ API's / functions usable from the .NET Editor, would love to see an updated version of that, if anything new is relevant on that front. Equally, would be great to hear o...
by andrei
01 Apr 2024
Forum: MultiCharts .NET
Topic: Multicharts.NET with NET Framework >= 4.5
Replies: 1
Views: 110

Multicharts.NET with NET Framework >= 4.5

Hi All, As you know, Multicharts.NET is using NET Framework 4.0 and while an upgrade to a newer version is in the books, it doesn't have a committed date. So, curious to understand if anyone has had any luck in using any NuGet packages that would work with no lower than Framework 4.5 ... for example...
by andrei
14 Mar 2023
Forum: MultiCharts .NET
Topic: LastBarOnChart not working with multiple data lines
Replies: 4
Views: 2435

Re: LastBarOnChart not working with multiple data lines

this does happen, look at the below situation: https://ibb.co/NKFjh7D What needs to happen is add some instruments in the same chart such that their sessions do not fully overlap. Then wait for that day time where the non-principal instruments (data2 or data3) are "ahead" of the main one (data1) - d...
by andrei
24 May 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5549

Re: Attention Binance users! [SOLVED]

still doesn't work with the latest patch...
can you at least shed some troubleshooting steps on this page?
by andrei
23 May 2021
Forum: MultiCharts
Topic: Attention Binance users! [SOLVED]
Replies: 14
Views: 5549

Re: Attention Binance users! [SOLVED]

After executing the patches successfully for both MC & MC.NET, MC gives the same error, when trying to add a Binance profile. MC.NET though allows setting up the private key, then when you try to connect to the profile, it gives the below: Capture.PNG Multicharts - if one edits the default finance p...
by andrei
02 Nov 2020
Forum: MultiCharts .NET
Topic: CloseD in Multicharts.NET? [SOLVED]
Replies: 6
Views: 6029

Re: CloseD in Multicharts.NET? [SOLVED]

more than that, in the CloseD (close of previous Day), one can see:

protected override void StartCalc(){
m_ohlcperiodsago1.periodtype = EResolution.Hour;


EResolution being set to Hour ... is this accurate?
by andrei
02 Nov 2020
Forum: MultiCharts .NET
Topic: CloseD in Multicharts.NET? [SOLVED]
Replies: 6
Views: 6029

Re: CloseD in Multicharts.NET? [SOLVED]

out about CloseM and CloseY ?
by andrei
29 Nov 2018
Forum: MultiCharts
Topic: DefineDLLFunc: "GlobalVariable.dll", ... [SOLVED]
Replies: 9
Views: 4099

Re: DefineDLLFunc: "GlobalVariable.dll", ... [SOLVED]

Are these working in a backtest optimization within a Portfolio Trader?
Or does it need to be single thread?

Asking as - what I get in an optimization - applying best result to param values renders inaccurate backtest results (when using Global Variables).
by andrei
29 Nov 2018
Forum: MultiCharts
Topic: DefineDLLFunc: "GlobalVariable.dll", ... [SOLVED]
Replies: 9
Views: 4099

Re: DefineDLLFunc: "GlobalVariable.dll", ... [SOLVED]

There may be a bug within GlobalVariables. What I found is one needs to get the return of the below function into a variable for the value to be passed across the other strategy (both part of a portfolio trader). r = GVSetNamedDouble("stloss",stLoss); if one is using only GVSetNamedDouble("stloss",s...
by andrei
29 Nov 2018
Forum: MultiCharts
Topic: DefineDLLFunc: "GlobalVariable.dll", ... [SOLVED]
Replies: 9
Views: 4099

Re: DefineDLLFunc: "GlobalVariable.dll", ... [SOLVED]

Are the functions defined in GV+2-2.ELD supposed to work in a PortfolioTrader ... for passing values across between 2 strategies? I have a Portfolio Trader w/ 2 strategies: first exports with GVSetNamedDouble("stloss",stLoss); second imports with stloss = GVGetNamedDouble("stloss", 0); but I only ge...
by andrei
29 Nov 2018
Forum: MultiCharts
Topic: DefineDLLFunc: "GlobalVariable.dll", ... [SOLVED]
Replies: 9
Views: 4099

Re: DefineDLLFunc: "GlobalVariable.dll", ... [SOLVED]

Hello maxmax68,

Please see the file attached, there are some examples that you might find useful.
Why don't you guys include these functions in the default function library the product ships with?
by andrei
29 Nov 2018
Forum: MultiCharts FAQ
Topic: [Advanced Topic] Programming DLL
Replies: 37
Views: 44125

Re: MultiCharts using C#

if c# function return String and its parameters also string,then how to correct write c++ dll? Example updated. EXTERNAL: "net_assembly_interop.dll", lpstr, "ReturnStringExample", lpstr; plot1( ReturnStringExample("from PL") ); Dru, can you tell something about how you created the net_assembly_inte...
by andrei
29 Nov 2018
Forum: MultiCharts
Topic: Global Variables full working example / full reference
Replies: 2
Views: 2505

Global Variables full working example / full reference

There are a few links but they refer each other in circle, without a clear full example of how it needs to be done so ... would be great to have it all in one place end to end. MC64 - contains file GlobalVariable.dll (49MB) There are functions thrown around such as GVSetDouble(1,Value) or this or th...
by andrei
29 Nov 2018
Forum: MultiCharts
Topic: Portfolio Trader - passing values between strategies with pmm_set/get_my_named_num
Replies: 1
Views: 895

Portfolio Trader - passing values between strategies with pmm_set/get_my_named_num

Using two strategies w/: 1) one passing a value using pmm_set_my_named_num 2) the MM signal getting it with pmm_get_my_named_num(0,varName) and setting it with pmms_set_strategy_named_num(1,"varName", Value) and 3) the second strategy getting the value with pmm_get_my_named_num gives following outco...
by andrei
29 Nov 2018
Forum: MultiCharts
Topic: Globalvariable.dll 32 bit and 64 bit
Replies: 4
Views: 1405

Globalvariable.dll 32 bit and 64 bit

is it something else required to make this work ... GlobalVariable.dll is part of MC64 but statements such as :

GVSetDouble(1,myVar);

are not compiled. Is there a fully working example somewhere?
by andrei
26 Jul 2016
Forum: MultiCharts .NET
Topic: .NET optimization library for Multicharts.NET
Replies: 1
Views: 1630

.NET optimization library for Multicharts.NET

Hello everyone, I was wondering, do any of you know of a .NET library out there that can do backesting and optimization (WFO, Genetic, Exchaustive, or at least, a subset of these) tasks ... the idea is to have the backtesting functions externalized from Multicharts.NET. Basically I want to continue ...
by andrei
11 Mar 2016
Forum: MultiCharts
Topic: Alert on strategy order filled
Replies: 6
Views: 2425

Re: Alert on strategy order filled

Hi Dave,

I think in TS things are similar ... you need to configure an indicator to generate an alert (that can be an email), but you cannot do the same from a Strategy, isn't it?
by andrei
28 Jul 2014
Forum: MultiCharts
Topic: Volume Profile Usability [SOLVED]
Replies: 17
Views: 5229

Re: Volume Profile Usability [SOLVED]

Please, vote: MC-1310 - Volume Profile integration with Playback https://www.multicharts.com/pm/viewissue.php?issue_no=MC-1310 allowing users to trade the Playback of previous trading sessions: MC-362 - Playback Trading, Please MC-694 - Support of Google Finance - Real-time and Delayed minute Feeds ...
by andrei
04 Jun 2014
Forum: MultiCharts
Topic: Trend line trading
Replies: 22
Views: 8849

Re: Trend line trading

Hi bowlesj3,

Is there a way to check on a specific bar whether there is an arrow drawn on it or not, is there any easy language API to do that?

thanks
by andrei
05 May 2014
Forum: MultiCharts
Topic: Similiar jigsaw indicator for Multicharts
Replies: 8
Views: 3663

Re: Similiar jigsaw indicator for Multicharts

Hi guys,

can we know what was the resolution ... is there anything within Multicharts resembling Jigsaw, or are there any plans to integrate Jigsaw in MC?

thanks
by andrei
02 May 2014
Forum: User Contributed Studies
Topic: Ichimoku Indicator
Replies: 17
Views: 14169

Re: Ichimoku Indicator

Bar ref val: -26" which in a chart can be fixed by modifying the x-timescale -> chart-shift to be higher than 26.
Could you upload a screenshot of the inputs of the indicator when you apply it to scanner?
Please, find attached - it's all standard input.

thx
by andrei
02 May 2014
Forum: User Contributed Studies
Topic: Ichimoku Indicator
Replies: 17
Views: 14169

Re: Ichimoku Indicator

Here is one I wrote that is working well for me. Hi Tito, This does not seem to work if you add your symbols to a watchlist/pre-scanning window and try to add Ichimoku indicator to the list. I seem to be getting "trying to access future data. Bar ref val: -26" which in a chart can be fixed by modif...
by andrei
23 Aug 2013
Forum: MultiCharts
Topic: trading system with more charts [SOLVED]
Replies: 4
Views: 4112

Re: trading system with more charts [SOLVED]

Hi Henry,

Would the portfolio with basket trading have similar functions as described in:

https://www.multicharts.com/pm/viewissu ... no=MC-1423

or can you elaborate more what's planned with the "basked trading" functionality ?
by andrei
23 Aug 2013
Forum: MultiCharts
Topic: Same named variables used in 2 signals on one workspace [SOLVED]
Replies: 4
Views: 3371

Re: Same named variables used in 2 signals on one workspace [SOLVED]

Hi Henry,

I understand in MC.NET you don't have the notion of "Global Variables".
How can you exchange data between your charts or between your indicators (each referencing a different stream of data) in MC.NET?

Thx
by andrei
23 Aug 2013
Forum: MultiCharts
Topic: MultiCharts Portfolio Trading Strategies
Replies: 14
Views: 10012

Re: MultiCharts Portfolio Trading Strategies

I think the online Market Scanner has some good features that would be of great use to the Portfolio backtester: - the ability to add an indicator and SORT the instruments by that indicator value, like in Market Scanner. Essentially, a set of arrays/variables specific to each indicator (each variabl...
by andrei
09 Aug 2013
Forum: MultiCharts .NET
Topic: market, limit, stop orders
Replies: 1
Views: 2438

market, limit, stop orders

Hi everybody, I was trying to ramp-up on the MC .NET API, and would like to understand better or if it's possible: - How do you control if a market order for next bar is going to be executed on next bar's open or close ? - How do you issue a limit / stop / stoplimit for the current bar ? - While hav...
by andrei
24 Jan 2013
Forum: MultiCharts
Topic: Found this: Adaptrade Builder
Replies: 16
Views: 11731

Re:

There is another program under development offering system building capabilities more details at: http://www.quantumcharts.com *** Grail is an excellent product and it stands out from the competition as it allows use of custom/propritery studies in stratergy building. it seems quantum charts is dea...

Go to advanced search