I see peaking volume "P" happening during different levels of volume. Can someone explain the logic behind it and how is that determined in the script ? For the dom on bid/ask, it is showing up nicely but i like to know how to use it.
This should get you started in the DOM wall. Also regarding Peak volume logic. I did not look, some time ago I can remember someone posting code here in this thread for peak v.
Hi dkm, I'm not a programmer but because I wanted to see if NT7 is any good I quickly "hacked" the existing VolumeSCT, AutoPace and BarPaint2 indicators into NT7. Seems to work except for the drawing of laterals in BarPaint2. Please have a look if this is of any use to you. Sooner or later somebody with real programming skills will post a better version. If not and if I don't switch to Tradenavigator or Multicharts I will maybe work on the other indicators. Greetings.
Hi Nkhoi, Installed this nogapchart but can't get it to work. I tried changed the begin and end time to 2130 and 041400 to cater to my GMT+8 time zone and still doesn't do it ? Is it because this script is working only for same day time zones and not those like my time zones ? If so, any way around it ? Thanks emac
no gap chart uses session break so your time setting should not have any thing to do with it. It's easier to debug by trying a simplier version, nogap_prevday.
Nogap_prevday doesn't work either. In fact, tried the various version posted in this thread unsuccessfully including another ngchart. I am still using ver6.5 of NT if that would make any difference. Anyway, thanks for your efforts. Sure hope this can be resolve and save time to degap manually daily. emac
I use the pc clock to get today date then calculate the gap backward, try change you pc clock to ny times reload the data and see what happen.
nkhoi, That did the trick. Had to wait for the NT to sync with the computer time but it did mess up all my annotations since there is a time difference now. Thanks !
With so many people bashing JH, I wondered whether there was anything I could glean from the splinters that I have read. I do not understand JH's approach. Instead I took a small piece of code and modified it with my own ideas and came up with this. If JH and those here are indeed making his approach work, this is not of much interest, since it is not really his approach at all. But I thought it might be interesting to see if I could make anything of it useful for myself. I still don't know if it is particularly useful going forward, but I thought it might be good to show that you can use your time bashing, or thinking of possibilities.