Hello,
I'm currently working on a intra-day strategy which performs best of all only on particular days of week: Tuesday, Wednesday and Friday. Is there any features in the script which would help me avoid any execution on Mondays and Tuesdays?
Regards,
Anton
Size:
Color:
Hi Anton,
Sure. It's possible to achieve in both code- and rule-based strategies.
* For rule-based strategies, look for "Date is a day of week" condition on Conditions tab.
* If coding in WealthScript, take these downloadable strategies for example:
Trading Day of WeekWednesday ReversalAs you can see, it's not a "script feature": you have the power of .NET at your fingertips. Whatever C# allows to code, you can achieve in your WealthScript strategy.
Size:
Color:
Thanks, Eugene.
Size:
Color: