Recent content by ntfs

  1. N

    Best Software For Image Back Up

    I tried to edit and couldn't. I have win 7 and not win 8. n
  2. N

    Best Software For Image Back Up

    Seagate HD’s have diskwizard which is acronis. Not sure how it compares to the “official” version. Anyone know? I have a master hd and clone it to a slave hd and use the slave. I do this regularly. Keeps the crap down to a minimum. The only issue I see is that win 8 keeps saying “This...
  3. N

    Anyone know if a good Relative Strength screener/rank for stocks?

    I was interested in the minibar chart and color coding. Regards, nt
  4. N

    Anyone know if a good Relative Strength screener/rank for stocks?

    Funnyguy, Can you post your code for this? Regards, nt
  5. N

    End of day Crude Oil Historical Data

    I just tried it. Delimited with space as the Delimiter. It works. Try again. nt
  6. N

    120GB SSD HD Deal

    Rebates Suck!
  7. N

    AmiBroker - Please help me understand this code

    If the range is less than the previous range or if the range is greater than the previous range, Volume, if the range is equal to the previous range, Vol/Range If not either, 0 I don't understand the logic in this. After all either the range is greater than, less than or equal to...
  8. N

    Cloning hard drive

    Intradaybill, If you are going to clone your hd I would start out with a fresh install. Partition the hd with the op on c and the rest of the programs you need on a different partition (F). Use that as your master hd. Clone from that. I use Catoosa’s method also and it works very well. nt
  9. N

    Win 2K New Install

    What a major PITA! I got it going but..... Yea maybe its time to upgrade nt
  10. N

    Win 2K New Install

    Yea I thought of that. Win2K is not part of the upgrade so I would need to buy a full version which is a lot more than the upgrade. Also I was waiting till I get a new computer. Still thanks for the suggestion. nt
  11. N

    Win 2K New Install

    I think I found what I was looking for. I am having issues updating to sp4 along with all the official hotfixes since ms is not supporting win 2k. I’ll try using this site for the fixes. I’ll update this post when I can. http://www.win2k.eu.pn/ nt
  12. N

    Win 2K New Install

    I am contemplating doing a new install using my Win 2000 cd. I think I have version 1. Why? Well I have the cd and don’t have win7…yet. Anyway, I noticed my computer is running slow, getting an error every once in a while. I tried this a year or two ago and wasn’t able to update to...
  13. N

    The ACD Method

    Shanb, In your 9-15-spy png, it shows your or range but I do not see candles that you used to make them. In other words you did not use the opening range of 9/15 to trade on 9/15. What opening range did you use? Regards, nt
  14. N

    Wealth-Lab to Amibroker conversion

    Not sure if it's correct but it should get you started. //True Range Band OptVar1 = Optimize("OptVar1",120,100,170,10); OptVar2 = Optimize("OptVar2",30,18,38,4); bandwidth = OptVar1 / 100.0; // bandwidth of Band profit_target = 1.0; Days = 2; ema_center = 6; //...
Back
Top