NexusFi: Find Your Edge


Home Menu

 





How to plot same study for several symbols in the lower region ?


Discussion in ThinkOrSwim

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




 
Search this Thread
  #1 (permalink)
konl
jerusalem israel
 
Posts: 5 since Jul 2017
Thanks Given: 0
Thanks Received: 0

Hi
I need some help to apply the same study to several symbols in the lower region.
It can be simple one for this example - if the 8 EMA above the 21 EMA then plot a green dot, otherwise plot red dot.

I can only display the first symbol, the rest do not appear.
How can this be done?


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Kharg Island at 6%, Regime Fall at 1.5% -- The Black Swa …
Prediction Markets & Event Contracts
Trump Truth Social Fires Hormuz From 10% to 59% -- Arsen …
Prediction Markets & Event Contracts
One Wallet Made $200K in Hours: AP Probes Polymarket Cea …
Prediction Markets & Event Contracts
Iran Lebanon Problem Kills Switzerland Talks, Brent at $ …
Prediction Markets & Event Contracts
CFTC Opens First COT Report Review in 20 Years -- Asks W …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Big Mike in Ecuador
205 thanks
Sober Journey With S&P
21 thanks
30 Sessions
20 thanks
Volume Indicators
8 thanks
Thanks Mike. Godspeed.
7 thanks
  #2 (permalink)
Nube
Minneapolis Minnesota
 
Posts: 24 since Jul 2019
Thanks Given: 0
Thanks Received: 13

You will have to hold have each ticker in the study itself. Something along these lines is typical way to handle that

 
Code
declare lower;

input length = 20;
input symbolOne = "SPY";
input symbolTwo = "DHR";
input symbolThree = "INTC";

def c1 = close(symbolOne);
def c2 = close(symbolTwo);
def c3 = close(symbolThree);

plot DataOne = RSI(length = length, price = c1);
plot DataTwo = RSI(length = length, price = c2);
plot DataThree = RSI(length = length, price = c3);


Reply With Quote
  #3 (permalink)
konl
jerusalem israel
 
Posts: 5 since Jul 2017
Thanks Given: 0
Thanks Received: 0



Nube View Post
You will have to hold have each ticker in the study itself. Something along these lines is typical way to handle that

 
Code
declare lower;

input length = 20;
input symbolOne = "SPY";
input symbolTwo = "DHR";
input symbolThree = "INTC";

def c1 = close(symbolOne);
def c2 = close(symbolTwo);
def c3 = close(symbolThree);

plot DataOne = RSI(length = length, price = c1);
plot DataTwo = RSI(length = length, price = c2);
plot DataThree = RSI(length = length, price = c3);


Thank you !
It definitely gave me direction to move forward


Reply With Quote




Last Updated on October 20, 2019


© 2026 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 - Downloads - Top
no new posts