Strategy Question

Questions about MultiCharts and user contributed studies.
Thomas Mann
Posts: 173
Joined: 25 Aug 2007

Strategy Question

Postby Thomas Mann » 10 Feb 2009

Hi,
Is there a way in a strategy to buy or sell a bar out past the next bar. I would like to place the order 2-3 bars after a signal fires
Thanks

User avatar
Marina Pashkova
Posts: 2758
Joined: 27 Jul 2007

Postby Marina Pashkova » 10 Feb 2009

Hi Thomas,

This part of the code will look something like:
if condition1[2] then
buy next bar open;
Regards.


Return to “MultiCharts”