trade on Data3

Questions about MultiCharts and user contributed studies.
User avatar
virginiatrader
Posts: 79
Joined: 05 May 2007
Location: Virginia
Has thanked: 5 times
Been thanked: 5 times

trade on Data3

Postby virginiatrader » 31 Aug 2012

To the Forum:

Is it possible to code a signal using three data streams? For example, use a Data3 stream of weekly bars for signal generation, drop to a Data2 stream of daily bars for signal execution, and finally use a Data1 stream of hourly bars for timing the entry.

Thanks in advance!

virginiatrader

User avatar
Dave Masalov
Posts: 1712
Joined: 16 Apr 2010
Has thanked: 51 times
Been thanked: 489 times

Re: trade on Data3

Postby Dave Masalov » 31 Aug 2012

Hello virginiatrader,

You can use up to 99 data series in the signal code, however the orders can be sent only on main data series (data1). You can use other series for calculation and conditions check.


Return to “MultiCharts”