WMA Crossover
For interpretation refer to the May 2004 issue of ACTIVE TRADER magazine.
Entry Long
return CrossAbove(Mov(C, 10, W), Mov(C, 7, W));
Exit Long
return CrossAbove(Mov(C, 7, W), Mov(C, 10, W));
Entry Short
return CrossAbove(Mov(C, 7, W), Mov(C, 10, W));
Exit Short
return CrossAbove(Mov(C, 10, W), Mov(C, 7, W));
|
Download to import into Tradecision. 
How to use this strategy in Tradecision:
Click Download.
Save this strategy in a safe location on your hard drive.
Open Tradecision and in the Tools menu click the Strategy Builder.
In the Strategy Builder dialog, click Import, locate the saved file and then click OK.
|