Trading only on particular days of week
Author: Kefirich
Creation Date: 12/4/2014 5:09 AM
profile picture

Kefirich

#1
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
profile picture

Eugene

#2
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 Week
Wednesday Reversal

As 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.
profile picture

Kefirich

#3
Thanks, Eugene.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).