Search found 9 matches

by andydandy
04 Jan 2014
Forum: MultiCharts
Topic: PosTradeEntryName help
Replies: 2
Views: 1108

PosTradeEntryName help

Can someone please help me complete the following code. I am trying to construct an _IsLong variable to =1 if the marketpositon =1 based on the entry/exit string. vars:_LE1(0),_LE2(0),_LE3(0),_LE4(0),_LX1(0),_LX2(0),_LX3(0),_LX4(0),_IsLong(0); if PosTradeEntryName(0, 0) = ("LONG_ENTRY1") then _LE1=1...
by andydandy
15 Oct 2013
Forum: MultiCharts
Topic: Extended Backtesting Error (no problem is shown)
Replies: 1
Views: 904

Extended Backtesting Error (no problem is shown)

Extended backtesting is not correct if data 1 or data 2 is missing a bar.
If either data series is missing it seems to default back to the classic mode.
I have a lot of false executions because of this. Can you guys fix this and just make it skip over these executions if either data series is missing.
by andydandy
14 Oct 2010
Forum: MultiCharts
Topic: upload live signals from strategy to webpage
Replies: 1
Views: 654

upload live signals from strategy to webpage

is it possible to connect mc with a webpage in purpose of uploading signals generated from
a strategy within a chart?

regards
by andydandy
14 Oct 2010
Forum: MultiCharts
Topic: two live accounts from trading from mc
Replies: 5
Views: 1382

Re: two live accounts from trading from mc

thanks a lot dave

my best regards
by andydandy
08 Oct 2010
Forum: MultiCharts
Topic: two live accounts from trading from mc
Replies: 5
Views: 1382

two live accounts from trading from mc

is it possible to use two different live accounts with interactive brokers...

What i mean by that is having one chart trading a strategy in one account and another chart trading the same strategy or a different strategy in another account...
both accounts are in interactive brokers..

regards
by andydandy
17 May 2010
Forum: MultiCharts
Topic: average and most volume price in bar
Replies: 1
Views: 655

average and most volume price in bar

this is a suggestion about primary data feed to compute the price that most and average volume happened within a bar. i think that this particular information will help building averages and other studies more efficienly than using the closing price. these 2 extra data prices are not tottaly arbitra...
by andydandy
14 May 2010
Forum: MultiCharts
Topic: array coding problem
Replies: 2
Views: 1142

Re: array coding problem

i will try to explain further when the close just became greater than the average and this represents the basic condition every time rsi crosses over 50 (second condition)the counter reset to 1 and the value of the close is stored in array[0]... the array has 20 elements... in the following senario ...
by andydandy
13 May 2010
Forum: MultiCharts
Topic: array coding problem
Replies: 2
Views: 1142

array coding problem

hi i am dealing with a coding problem i dont know how to resolve efficiently what i want to do is first: to reset all the values of the array before last time a condition was true to the minimum value. then : to get the maximum value of the array. i am using a for down to loop to fill the array whit...
by andydandy
31 Oct 2009
Forum: MultiCharts
Topic: Syntax Question
Replies: 1
Views: 910

Syntax Question

I am trying to get Fileappend to output the correct date and time format


Could someone please correct this code


xText = numtoStr(Date,0) + ", ";
xText = xText + numtoStr(Time_s,0000) + ", ";



date format should be 12/19/2008
time format should be 2:17:37


Many Thanks

Go to advanced search