Search found 29 matches

by pivot
07 Aug 2012
Forum: MultiCharts .NET
Topic: VB or C#
Replies: 14
Views: 7783

Re: VB or C#

Great Thxs SPtrader

I get this error every time I try to load study or a signal in VS 2010 C#

Image
by pivot
06 Aug 2012
Forum: MultiCharts .NET
Topic: VB or C#
Replies: 14
Views: 7783

Re: VB or C#

Can I use the MS Visual Studio 2010 C# Express - or will I need to buy the full VS 2010?

thxs

P
by pivot
22 Mar 2012
Forum: User Contributed Studies and Indicator Library
Topic: method void
Replies: 2
Views: 3130

method void

Does MC have an equivalent to the reserved word in TS of "method Void" here is what TS write on it: The method reserved word allows you to create a named subroutine within an EasyLanguage document that consists of a sequence of statements to perform an action, a set of input parameters to customize ...
by pivot
30 Jan 2012
Forum: MultiCharts
Topic: Creating Custom Symbols
Replies: 9
Views: 2631

Re: Creating Custom Symbols

Thanks Henry. I will look at those data suppliers.
by pivot
28 Jan 2012
Forum: MultiCharts
Topic: Creating Custom Symbols
Replies: 9
Views: 2631

Re: Creating Custom Symbols

1-28-2012 11-39-35 PM.png systemicrisk I am no expert but on esignal you have real symbols for exchange traded spreads that are listed products and not synthetics like CL - BRN. As its ICE WTI product it is WBS - BRN but the true spread is "WBS 2H:BRN2H-ICE" Here is a list of spreads I have created...
by pivot
26 Jul 2011
Forum: User Contributed Studies and Indicator Library
Topic: Simple Standard Deviation Entries
Replies: 6
Views: 4385

Re: Simple Standard Deviation Entries

Thanks TJ

is it possible to refer calculations on Data2 and then executing on data series 1?

This could be a work around for my logic.

regards

p
by pivot
26 Jul 2011
Forum: User Contributed Studies and Indicator Library
Topic: Simple Standard Deviation Entries
Replies: 6
Views: 4385

Re: Simple Standard Deviation Entries

Thanks JoshM - I want to enter the current bar so would the logic be corrected if in the SD calculation I change it to c[1] reference the previous bars close to calculate SD. Something like this vSDEnt = StandardDev( c[1], SDLen, 2 ); but I still can't get it to compile and there are still errors. I...
by pivot
26 Jul 2011
Forum: User Contributed Studies and Indicator Library
Topic: Simple Standard Deviation Entries
Replies: 6
Views: 4385

Simple Standard Deviation Entries

I am trying to write some code for simple Standard Deviation Entries. This would be on current bar +/- X SD there would be Long limit order and a short limit order on the current bar Here is the code I have written code someone with more coding skills then me take a look and help me to correct this ...
by pivot
10 Apr 2011
Forum: User Contributed Studies and Indicator Library
Topic: VWAP Oscillator (StDeV based)
Replies: 23
Views: 23908

Re: VWAP Oscillator (StDeV based)

vars: PriceW(0), ShareW(0), Count(0), VolWAPValue(0), VolWAPVariance(0), VolWAPSD(0); if date > date[1] then begin PriceW = 0; ShareW = 0; Count = -1; Value1 = 0; Value2 = 0; VolWAPValue = 0; end; PriceW = PriceW + (AvgPrice * (UpTicks+DownTicks)); ShareW = ShareW + (UpTicks+DownTicks); Count = Cou...
by pivot
08 Apr 2011
Forum: User Contributed Studies and Indicator Library
Topic: VWAP Oscillator (StDeV based)
Replies: 23
Views: 23908

Re: VWAP Oscillator (StDeV based)

http://www.multicharts.com/discussion/download/file.php?id=3462 VWAP_SD.png Here is the code {*********************************************************************************************** Coded by dbntina/boxmeister 8/2/2007 Used the VWAP_H code provided by TS on 02/07/2003 Topic ID = 6735 Thanks...
by pivot
16 Sep 2010
Forum: User Contributed Studies and Indicator Library
Topic: Mean, Median, Mode, Std Dev - For a specified time period
Replies: 1
Views: 1936

Mean, Median, Mode, Std Dev - For a specified time period

I am trying to create indicators for Mean, Median, Mode and Standard Deviation for a specified time period (ie 00:00 to 23:59). Yes I have tried to play with Mode inputs: PriceValue( numericseries ), Len( numericsimple ), Type( numericsimple ) ; variables: var0( 0 ), var1( 0 ), var2( -1 ), Value2( 0...
by pivot
16 Feb 2010
Forum: MultiCharts
Topic: Continuous Contract -- what to do if no 'symbol root'
Replies: 31
Views: 14374

I am trying to create continuous contracts for White Sugar which is W on Euronext. So I go to create a root symbol and W already exists for Wheat on CME. So I am trying to create W 1!-ENC (Sugar #5 White), SB 1! (Sugar #11), RC 1!-ENC (Robusta Coffee) all of which I can not get data on MC on esiganl...
by pivot
12 Feb 2010
Forum: MultiCharts
Topic: eSignals Exchange traded spreads
Replies: 3
Views: 1522

Thank you that works 8)
by pivot
12 Feb 2010
Forum: MultiCharts
Topic: eSignals Exchange traded spreads
Replies: 3
Views: 1522

eSignals Exchange traded spreads

I am trying to chart and exchange traded spread symbol from eSignal but for some reason I can not build the symbol in the quote manager. My example is SB K0:SBN0 (this is Sugar May - July spread). Yes I know I can build it synthetically with the legs ie May - July but I want to use the native esigna...
by pivot
30 Dec 2009
Forum: MultiCharts
Topic: Range bars with tick intervals not point intervals
Replies: 4
Views: 1535

Yes TJ thats were I misunderstood as 1 point for me is 1 pt not 1 tick... in ES speak would be 4 ticks... anyways all good now I understand the fine print.
by pivot
30 Dec 2009
Forum: MultiCharts
Topic: Range bars with tick intervals not point intervals
Replies: 4
Views: 1535

thanks super

I will try that. I am making the transition to MC so its just a learning process for me to figure out the MC way but already think it rocks vs TS.
by pivot
30 Dec 2009
Forum: MultiCharts
Topic: Range bars with tick intervals not point intervals
Replies: 4
Views: 1535

Range bars with tick intervals not point intervals

It would be great if there was a way to have range bars on tick intervals ie on the ES to have a 1.5 range bar not having the system round it to a whole point ie 2pts. Is there any way to achieve a 1.5 range bar in MC6? Also it would be great to select between time or tick based range bar. TS has al...
by pivot
28 Dec 2009
Forum: MultiCharts
Topic: MD for MC with History (Database)
Replies: 47
Views: 46807

Damageboy has this been updated to include your color gradients. If so where can I get a copy of it.

otherwise does anyone know if this has been updated with the color gradients?

thxs

Piv. :?:
by pivot
22 Dec 2009
Forum: User Contributed Studies and Indicator Library
Topic: spread charts
Replies: 25
Views: 14143

Was wondering if someone can update us on the spread trading and pair trading additions?
by pivot
21 Dec 2009
Forum: MultiCharts
Topic: !from strategy to broker mp synchronizer
Replies: 5
Views: 3538

Yes, I looked at it and I think it has to do with the position tracker. But someone from MC is better positioned to answer on that.

You notice all the variables dealing with MP = MarketPosition.

PP :roll:
by pivot
21 Dec 2009
Forum: MultiCharts
Topic: Countdown Timer in MC6
Replies: 1
Views: 1230

Yes I too would like that and love it as well I have used it in other charting programs and something our cousins don't offer.
by pivot
21 Dec 2009
Forum: MultiCharts
Topic: MC6.0 beta1 slow to backfill
Replies: 9
Views: 2559

I too find it slow to a point were sometimes its unworkable when requesting intra-day data. Daily data seems to fine but intra-day is a real problem for most larger requests. Why isn't there a function to backup data, I am a new user so I may not have found the backup and save data function yet if s...
by pivot
21 Dec 2009
Forum: MultiCharts
Topic: Gradient Chart Coloring functionality in MC6
Replies: 1
Views: 1391

Gradient Chart Coloring functionality in MC6

Only cosmetic but still would be good! Is it possible to get functionality of gradient shading on the chart background? I see that there is the gradient color choice in the position tracker would the programmers be able to add this type of functionality to charts where the user selects the the two c...
by pivot
17 Dec 2009
Forum: MultiCharts
Topic: SetStopLoss & ProfitTarget not working in simulation tra
Replies: 6
Views: 2698

Just Upgraded one of my machines and stops and targets working in MC6. :lol:
by pivot
17 Dec 2009
Forum: MultiCharts
Topic: SetStopLoss & ProfitTarget not working in simulation tra
Replies: 6
Views: 2698

I second all the above I have been testing AT in MC and just recently added the FA patch/upgrade and I don't get and stop loss orders or Profit Target orders to be created in the Sim Account. Before this I did and it worked perfectly after 2 days of figuring out how to configure a FA. The short is t...
by pivot
17 Dec 2009
Forum: MultiCharts
Topic: Auto trading with Interactive Brokers and MC
Replies: 20
Views: 10282

I see the cosmetic change to this setup and now I am coming to terms with the fact that my stop loss orders and target orders are not being placed with this new configuration. Why is that? previously I had the FA account working perfectly now with these changes I am left to figure out why stops and ...
by pivot
16 Dec 2009
Forum: User Contributed Studies and Indicator Library
Topic: spread charts
Replies: 25
Views: 14143

Andrew I would be interested to know when this spread trader / pair trader will be release can you update the likely release of this?

thxs

Pivot :)
by pivot
13 Dec 2009
Forum: MultiCharts
Topic: Memory limitations
Replies: 7
Views: 2760

8) thanks TJ just udated the registry to 16million bars instead of 1million.

You solved that so how about the 64 bit question.... :lol:
by pivot
13 Dec 2009
Forum: MultiCharts
Topic: Memory limitations
Replies: 7
Views: 2760

Yes I long for the day of a 64bit version I am new to MC and just realized that when I want to test 10 years of 1min data it can't load all the data it stops at 11/2006 when my data goes back to 1999. I too run a 64bit XP with 8gb ram and Quad CPUs and I see it max out at 3.5gbs too.... And I am tol...

Go to advanced search