NexusFi: Find Your Edge


Home Menu

 





individual stop and target for multiple trades


Discussion in EasyLanguage Programming

Updated
    1. trending_up 2,741 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

individual stop and target for multiple trades

  #1 (permalink)
sunsun
hong kong
 
Posts: 6 since May 2013
Thanks Given: 1
Thanks Received: 1

I am having trouble setting an individual stop loss and target if I'm having multiple open positions in Multicharts.

My logic is a simple trend following one where I accumulate my position if my first trade is in the money (50 points in this case)

Please advise on my following logic

if ema > ema[1]
long trade1

if (close - entryprice) > 50 then
long trade2

// manage positions

if currentcontract = 1
set trade1 target
set trade1 stop

if currentcontract =2
set trade1 target
set trade1 stop
set trade2 target
set trade2 stop

But the above codes do not seem to work. My orders always get exited or stopped at the trade1 target or stop. I just can't exit my positions individually.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
 
  #3 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690



sunsun View Post
My orders always get exited or stopped at the trade1 target or stop. I just can't exit my positions individually.

Have you seen QuantArb's code example from yesterday that deals with this exact problem?

Reply With Quote




Last Updated on May 7, 2013


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts