Jump to content
Medved Trader Forums

3acor

Members
  • Posts

    284
  • Joined

  • Last visited

Everything posted by 3acor

  1. IB. yes everything is ok. I am using Quotemedia for quotes
  2. Hey, For some reason today my P&L column in Account View is just displaying random numbers.
  3. How can I get the difference between the current timestamp and the timestamp of the candle Open and use it in an equation? Example: I am using the scanner on the 15min frequency and currently the time is 10:41am. How can I get the difference of 11min which is the Current Timestamp minus the timestamp of the candle Open?
  4. Is there a way to have the volume being considered starting from the session open? The MA is also including the data in the Pre-market for its calculation or if extended hours are set to Never, it is considering the data of the previous day for the calculation of the MA in the scanner.
  5. I am running into this problem again. The Any function doesn't show any results in the scanner but the paintbar works
  6. Which Average line? oh you men the MA line? How can I input that in the scanner?
  7. I would like to average the BarVolume from the session start to the current timestamp. I would like to use it when running a scan
  8. What is the formula in the Average function to be able to average something between the current candle and the session open. I am writing this: Average(0,Daytrading.SessionStart,...) but it won't work. Thanks
  9. I am getting the same issue, the LULD are not updating properly on the charts compared to Level II
  10. Would it be possible to make it as an indicator like the volume? It would be easier and neater to read. Thanks!
  11. So if quotes are using a different data source than IB, we do not get IB news? As for what type of news we get, according to this page, we should get the three news sources listed at the top? https://interactivebrokers.github.io/tws-api/news.html
  12. Could it be possible to have the average pre-market volume calculated up until a certain time? like for example "average pre-market volume from the open of premarket up until 9:00 am"
  13. Thanks a lot. I appreciate it! Is it possible you can send me the update?
  14. Great! I don't have a scan. I just want a scan that only does this. To calculate the average pre-market volume over a certain period and return it as a ScanResult. Or if possible the average turnover/dollar volume would be better.
  15. 1. Oh I thought the Any function starts counting starting as of the current day, not as of the current candle being processed. So I chose 1000 as of the current today (to go back 5 years). Now I changed it to 0 and got the same results. 2. Yes, SPI had that on September 23, 2020. I have attached a screenshot showing the paintbar working but nothing on the scanner ( I disabled the Filter in Portfolio)
  16. If(Any(0,1000,(BarVolume >=300000000 && ((High-Low)/Low >=0.5))) ) Some tickers are not showing on the scanner. For example, ticker SPI will show a paintbar but will not show on the scanner. Is my code wrong?
  17. oh yes it works now thanks. Had to modify the variable. One last thing, is it possible to compute the average pre-market volume?
  18. Could something similar be done with the Pre-market volume? I couldn't find CurrentState.PM
  19. yes I previously did that with the ANY function. It shows on the scanner only thing is that the paintbar applies to all the bars afterwards, but it's ok I guess.
  20. I don't have alerts. I only have a paintbar that includes High/Low/Open/close and BarVolume. Oh, you mean the scan results? If so, is there no work around it? If I have 3000 symbols, can't I have the scanner in a way show me only the tickers with paintbar on?
  21. I have the same frequency and they are both running on 1day historical charts. Here is a picture showing that AADI is not appearing on the scanner. Maybe because the paintbar is not for the current session?
  22. So the issue is that the results are showing in the paintbar, but I am not getting anything in the scan. Is that how it is supposed to be?
  23. 3acor

    Order delays

    Hey Jerry, It happened with me now, I sent you a log
  24. I meant to use it with the Loop function Any but somehow wasn't giving me the results I wanted. It's all good now.
×
×
  • Create New...