Joined: |
Oct 8, 2021 05:19 AM |
Last Post: |
Nov 8, 2021 01:54 PM |
Last Visit: |
Nov 8, 2021 01:54 PM |
Website: |
|
Location: |
UK |
Occupation: |
|
Interests: |
|
|
AIM: |
|
ICQ: |
|
MSN IM: |
|
Yahoo IM: |
|
|
aamar has contributed to 7 posts out of 21251 total posts
(0.03%) in 1,204 days (0.01 posts per day).
20 Most recent posts:
Thanks Gary.
I have found the issue, I am using quotes streaming and building my 1sec, 1min and 5min bars and difference was around that. Once fixed, it matches now.
Hi,
I am trying to replicate an indicator I built using NinjaTrader but changing it to using the API on Forex pairs.
Can you advise which symbol to use in the API? e.g. for EURUSD, GBPUSD etc
I can get it working to using EURUSD.FXCM but I want to use the same provider which NT uses when it connects using the same IQFeed connection
Regards Azhar
Thanks for the reply.
I have recorded a video to show what I am trying to say. I created a small indicator in NT and it writes the current bar on the outout screen and I have used the sample IQ app to stream the prices and SnapQuote app.
In the video at several points, you can see there more updates on NT than what you see in the IQFeed APP. They both using the same connection. NT output matches with the SnapQuote APP which is what I need.
https://www.loom.com/share/5ba4756578e84d36ada6d5d26c82b98f
Any guidance on that?
Hi,
I am making an APP and I want to stream real time quotes to do calculations. Current command I am using is BW,EURUSD.FXCM,1,,1,1,,,,s,,0
I want to match it with NinjaTrader. If I connect NinjaTrader to same IQFeed, I can see the price changes much frequent than the messages I am getting.
I have also tried tick BW,EURUSD.FXCM,1,,1,1,,,,t,,0 - this doesn't work BW,EURUSD.FXCM,2,,1,1,,,,t,,0 - this does work better than 1 second interval but it still doesn't match with NT.
I want to get the message on price change
Is that possible?
I have tried to run sample app IQSnapQuote that also updates with price change so it must be possible.
Hi,
Is it possible to create a BW on the same symbol for multiple intervals? e.g. I want to want 1sec, 5sec and 30sec bars
If yes, how can you determine which bar message belongs to which internal? if not, what would be a best way to watch multiple time frames without doing calculation of higher bars in code?
Would multiple socket connections per timeframe work?
regards Aamar
thanks @altmany. That def. helps.
Hi,
I am looking to stream 1 second data for several symbols. I am just testing so i can approach it correctly.
I am using the sample provided in C# to stream EURUSD.FXCM 1 second.
However, I expect to get a bar every second regardless of if there is any price change in that second or not but it seems to send quotes when price changes and gaps of 2-3 seconds before the next quote.
I need to do a calculation based on the number of bars and if there are any missed bars, it will not be accurate.
Is there any option to always stream the quotes per requested interval?
regards Aamar
|
|