Find Jobs
Hire Freelancers

Tradestation Easylanguage programming

$30-250 USD

Dibatalkan
Disiarkan lebih dari 12 tahun yang lalu

$30-250 USD

Dibayar semasa penghantaran
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
ID Projek: 1190838

Tentang projek

1 cadangan
Projek jarak jauh
Aktif 13 tahun yang lalu

Ingin menjana wang?

Faedah membida di Freelancer

Tetapkan bajet dan garis masa anda
Dapatkan bayaran untuk kerja anda
Tuliskan cadangan anda
Ianya percuma untuk mendaftar dan membida pekerjaan

Tentang klien

Bendera SWEDEN
Bollebygd, Sweden
5.0
24
Ahli sejak Okt 27, 2007

Pengesahan Klien

Terima kasih! Kami telah menghantar pautan melalui e-mel kepada anda untuk menuntut kredit percuma anda.
Sesuatu telah berlaku semasa menghantar e-mel anda. Sila cuba lagi.
Pengguna Berdaftar Jumlah Pekerjaan Disiarkan
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuatkan pratonton
Kebenaran diberikan untuk Geolocation.
Sesi log masuk anda telah luput dan telah dilog keluar. Sila log masuk sekali lagi.