Search found 9 matches

by rtrader
07 Jul 2014
Forum: MultiCharts
Topic: Using List and Map to sort highs and Lows [SOLVED]
Replies: 2
Views: 1532

Re: Using List and Map to sort highs and Lows [SOLVED]

many thanks for reply JoshM. You're right, no need for lists or arrays to achieve this.
much appreciated.
by rtrader
02 Jul 2014
Forum: MultiCharts
Topic: Using List and Map to sort highs and Lows [SOLVED]
Replies: 2
Views: 1532

Using List and Map to sort highs and Lows [SOLVED]

On a 1 min chart/ No IOG We would like to: find if the highest high occurred on the 1st or 10th bar (i.e. in the first or tenth minute). if the highest high occurred on bar 1, use the second highest high (providing it does not occur on the 10th bar). If the second highest high occurred on the 10th b...
by rtrader
10 Nov 2013
Forum: MultiCharts
Topic: changing the real time chart symbol via command line script
Replies: 5
Views: 1681

Re: changing the real time chart symbol via command line scr

Hi Henry,
I've submitted a feature request here:
https://www.multicharts.com/pm/viewissu ... no=MC-1514
Can you guys review and let me know if this is something that would be targeted in next beta?
Thanks.
by rtrader
07 Nov 2013
Forum: MultiCharts
Topic: changing the real time chart symbol via command line script
Replies: 5
Views: 1681

Re: changing the real time chart symbol via command line scr

Hi TJ,
it's for broker feeds where there is no historical refill. i just used esignal as an example here.
any ideas how to change the real time symbol alone with command line script when dealing with an merged chart?
by rtrader
07 Nov 2013
Forum: MultiCharts
Topic: changing the real time chart symbol via command line script
Replies: 5
Views: 1681

changing the real time chart symbol via command line script

Hi, Let's say we have multiple charts all with merged data feeds, one for history (say ascii) and one for real time (esignal). Currently it is not possible to be able to change the esignal real time symbol using the command line script to specify this. This is very useful when we have lots of charts...
by rtrader
02 Sep 2013
Forum: MultiCharts
Topic: Gv and aiappid
Replies: 3
Views: 2090

Re: Gv and aiappid

Hi TJ, An example of the GV block that may be embedded in a signal or indicator to send out our GV variable would be such: if LastBarOnChart then begin SMA_profit= GVSetNamedDouble(text(getsymbolname,"_",getexchangename,"_",getstrategyname,"_", barinterval:0:0,"_profit_",getappinfo(aiappid):0:0), To...
by rtrader
01 Sep 2013
Forum: MultiCharts
Topic: Gv and aiappid
Replies: 3
Views: 2090

Gv and aiappid

Hi,
How can aiappid be used with gvset and gvget if the sender and receiver indicators applied to different charts? As the indicator on the receiver chart, using aiappid and the corresponding gvget returns the aiappid of the receiver chart and not that of the sender chart. Any ideas?
by rtrader
23 Aug 2013
Forum: MultiCharts
Topic: gv from one signal on multiple sender charts to one receiver
Replies: 2
Views: 1659

Re: gv from one signal on multiple sender charts to one rece

thanks for response, i will look into elc list.
but does anyone know how this can be achieved using gv only, if at all, as i would like to keep it cross application compatible as possible.
by rtrader
21 Aug 2013
Forum: MultiCharts
Topic: gv from one signal on multiple sender charts to one receiver
Replies: 2
Views: 1659

gv from one signal on multiple sender charts to one receiver

Hi, the goal is to be able to use one generic signal on multiple charts and symbols and have the pnl being outputted from each chart via GV to be picked up in one master chart with a symbol. So, if we were to define a chart uniquely: it would be symbol name+exchange name+strategyname+barinterval+aia...

Go to advanced search