Search found 13 matches

by chisound
22 Sep 2011
Forum: MultiCharts
Topic: Updating indicators on every tick from historical tick data
Replies: 2
Views: 1252

Updating indicators on every tick from historical tick data

Hi: I have 1 indicator that is part of a trading strategy that updates every tick and uses intrabarpersist variables to calculate something. With my realtime IQFeed this only produces the correct calculations as new real time ticks are added to the chart. It does not work for the historical bars of ...
by chisound
16 Sep 2011
Forum: User Contributed Studies and Indicator Library
Topic: Intrabar VWAP not working correctly
Replies: 9
Views: 4092

Re: Intrabar VWAP not working correctly

Hi TJ: Thanks for your help. From what i understand about intrabarpersist if i use this in the variable declarations for the variables PriceW and ShareW, these variables will be updated on every tick of the bar. So i need these to be updated on every tick of the bar as follows: PriceW = PriceW + (Cl...
by chisound
14 Sep 2011
Forum: User Contributed Studies and Indicator Library
Topic: Intrabar VWAP not working correctly
Replies: 9
Views: 4092

Re: Intrabar VWAP not working correctly

What i want it to do is calculate the VWAP internally of each bar, in other words, calculate for each bar the following: IntrabarVWAP = Sum of (Price of trade X volume of trade ) / ( Sum of volume) When a bar opens it needs to calculate (Price of Trade x volume of trade ) for each trade in a bar, su...
by chisound
14 Sep 2011
Forum: User Contributed Studies and Indicator Library
Topic: Intrabar VWAP not working correctly
Replies: 9
Views: 4092

Re: Intrabar VWAP not working correctly

Hi thanks for the reply. I will plot this on the same subchart as the underlying barchart using the same scale as the barchart. Plot1 is set to a left or righttick with a different color to the barchart or candelchart so that it appears in the body of each bar in the chart as a horizontal tick. This...
by chisound
14 Sep 2011
Forum: User Contributed Studies and Indicator Library
Topic: Intrabar VWAP not working correctly
Replies: 9
Views: 4092

Intrabar VWAP not working correctly

Hi, i am trying to calculate an intrabar VWAP, ie the VWAP of each individual bar which i will compare to the close of the bar to see if it is above or below the close etc.. I am using intrabarpersist for this and have tried it with minute, tick and range charts and every time the returned intrabar ...
by chisound
09 Aug 2011
Forum: MultiCharts
Topic: Interfacing MC to Trading Technologies
Replies: 9
Views: 4139

Re: Interfacing MC to Trading Technologies

Hi Multicharts uses TT's FIX Adapter and not the X Trader API. You will need to get the demo account set up for the TT FIX Adapter and go from there.
by chisound
10 May 2011
Forum: User Contributed Studies and Indicator Library
Topic: Documentation for Global Variables
Replies: 1
Views: 2000

Documentation for Global Variables

Hi:

Can anyone point me to the documentation for using GVSetNamedInt and GVGetNamedInt with Global Variables.

Many thanks for the help!
by chisound
13 Apr 2011
Forum: MultiCharts
Topic: MC7 Priority of Calculation for signals and indicators
Replies: 2
Views: 697

MC7 Priority of Calculation for signals and indicators

Hi: Great work on MC7 beta by the way. Does anyone know the priority of execution for indicators and signals in MC7? More specifically if I have a workspace with 1 signal on it and 4 indicators on it and all of the calculations contained in the signal are also contained in the indicators how does MC...
by chisound
03 Nov 2010
Forum: MultiCharts
Topic: Close data of 3 timeframes using barstatus = 2 problem
Replies: 6
Views: 2051

Re: Close data of 3 timeframes using barstatus = 2 problem

Hi Rommi and Smashthepound, that worked a treat, makes perfect sense. Thanks guys!
by chisound
02 Nov 2010
Forum: MultiCharts
Topic: Close data of 3 timeframes using barstatus = 2 problem
Replies: 6
Views: 2051

Re: Close data of 3 timeframes using barstatus = 2 problem

Apologies the last print statement in my reply above should be:

Print(File("C:\temp\testctrank.txt"), price3, price3[1], price3[2],price3[3],price3[4]);

The output from this statement that I posed above is correct.

Sorry,

Chris
by chisound
02 Nov 2010
Forum: MultiCharts
Topic: Close data of 3 timeframes using barstatus = 2 problem
Replies: 6
Views: 2051

Re: Close data of 3 timeframes using barstatus = 2 problem

Hi: Thanks for the suggestion, however, I get the same results. Interestingly enough when I run the following code I get repeat values for price3 as Multicharts seems to add the current value of data3 to the variable price3 at the lowest resolution timeframe, ie data1. If Multicharts does this corre...
by chisound
02 Nov 2010
Forum: MultiCharts
Topic: Close data of 3 timeframes using barstatus = 2 problem
Replies: 6
Views: 2051

Close data of 3 timeframes using barstatus = 2 problem

Hi: I hope someone can help me with this, it is driving me nuts! I am using 3 timeframes, 3 minute, 6 minute and 9 minute charts within the same window. If I apply any indicator to each of the 3 timeframes separately and display their output in the same subgraph everything works correctly. However, ...

Go to advanced search