feature wish: more flexibility/generalization

Questions about MultiCharts and user contributed studies.
ts2mc
Posts: 122
Joined: 12 Jan 2009
Been thanked: 1 time

feature wish: more flexibility/generalization

Postby ts2mc » 12 Jul 2009

hello MC team,
MC has still some restrictions hard to understand.
allow me to point to this:

- referencing plots.
you use:
Plot1,Plot2,....to make a plot.
so fixed names.
why not simply allow Plot[x], 0 <= x <= max.
this makes it easier to define plots dynamically.
(number of plots could depend on input parameter)

- a chart window still can trade only 1 symbol

you make data of other symbols attached to chart available in strategies, but you don't allow to trade those symbols.
->
High Of Data(2)
this is possible
: returns high of 2. symbol in chart window.

->
Buy(2) This Bar On Close(2);
this is not possible: Buy symbol 2 at close of symbol 2.

makíng this possible, would make MC much more powerful and more
straight

Return to “MultiCharts”