NexusFi: Find Your Edge


Home Menu

 





Reference symbols from Radar Screen into strategy


Discussion in EasyLanguage Programming

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




 
Search this Thread

Reference symbols from Radar Screen into strategy

  #1 (permalink)
thinkorn00b
stavanger
 
Posts: 19 since Sep 2020
Thanks Given: 1
Thanks Received: 1

Hi

I have a list of 20 stocks on my RadarScreen which is sorted under 3 label rows.
I want to check the net % change from open and relative volume on them, and use them in a strategy to decide if a condition is true or false (such that I can take a trade).
Is there anyway to reference these symbols from the RadarScreen, such that I can do some calculation on them? Also is it possible to chose which label row I them from?

if this is not possible, is there a way to use the values from these 20 stocks in the code another way? Only way I see for now is to have 20 data sources Data1, data2 and so on, 20 stocks on the screen for only trading 1 stock...

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
Cheap historycal L1 data for stocks
Stocks and ETFs
What broker to use for trading palladium futures
Commodities
REcommedations for programming help
Sierra Chart
 
  #2 (permalink)
EzPz
Puyallup
 
Posts: 8 since Oct 2020
Thanks Given: 2
Thanks Received: 4


thinkorn00b View Post
Hi

I have a list of 20 stocks on my RadarScreen which is sorted under 3 label rows.
I want to check the net % change from open and relative volume on them, and use them in a strategy to decide if a condition is true or false (such that I can take a trade).
Is there anyway to reference these symbols from the RadarScreen, such that I can do some calculation on them? Also is it possible to chose which label row I them from?

if this is not possible, is there a way to use the values from these 20 stocks in the code another way? Only way I see for now is to have 20 data sources Data1, data2 and so on, 20 stocks on the screen for only trading 1 stock...

I am assuming that you are referring to RadarScreen using TradeStation. If that is the case then you can use the Reserved Word Symbol.

You can alternatively use GetSymbolName, but I prefer to use Symbol. I am currently using it with a custom indicator in RadarScreen with a custom symbol list of 18 Symbols.

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


thinkorn00b,

you would have to exchange data beween Radarscreen and your strategy. While this can be done using a Global Dictionary for example, it might become too much data if you need history, too.
In that case you could consider writing the historical results to a text file first and read this into the strategy.

Apart from using 20 data streams in your strategy, you could use Price Series Providers to obtain the data for other instruments within your code, without having to add the data streams to the chart.

Regards,

ABCTG


thinkorn00b View Post
Hi

I have a list of 20 stocks on my RadarScreen which is sorted under 3 label rows.
I want to check the net % change from open and relative volume on them, and use them in a strategy to decide if a condition is true or false (such that I can take a trade).
Is there anyway to reference these symbols from the RadarScreen, such that I can do some calculation on them? Also is it possible to chose which label row I them from?

if this is not possible, is there a way to use the values from these 20 stocks in the code another way? Only way I see for now is to have 20 data sources Data1, data2 and so on, 20 stocks on the screen for only trading 1 stock...


Follow me on Twitter Reply With Quote




Last Updated on May 10, 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