NexusFi: Find Your Edge


Home Menu

 





Close position 10 days after it was opened


Discussion in ThinkOrSwim

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




 
Search this Thread

Close position 10 days after it was opened

  #1 (permalink)
skorpyo
Bucharest + Romania
 
Posts: 2 since Jul 2013
Thanks Given: 0
Thanks Received: 0

Hello everyone.

I am new to thinkscript. I am researching something and have created a strategy about buying into weakness.


I am having trouble with my sell to close order.

 
Code
AddOrder(OrderType.SELL_AUTO, close>close[10], close, 100, Color.WHITE, Color.WHITE, "Close @ " + close);
I would like to close the position in the strategy 10 days after it was opened. The code above just takes the current close and compares it to the last 10 days which does not help me.

Could you guys please lend me a hand?

Cheers

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
17 thanks
  #2 (permalink)
Yakito
Buenos Aires, Argentina
 
Posts: 47 since Jun 2013
Thanks Given: 39
Thanks Received: 4

Not sure, but I think getDay() will help

GetDay ? Resource Center

HTML Code:
plot Price = if GetDay() <= 100 then close else Double.NaN;

Reply With Quote




Last Updated on September 20, 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