QQQ Crash
For interpretation refer to the June 2004 issue of ACTIVE TRADER magazine.
Entry Long
return L < BBandBotSmooth(L, 10, S, 1.5);
Exit Long
var
bc:=L < BBandBotSmooth(L, 10, S, 1.5);
end_var
return C > NthValueWhen(1, bc\1\, O);
|
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.
|