photo

Alex Regner


Last seen: plus de 2 ans il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


How can I add a stop loss and take profit for algorithmic trading in MATLAB?
s = zeros(size(S1Close1)); sl1 = cctbbo20L < BBosline; ss1 = cctbbo20S > BBobline; sl2 = MA2>=DEMA; ss2 = MA2<=DEMA; sl3 = ...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


Check if condition happened in previous values
cctbbo = 100.*(Close + 2.*movstd(Close,[BBOlength 0]) - movavg(Close, 'simple', BBOMAlength ))./(4 .*movstd(Close,[BBOlength 0])...

presque 3 ans il y a | 1 réponse | 0

1

réponse