NexusFi: Find Your Edge


Home Menu

 





Trading Multiple Symbols


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one Stauc with 2 posts (0 thanks)
    2. looks_two ABCTG with 2 posts (0 thanks)
    3. looks_3 josephca4 with 2 posts (0 thanks)
    4. looks_4 bomberone1 with 1 posts (0 thanks)
    1. trending_up 9,638 views
    2. thumb_up 1 thanks given
    3. group 10 followers
    1. forum 11 posts
    2. attach_file 0 attachments




 
Search this Thread

Trading Multiple Symbols

  #1 (permalink)
josephca4
Los Angeles CA USA
 
Posts: 2 since Mar 2012
Thanks Given: 0
Thanks Received: 0

Hi I created a strategy in tradestation and I want to automate the strategy on muliple symbols? Does anyone know how to achieve that, prefferable using Radar Screen or Scanner?

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
How to apply profiles
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
About a successful futures trader who didnt know anythin …
Psychology and Money Management
Better Renko Gaps
The Elite Circle
 
  #3 (permalink)
Stauc
Craiova, DJ, Romania
 
Posts: 3 since Oct 2009
Thanks Given: 0
Thanks Received: 0


do you need data from all symbols on your strategy ? if so you have to insert multiple data symbols in one chart and can make calculations based on all symbols you have but can only send signals to the first one.

something like this:

if (BarStatus(2) >= 0 ) then // We have the second symbol.
Begin
dd = 2; DClose = Close of Data(dd); // etc ...
DStatus = BarStatus(dd);
end;

Reply With Quote
  #4 (permalink)
josephca4
Los Angeles CA USA
 
Posts: 2 since Mar 2012
Thanks Given: 0
Thanks Received: 0

Thanks for your response.

No put I want the strategy to run independently on each symbol if the criteria is met.

Reply With Quote
  #5 (permalink)
Stauc
Craiova, DJ, Romania
 
Posts: 3 since Oct 2009
Thanks Given: 0
Thanks Received: 0

then you need a chart window for each symbol.

Reply With Quote
  #6 (permalink)
tradeswimmer
Hartford CT
 
Posts: 3 since Feb 2021
Thanks Given: 2
Thanks Received: 1

I know this post is old but I came across it with a similar question. First of all I use tradestation. Im leanrning and have not pulled the trigger with actual money yet.

If I can't trade multiple stocks within a single strategy, can I use multiple strategies in the same account (diversification)? So if on margin for example a good stock may prevent the margin call on a losing stock.

Reply With Quote
  #7 (permalink)
 
ShadowFox's Avatar
 ShadowFox 
CO/USA
 
Experience: Intermediate
Platform: TradeStation, Multicharts
Trading: Stocks, Futures
Posts: 129 since Jun 2020
Thanks Given: 70
Thanks Received: 157


tradeswimmer View Post
I know this post is old but I came across it with a similar question. First of all I use tradestation. Im leanrning and have not pulled the trigger with actual money yet.

If I can't trade multiple stocks within a single strategy, can I use multiple strategies in the same account (diversification)? So if on margin for example a good stock may prevent the margin call on a losing stock.

Yes this is doable in Tradestation. Just need to have each instrument you want to trade on a different chart with the strategy enabled in each one individually. I do this with equities and futures. I might have the same strategy running on 100 different charts.

Margin requirements need to be handled by you though. I generally get into about 20 positions per day so I set my systems up to allow potentially 25-30 positions to get filled. I swing trade and have gone over my marginable amounts a few times but never received a margin call from TS. What does happen is I get a fill error on opening new positions if I do not have enough margin available. I usually choose to not trade it, or sometimes I'll cut a loser as they usually continue to lose and open the strategy position.

Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #8 (permalink)
anis
Dubai, United Arab Emirates
 
Posts: 1 since Nov 2022
Thanks Given: 0
Thanks Received: 0


Quoting 
Yes this is doable in Tradestation. Just need to have each instrument you want to trade on a different chart with the strategy enabled in each one individually. I do this with equities and futures. I might have the same strategy running on 100 different charts.

Hey guys,

I want to follow up on this. Shadowfox you mentioned you need to have a chart up for each ticker that you apply the strategy. I want to run my system on the SP500. There's no way to have 500 charts up at once. Is there no way to apply the strategy to a custom symbol list?

Thanks!

Reply With Quote
  #9 (permalink)
tradeforall
Lviv, Ukraine
 
Posts: 18 since Mar 2016
Thanks Given: 1
Thanks Received: 3


anis View Post
Hey guys,

I want to follow up on this. Shadowfox you mentioned you need to have a chart up for each ticker that you apply the strategy. I want to run my system on the SP500. There's no way to have 500 charts up at once. Is there no way to apply the strategy to a custom symbol list?

Thanks!

Create your own software bot that will trade only, but will not draw cool charts. Also, Not all brokers can provide you such number of symbols to get quotes streams simultaneosuly. It's extra expenses.

Reply With Quote
  #10 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,436 since Apr 2013
Thanks Given: 482
Thanks Received: 1,629


anis,

OrderTickets would allow you to trade from an indicator that you can apply in Radarscreen. This will usually require a lot more coding and testing compared to strategies, since the Object Oriented EasyLanguage OrderTickets basically require you to do more of the order handling (something that is done for you within a strategy) and they will only work in realtime.

Regards,

ABCTG


anis View Post
Hey guys,

I want to follow up on this. Shadowfox you mentioned you need to have a chart up for each ticker that you apply the strategy. I want to run my system on the SP500. There's no way to have 500 charts up at once. Is there no way to apply the strategy to a custom symbol list?

Thanks!


Follow me on Twitter Reply With Quote




Last Updated on March 29, 2023


© 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