Find Jobs
Hire Freelancers

Tradestation Easylanguage programming

$30-250 USD

Annulé
Publié il y a plus de 12 ans

$30-250 USD

Payé lors de la livraison
I have a code that I've used for backtesting. I'm now trying to use it for Autotrading in MultiCharts / Tradestation. However there are some logical errors when the orders are beeing sent out. When using the code below there could be different orders in the market at the same time. I've also found an issue when the trailing stop is active. Say I'm long and have the initial stop&reverse in the market and also using a trailing stop. If the trailing stop level moves one tick above the initial stop level the trailing is active. Now I have a stop order at the trailinglevel and a stop&reverse order one tick below. The stop&reverse order is twice as big as my current position. (flat+short) I'll attach a pic to make it easier to understand what I mean. (It shows a short position but the issue is the same) Code: /////////////////////////////////////////////////////////////////// if marketposition = 1 and shorttrade1 = false then begin longtrade1 = true; lstp1 = InitialLongStop1 ; if UseMoveToBreakEven and h >= entryprice+BreakEvenFactor then begin lstp1 = MaxList(lstp1, entryprice); sell ("ExitLong1BE") from Entry ("Long1") next bar at lstp1 stop; end; if UseTrailing and time >= TrailingStartTime and TrailLevel > lstp1 then begin lstp1 = MaxList(lstp1, TrailLevel ); sell ("ExitLong1 TRAIL") from Entry ("Long1") next bar at TrailLevel stop; end; if time >= CloseTime then sell ("ExitLong1 EOD") from Entry ("Long1") this bar at c; if time < NoNewPositionsTime and shorttrade1 = false then begin sellshort ("Short2") 1 contract next bar at SellLevel stop; sstp2 = InitialShortStop2; BuyToCover ("InitExit Short2") from Entry ("Short2") next bar at sstp2 stop; end; ///////////////////////////////////////////////////////////////////////////////// The logic I'm looking for: - If I'm long 1 contract I want to have a stop&reverse at a specified level below the entryprice. (lstp1) (Flat and Short at the same level.) - If I'm long 1 contract and using UseTrailing and the trailing stop is above the initial stop&reverse I want to Sell 1 contract at the trailing level and 1 contract at the initial stop&reverse level. (Flat and Short at two different levels) - If I'm long 1 contract and using MoveToBreakEven and the BreakEven level is above the initial stop&reverse I want to Sell 1 contract at the BreakEven level and 1 contract at the initial stop&reverse level. (Flat and Short at two different levels.) - If I'm long 1 contract and using MoveToBreakEven and UseTrailing I want to sell 1 contract at the highest of the two and 1 contract at the initial stop&reverse level. (Flat and Short at two different levels.) You can either change the existing code or make a new one. However, it's important that works for autotrading and not only backtesting. Regards, Lars
N° de projet : 1190838

Concernant le projet

1 proposition
Projet à distance
Actif à il y a 13 ans

Cherchez-vous à gagner de l'argent ?

Avantages de faire une offre sur Freelancer

Fixez votre budget et vos délais
Soyez payé pour votre travail
Surlignez votre proposition
Il est gratuit de s'inscrire et de faire des offres sur des travaux

À propos du client

Drapeau de SWEDEN
Bollebygd, Sweden
5,0
24
Membre depuis oct. 27, 2007

Vérification du client

Merci ! Nous vous avons envoyé un lien par e-mail afin de réclamer votre crédit gratuit.
Une erreur a eu lieu lors de l'envoi de votre e-mail. Veuillez réessayer.
Utilisateurs enregistrés Total des travaux publiés
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Chargement de l'aperçu
Permission donnée pour la géolocalisation.
Votre session de connexion a expiré et vous avez été déconnecté. Veuillez vous connecter à nouveau.