I am a new user of Fidelity Wealth-Lab Pro 5.3. I have tried to research this in the forums and getting nowhere. I would like to set-up a simple EMA cross-over trading strategy that builds in exits at either a re-cross or at 3:55 pm, whichever comes first. I have been backtesting the strategy using EOD or re-cross and that has worked. However, I understand that cannot be executed in the live auto trade system. The question is how to replace EOD with a specific time? Thanks in advance for any help.
Size:
Color:
Hi Rod,
QUOTE:
I would like to set-up a simple EMA cross-over trading strategy that builds in exits at either a re-cross or at 3:55 pm, whichever comes first.
Btw, what's a re-cross?
You can find an illustration of the "whichever comes first" logic in many places, such as the WealthScript Programming Guide,
Programming Trading Strategies > Peeking > Order of Trading Signals (click "+" to expand code), or here:
Simple intraday systemQUOTE:
The question is how to replace EOD with a specific time?
Please see the answer at the very bottom of the WL5 Wiki FAQ:
How do I code a rule for time of the day?
Size:
Color:
Thanks, Eugene. By re-cross I meant when the slow EMA crosses above the fast EMA.
Size:
Color:
Call me stupid, but I cannot get the script to work. Here is specifically what I want. If anyone could help with specific code string, it would be greatly appreciated:
Strategy would use 15m bars:
Buy at Close: When fast EMA crosses above slow EMA
Sell at Close: When slow EMA crosses above fast EMA OR at 3:55 pm, whichever comes first.
That's it.
Thanks
Size:
Color:
Here you go. But two moments first:
1. There couldn't be a 15-minute bar at 3:55pm so I assumed 3:45pm.
2. Like Robert frequently says:
QUOTE:
AtClose orders have no place in intraday trading strategies except (perhaps) at MOC - and then it's too late to get the order in. Again, the only difference between an AtMarket and AtClose order for intraday trading is 1 tick... Don't waste your time here - there's absolutely zero practical difference in these orders for intraday.
CODE:
Please log in to see this code.
Size:
Color:
Thank you very much
Size:
Color: