Jump to content
Medved Trader Forums

Oliver

Members
  • Posts

    42
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi, I see earning values on my chart for a stock like TGA for instance. Looks like now these data are available on the chart in MT which is a great news. What is the source for these data? IB? Is it possible to access them in the scanner? Would be great if we could also access quaterly and yearly revenues. Kind regards
  2. For implementation, using a fix exchange rate for the day would be fine. It does not have to be realtime, it could be the exchange rate of the day before. The idea is just to have total pnl that make some sense. Thanks
  3. Hi, Gain$ should be converted in USD for foreign stocks. Total(Gain$) is incorrect because Gain$ is not converted and we end up suming USD with HKD for instance. Could that be amended? Kind regards
  4. You are right. Looks like they are close to realtime. Thanks!
  5. Hello, Did you improve the management of backfills/Quotes in the screener? I set my screeners with 'Yahoo Finance' as source which is delayed data. This is mainly to have fast backfill on historical data due to IB limitation. I also have 'Interactive brokers' as a source setup with 'Normal' priority as oppose to 'High' priority for 'Yahoo finance'. I was surprised to notice that in my screnners the quotes are in realtime. Do you always prioritise Interactive Brokers realtime data for quotes? I have 300 stocks in the screener and a 100 quotes limitations in IB. How is that managed? Can you clarify the process? Am I really screening in relatime in fact for all symbols and not with Yahoo finance delyaed data? Kind regards Oliver
  6. Hi, I have two issues : 1-HK stock from IB starting by 0 not displaying Yahoo charts I have a position on the stock 123:SEHK from an IB account. It displays no yahoo chart because the ticker for yahoo is 0123:SEHK and not 123:SEHK. Can you fix this? 2- Account views changes are synchronised I can create two account views for two different IB accounts. But if I change the account displayed in one of the account view it changes the other one. The account displayed in an account view is also changed when we change the account in a chart's trading panel. Account views should not be synchronized. Thanks, Olivier
  7. Hello, I am scanning multiple markets and would like to be able to pass a parameter to the scan indicating the markets I want to scan. Values could be : ScanNyse=True/false, ScanNasdaq=True/False... for instance. Ideally I would like the parameters to appear in the "Params" screen of the scan. Is there a way to do that?
  8. My system only generates a few alerts per day so CPU would not be an issue. Also it does not have to be a screenshot of an existing chart : standard daily historical chart with candlestick over a 1y period would be fine. Same for intraday, any default candlestick chart period would be fine. Attached is the default charts I get from TraderVue for instance. The exact time the graph is done is not very important as I execute through my broker. It can be generated with the data available when the mail is sent. It would be a great addition.
  9. Sending charts from MT works great. Would it be possible to add this functionality in the scanner? That would be fantastic.
  10. Hi, I was able to setup alerts sending emails from a scan using the TriggerAlert function. Is there a way to add charts (daily, 5min and 15min) to the email sent by the alert? Or to send from MT an email containing a chart? I am not always on my desk so if I could receive the charts in an email on my phone I could quickly decide if it is worth login on my broker' site to put a trade on. Regards
  11. Hi, I am looking to compute something like this in an historical scan. Can you help by correcting the code below? On an histoical scan, Timestamp canno't be used to get the current time and the function Now is not recognized in the code. The min function is not working either. Thanks var SessionInfo = GetTradingSessionInfo(Timestamp); if (Now>SessionInfo.SessionStart && Now<SessionInfo.SessionEnd) { TodayRatioVol = SymbolData.Volume/SymbolData.AvgVol / ((Math.Min(Now,SessionInfo.SessionEnd)-SessionInfo.SessionStart)/(SessionInfo.SessionEnd-SessionInfo.SessionStart)) ; } else {TodayRatioVol=SymbolData.Volume/SymbolData.AvgVol;}
  12. Hi, I run historical scans on a portfolio of around 300 stocks using Yahoo as data source for both backfills and historical backfills. I have a second portfolio with my watchlist containing only a few stocks and for this the stocks in this watchlist I would like to receive data in realtime from IB (limited to 100 tickers, for both the watchlist and charts on this tickers). Is that possible? It seems that whenever I set IB as source for Backfills it is set up for all portfolios. That creates unstability in my scan on the portfolio with 300 tickers as I am limited to 100 tickers in IB. It screews the results in this portfolio periodically. Kind regards, Olivier
  13. Hello, The scanner freezes sometimes when runing scans on historical data. I run a historical scan using Yahoo market data and 'AutoBackfill'. There are 1840 symbols in the list and the scan freezes around 1400 symbols for hours. If I click in the scan result on one of the symbols not analysed, it is scanned and increases the number of stocks scanned. But the scaning do not continue on the remaining stocks. Any idea why we have so long freezes on historical scan with AutoBackFill on and what we could do to prevent so? Olivier
  14. Hi, There seem to be an issue with historical backfills. It looks like at the start of a new day if the scan is done without Auto-Backfill then the scan reuslts are wrong. They do not take into account the latest quotes. But reruning the scan with Auto-Backfill does not fix the issue and backfill data. One have to clear all historical data and rerun the scans with Auto-BAckfill. Can this be fixed? It is annoying if the scan is both slow and unreliable.
×
×
  • Create New...