Hello,
I created a strategy that works great in the 30-min scale, but I need to automatically set trades in the by minute scale, such as:
1. I ran a strategy at 10:30, using a 30-min scale, and if the buy signal was issued, I would like to automatically set a buy signal on 10:31.
Thanks,
Max
Size:
Color:
Use 1-minute data as the basis scale, make the necessary calculations after SetScaleCompressed( 30 ), then trade on the basis time scale after RestoreScale(). See more code examples in the WealthScript Programming Guide > Multi-Time Frame Analysis.
Size:
Color:
Thanks Eugene!
Size:
Color: