Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
folks, had a quick question. Is there a way to generate a alert in tradestation..when a specific level or condition generated on different charts. For ex:- a Level when reached on a chart and another level when reached on a different chart....generates a signal on the screen?
thnx
Can you help answer these questions from other members on NexusFi?
You could probably do it by using Global Variables or All Data Everywhere features. BUT, using those things usually ential an advanced coding project - certainly not for everyone.
What I would do is have one chart with 2 datastreams, one for each of the instruments you are tracking. Then, you could write a custom indicator referencing both of those datastreams.
Something like:
Condition1 = close of data1> XXXX and Close of Data2> YYYY ;
Hi many thanks. Yes realized will take some complicated tracking & coding with use of ADE since am trying to match 4-5 conditions. Well will get to it later...since am not versatile with programing. Thanks for the inputs.