Does anyone know where I would go to get the below easy code changed to pro real code? (TDOM is a separate function already coded)
If month(date) = 12 then begin
If TDOM = 15 then buy 2 contracts next bar open;
end;
If openpositionprofit > 0 then sell all contracts next bar open; // First Profitable Opening
If barssinceentry = 4 then sell all contracts next bar open; // Time Decay
SetStopLoss(400) // Cash Basedbased stop loss
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok