Search results

  1. D

    eSignal Oddities

    for #1: Right-click on your chart, select 'Properties'. Uncheck 'Draw Study Titles'. for #2: to turn off EFS parameters in the top left titles, add this to your preMain() function: setShowTitleParameters(false); Let me know if that helps, thanks.
  2. D

    Quotrek Demo Review-Intro

    Actually QuoTrek charts are streaming. The last price should be updating in the price axis and on the last bar. What symbol were you watching ?
  3. D

    Centrino Laptops -- powerful enough?

    I have a 1.6ghz Pentium M. Benchmarks for most apps usually put these 1.5x faster than the equivalent Pentium 4-M (ie, the 1.6 should be around the same app speed as a 2.2ghz Pentium 4-M). If you travel even just a bit, they're worth it.
  4. D

    eSignal EFS code

    MMillar: I believe that problem has been fixed if you load the charts using the 'Multiple Symbols' dialog (regular symbol dialog, click on the 'Multiple Symbols' button). These are plotted properly, and take into consideration any zero volume bars. Plotting in EFS uses a slightly different...
  5. D

    eSignal market depth

    bungrider, just grab the area that separates the level 2 quotes from the Time & Sales and move that over to the right to narrow down the Time & Sales portion.
  6. D

    eSignalCentral fixes

    George, are you in a specific file share group on eSignalCentral? Can you give me a link to the page? I believe by default IE will only let you download 2 files from the same URL at any given time. There is a registry tweak to adjust for this, I don't have it handy though.
  7. D

    eSignalCentral fixes

    We've made some tweaks to eSignalCentral, the downloads should be much faster now.
  8. D

    Networking three PC's to one cable connection + 802.11G

    Cetrino is just a new Intel chip for laptops/tablet PCs. It so happens that it can also support WiFi 802.11b built into the chip itself (so you don't have to buy a seprate PCMCIA wireless card, or mini-PCI card for your laptop). Its main features are lower power consumption, which leads to...
  9. D

    Esignal SM windows need some tweaking

    bungrider, I have a feeling you're just resizing the outer window. Try squishing the time & sales window to the right by grabbing on the vertical area between the T&S and Level 2, and move that to the right. THEN resize the outer window towards the left.
  10. D

    esignal easy formula help please

    I would suggest going to our new eSignal Central Bulletin Board rather than the Yahoo! Groups. The new eSignal Central gets more activity these days, and the users that help out the most have moved from the Yahoo! Groups. http://forum.esignalcentral.com/
  11. D

    esignal easy formula help please

    the getValue() function's 2nd parameter should be negative if you want 'bars ago'. It's positive if you want 'bars in the future', which is why your SMA is charted 5 bars behind the current price (since eSignal cannot see the future just yet, that's coming in version 8.0 ;) ). try...
  12. D

    eSignal wish list : the dedicated thread

    bung: build 513 has been put up as of Nov 17, Sunday afternoon (this can be found on the eSignalCentral File Share site... http://share.esignalcentral.com in the Beta 7-2 Group). All registered beta testers have access to this. You can access a list of lines in your charts by right-clicking...
  13. D

    Son of Something Very Simplistic

    adlad: don't think i can do much about the image. I'd prefer not to redraw it all the time so as to save CPU cycles. Just pretend they float a little higher =).
  14. D

    Son of Something Very Simplistic

    adlad: Thanks for pointing out the problem. There was a bug in the code where the green bars would not colour in real-time, only on the historically loaded bars. I've updated the EFS on the website: http://share.esignal.com/download.jsp?groupid=2&folder=&file=ssvs.efs BTW; we have an...
  15. D

    Son of Something Very Simplistic

    Combining the coloured stochs earlier, we now have an EFS specifically for SSVS: screenshot: http://share.esignal.com/groupcontents.jsp?folder=&picture=ssvs.png&groupid=2 The blue bars are when %K > %D, red when %D > %K. Grey dots appear on the bar just BEFORE your trigger bar, to give...
  16. D

    Something very simplistic

    This is for Snosur4, who requested a formula that will colour the price bars depending on the stochs. This is an example of the output: http://share.esignal.com/ContentRoot/Devious+Dart+Trading/colorStochs.png It will color your price bar blue if the fast > slow, red if slow > fast, or...
  17. D

    eSignal wish list : the dedicated thread

    Bung: Could you PM me the pivot formula that you're using and I'll take a look at it? Also which symbol and timeframe? Thanks.
  18. D

    Something very simplistic

    I have just released that the image drawing functions I was using the EFS is not available until the eSignal 7.1 (current beta users will be able to see it). I've made a new version that will add another study pane. It doesn't look as nice but it will work for eSignal 7.02 and lower...
  19. D

    Something very simplistic

    A reader of the thread alerted me to a problem with the script. If you your start/end times in your time template match up exactly with the start/end time specified in 'Edit Studies', then the script will not draw anything. Here is an updated file with the fix...
  20. D

    Something very simplistic

    Interesting thread Quah. For any eSignal users out there, I've whipped up an EFS which will highlight the 1min fibonacci bars to enter on. 1. download: http://share.esignal.com/download.jsp?groupid=2&folder=&file=fibMarker.efs 2. save to your eSignal formula directory (ie 'C:\Program...
Back
Top