trgigering trades on multiple timeframe

Questions about MultiCharts and user contributed studies.
trader5353
Posts: 1
Joined: 04 Jul 2010

trgigering trades on multiple timeframe

Postby trader5353 » 04 Jul 2010

I'm confused on how to set up a trigger that does the following:

1) take trades on 30 minute bar chart only if criteria is met on the second data stream.
example: condition1= c[1] of data2 > average(c,19)[1] of data2 { where data2 is the same underlying stock but using daily bars instead of 30 minute bars.}
if condition1=true then .......

User avatar
TJ
Posts: 7742
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2222 times

Re: trgigering trades on multiple timeframe

Postby TJ » 04 Jul 2010

I'm confused on how to set up a trigger that does the following:

1) take trades on 30 minute bar chart only if criteria is met on the second data stream.
example: condition1= c[1] of data2 > average(c,19)[1] of data2 { where data2 is the same underlying stock but using daily bars instead of 30 minute bars.}
if condition1=true then .......
see 4th post:
EasyLanguage FAQ
http://forum.tssupport.com/viewtopic.php?t=6929


Return to “MultiCharts”