How to Identify 2 of the same Instruments in RTL

Login or Register

Please login or register in order to view and post in the Forum.

4 posts / 0 new
Last post
Edward01
Last seen: 1 month 1 week ago
Joined: 08/09/2018 - 10:41
How to Identify 2 of the same Instruments in RTL

I have two ESZ3 instruments side by side with one with BID & one with ASK information. I also will be varying Size etc.... How do I identify them in RTL. I saw the RTL video where Chad identified a symbol with TICKER = "@ES#" , but what do you do if you have two of those @ES instruments? The only way I found around it would be to use one @ES# and the other ESZ3, this would also create of problems though..... Any help would be appreciated.
Tks!

0
Eddy_F
Last seen: 4 days 23 hours ago
Joined: 07/30/2014 - 16:18
Hi Edward,

Hi Edward,
i am not really sure what you are trying to achieve in RTL. But here are some guidelines :
As long as your signal or custom indicator formula is associated to a single instrument, then there is no issue.
If you want to mix information in the same formula, aka create a combined signal that would pick up information from 2 separate signals, each associated to a different instrument , then you will most probably need to use MPD tokens
Lets say on a chart, you have ES but also ES buy volume and ES sell volume instrument, possibly with some size filter
In the setup of the MPD token, you have
1) the possibility to select a size filter
2) the possibility to refer directly to the "buy volume" information by selecting it as "instrument data"
Alternatively, you could refer (in the MPD setup) to a signal or CI that would use as instrument data the "BUY volume" in its own information
This means that if you don t use any price filter, you may not need to use a MPD token IF all the RTL formula are associated to the main ES instrument..
Might sound a bit confusing, but there are several ways to mix information coming out the same but filtered instrument (filter being bid only / ask only and / or a size filter on top of that...)
If you would provide a bit more infoirmation about what you want to achieve, I am pretty sure there are straight forward RTL solutions, using either MPD or RTL access to "fundamental" instrument data information that i could share
Cheers
Eddy
PS : in the screenshot hereblow, a bit more information about these special "price sources" (whenever it was first introduced in IRT 10 years ago in version 11.2..)

Edward01
Last seen: 1 month 1 week ago
Joined: 08/09/2018 - 10:41
Got a chance to tinker with

Got a chance to tinker with this, MPD works great! Just what I was looking for. Tks again Eddy!

Edward01
Last seen: 1 month 1 week ago
Joined: 08/09/2018 - 10:41
Tks

Eddy, thanks for taking the time to explain this thoroughly..... I really appreciate it! I think im straight on what your saying, I need to take the time to implement it and see if I can get it to work correctly. If not, Ill post any issues...I'll keep you posted on the results. Tks again!