Recent content by HW07

  1. H

    Money Required To Start?

    Just to reply on the mini or standard account question. If you are starting up i think its great. Risking a little makes demoing better with at least something on the table. A mini or micro account also ensure you don't lose your fortune before you actually learn to be profitable even by a small...
  2. H

    Cash FX

    Hi TD, Great journal. I see your style evolved from using PA as entries. Seems you are using more like a touch of resistance/support entries. Really liked your comment on the Stop to BE+1 and playing someone's P&L instead of the market. I have to admit it described me very well:) Only thing...
  3. H

    Natural Gas

    Hi, i am long on NGas October futures from above friday close. didnt read any articles, it is a pure price action based decision.
  4. H

    New Frontiers in technical analysis

    i wait for the trendline to break and close above it to close my short. Well, you know, we grab what we can:) I have a feel that we will see the early 2000 lows aroung 2 before we go in an uptrend. there is a lot of pressure in oil and indicies...
  5. H

    New Frontiers in technical analysis

    Hey TD, I am watching NGas closely too. I went short around 3.000 and still open. Will see how we close today. Pretty strong reaction. We have a huge BUOB in 4H now sitting on 2.4 according to my feed.
  6. H

    Proquote code help

    hi there, Sorry i misunderstood your request about volume. So you would like to filter the ones with an average volume bigger or equal to 1million? How many bars you want to include in the average? Viktor
  7. H

    Proquote code help

    Rem 1M Volume v1 = (volume[1] >= 1000000.0) screener[v1] --------------------- happy trading.
  8. H

    Proquote code help

    thats ok, anytime:) shall we look at volume now?
  9. H

    Proquote code help

    ok, at the moment the IB screener in the code checks the bar high-low within the body of the previous one.
  10. H

    Proquote code help

    right here is the code i put together: ----------------------------------- REM Body Colors whiteBody = (Close >= Open) blackBody = (Open > Close) REM Body Size (%) LargeBodyMinimum = 0.075 smallBodyMaximum = 0.0025 LargeBody = (Close >= Open *(1+largeBodyMinimum) AND whiteBody) OR Close <=...
  11. H

    Proquote code help

    i post the code when i am sure it is ok. you got me interested in this:) Quick question: what is Inside bar for you? Some says the recent candle body have to inside the high and low of the previous. Or the high and low of the recent have to be inside the body of the previous.
  12. H

    Proquote code help

    ah, thats ok then. I have the big body sreener working but it doesn't take it in account if the next one is an inside bar. i can add that too i think.
  13. H

    Proquote code help

    Adrian, Do you want to screen this long body candle on the last bar or the one before?
  14. H

    Proquote code help

    Hey, i look at these things for you and give some clues. I just need to find some time during the day.
  15. H

    Oanda equivalent, but with 4hr charts(not 3hr)

    I have Metatrader4 on my USB stick. Just run it from there wherever i am:) Works ok, but keep your login details in hand. So you can use any MT4 broker out there.
Top