Search found 17 matches

by ecarlino
01 Nov 2018
Forum: MultiCharts .NET
Topic: c#, functions, multiple data series
Replies: 1
Views: 1679

c#, functions, multiple data series

I'm a 20+ year programmer in general and 10+ year programmer with EasyLang(TS) and PowerLang (MC) and just started with MC.Net. I'm accustomed to EZ/Pwr Lang having some of the worst documentation in the world and was expecting the .Net to be even worse..... i wasn't let down :-) Is there somewhere ...
by ecarlino
08 Aug 2018
Forum: MultiCharts
Topic: Please Help Explain: Optimization and "# of simulations" [SOLVED]
Replies: 3
Views: 1337

Re: Please Help Explain: Optimization and "# of simulations" [SOLVED]

wilkinsw - thanks for your reply (and you numerous posts elsewhere on the topic!) i've read a few papers on GA - do you have any insight (quick and dirty 'cheats') for what works best for "init pop" and "#gens" ---do you find that Multicharts suggestions are close to ideal? ---any 'best practicies' ...
by ecarlino
06 Aug 2018
Forum: MultiCharts
Topic: Please Help Explain: Optimization and "# of simulations" [SOLVED]
Replies: 3
Views: 1337

Please Help Explain: Optimization and "# of simulations" [SOLVED]

If i setup an optimization for 'exhaustive', once I start it running, the # of Simulations matches the # of combinations that it showed when it was setting the properties (ie range of input values). However, if i do the exact same but run 'genetic', then the # of simulations is many Many MANY multip...
by ecarlino
16 Jul 2018
Forum: MultiCharts
Topic: Why in 2018 still so difficult to access values from other DataN/indicators
Replies: 10
Views: 3287

Re: Why in 2018 still so difficult to access values from other DataN/indicators

thanks, there are certainly ways to 'get around' things now. i currently use a combo of these methods. i have some indicators/functions that are several hundred lines of code each and measure things (vol, swings, time, price, etc) and there are several values from each and it would just make things ...
by ecarlino
13 Jul 2018
Forum: MultiCharts
Topic: Why in 2018 still so difficult to access values from other DataN/indicators
Replies: 10
Views: 3287

Re: Why in 2018 still so difficult to access values from other DataN/indicators

Hi Henry, thanks for your reply (and ALL of you help over the years!)
i had seen those, but it'd be so much cleaner to just be able to reference things in code - i'll take another look at these however, thanks again!
by ecarlino
13 Jul 2018
Forum: MultiCharts
Topic: Why in 2018 still so difficult to access values from other DataN/indicators
Replies: 10
Views: 3287

Why in 2018 still so difficult to access values from other DataN/indicators

Yes there are DLLs and 3rd party workarounds, but come on already - or am I missing something? Why can't I write an indicator wherein I do NOT have to specify in advance which DataN it's working on, then, apply it to several Data series on the same chart, then, from a STRATEGY be able to read any of...
by ecarlino
29 Sep 2016
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 10.0 BETA 2
Replies: 20
Views: 7452

Re: MULTICHARTS .NET 10.0 BETA 2

sorry if this has been asked&answered elsewhere, but can .NET_beta10 be installed and used on the same PC as regular MC v9.x ? thank you.
by ecarlino
21 Jan 2016
Forum: MultiCharts
Topic: is it possible to program my own BAR TYPE ?
Replies: 5
Views: 1661

Re: is it possible to program my own BAR TYPE ?

i know the existing formats that are supported and apparently it is already a 'feature request' to allow custom bars to be programmed. i have added a new feature request that the menus allow for a new type of bar that combines time, volume and range so that all 3 could be set and if any of the 3 thr...
by ecarlino
21 Jan 2016
Forum: MultiCharts
Topic: is it possible to program my own BAR TYPE ?
Replies: 5
Views: 1661

is it possible to program my own BAR TYPE ?

many people use volume or range bars because with time based bars big moves show up as spikes and technical indicators tend to get out of phase with the action - however, using range bars can miss when price action is 'fighting' at a price level where a lot of volume is going through - so you may on...
by ecarlino
12 Jan 2016
Forum: MultiCharts
Topic: Chart Trader w/ IB - bid/ask stop updating
Replies: 1
Views: 892

Chart Trader w/ IB - bid/ask stop updating

I have 5 workspaces, each has a 1 minute chart going back 2 days with front-month futures. i chart trading on and it works great. however, sometimes - mostly with the e-mini S&P - the buttons 'buy ask' 'buy bid' 'sell bid' and 'sell ask' stop updating their prices and if i click on 'buy bid' (after ...
by ecarlino
21 Dec 2015
Forum: MultiCharts
Topic: minimize messaging traffic with IB from my signals [SOLVED]
Replies: 8
Views: 3276

Re: minimize messaging traffic with IB from my signals [SOLVED]

Hi all, MultiCharts is rounding the order price based on the chart instrument price scale. thanks for confirming Henry - i was getting errors (orders rejected to IB) b/c i am using DTN iQFEED on the chart (so i can load enough data to prime the pump for my code and then i mapped the IQ chart symbol...
by ecarlino
19 Dec 2015
Forum: MultiCharts
Topic: minimize messaging traffic with IB from my signals [SOLVED]
Replies: 8
Views: 3276

Re: minimize messaging traffic with IB from my signals [SOLVED]

thanks - i'm just going to use the function Round2Fraction around all of my prices and be done with it - should have coded it that way in the first place.

thanks for your replies, eric.
by ecarlino
19 Dec 2015
Forum: MultiCharts
Topic: minimize messaging traffic with IB from my signals [SOLVED]
Replies: 8
Views: 3276

Re: minimize messaging traffic with IB from my signals [SOLVED]

i have 2 questions regarding signals automatically executing on IB via the TWS API: :: 2. i have numerous exit signal - various conditions that would trigger scaling out or getting flat, both on the profit side (limit orders) and downside (stop orders), --> does Multicharts look at these and only s...
by ecarlino
19 Dec 2015
Forum: MultiCharts
Topic: minimize messaging traffic with IB from my signals [SOLVED]
Replies: 8
Views: 3276

minimize messaging traffic with IB from my signals [SOLVED]

i have 2 questions regarding signals automatically executing on IB via the TWS API: 1. does Mulitcharts format the price based on the settings in QuoteManager for the symbol to ensure that the price is 'valid' with respect to min tic size and price format of the instrument? --> or, do i need to take...
by ecarlino
31 Jul 2015
Forum: MultiCharts
Topic: only calc on first pass of optimization
Replies: 5
Views: 1556

Re: only calc on first pass of optimization

Barstatus 0 is prior to first tic of bar
::
Where did you get this idea?

to be more precise:

Barstatus of 0 = the opening tick of a bar
by ecarlino
30 Jul 2015
Forum: MultiCharts
Topic: only calc on first pass of optimization
Replies: 5
Views: 1556

Re: only calc on first pass of optimization

Barstatus 0 is prior to first tic of bar

But during a backtest that is run 10,000 times, won't it be recalcd every time?
I'm trying to find a method that only runs once, not 10,000 times
by ecarlino
29 Jul 2015
Forum: MultiCharts
Topic: only calc on first pass of optimization
Replies: 5
Views: 1556

only calc on first pass of optimization

i have certain values whose calculations are complex but do not change during each pass of the optimization (in other words, i'm optimizing for other values, not these). is there a way to not have to recalc those blocks of code on each pass of a backtest? three ideas i had were: 1. put that code in ...

Go to advanced search