Need to port excellent Strategy

ProTraderTom

Newbie
Messages
6
Likes
0
I purchased a good trading strategy from killersdformula.com that uses TDA strategydesk platform about 6months ago, it has been very profitable for me, now I'm evolving to other platforms as TDA is not enough for me as far as execution etc.. I know the author is working on developing versions for other platforms but I want it sooner.
Do you guys know of any services out there that can convert it to tradestation or better platforms for a fee?

Thank you so much for your help, I really need this done asap
Tom
 
Yes I do have full formulas source code and .sds file in StrategyDesk syntax, which is a simple code only using AND and OR...
 
I might be able to help you, the strategy most likely is set of conditions which can be used with any platform.Only thing need to be changed is the function names and parameters. email me the file and i will do it.
 
Here is what I want accomplished:


Using 5min chart and calculated at close of each 5min candle.


Trigger a BUY signal when:

(
close > open
AND
close> (low+high)/2
AND
StochRSI(14 period) > moving average of StochRSI(3 period) (aka: %D line of StochRSI)
AND
CCI(14) > 0
AND
ChoppinessIndex(14) < 60
AND
RSI(14) < 70
AND
MACD(12, 26, 9).Diff > 0
AND
ChaikinMoneyFlow(14) < 0.20
AND
TRIX(10,3) Crosses over 0
)

OR

(
close > ParabolicSAR
AND
Stochastic(%K,14,3,3,5)> Stochastic(%D,14,3,3,5)
AND
MomentumROC(12) > 0
AND
DirectionalMovement[+DI,14] crosses over DirectionalMovement[-DI,14]
AND
(AccumulationDistribution > 0 OR AccumulationDistribution of previous candle > 0) AND
ExpMovingAverage(10) crosses over ExpMovingAverage(25)
AND
TRIX(10,3)> 0
AND
moving average of StochRSI(3 period)>= 0.80 (aka: %D line of StochRSI)
AND
CCI > CCI of previous candle
)
 
It was only 2 years ago when he posted it, so yeh he's prob still waiting at his pc for a response now. I hope he had enough food in the house.

What do you reckon?
 
Top