Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

rurimoon

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by rurimoon

  1. rurimoon

    Quick MA

    Thanks to verifying for me. I have always though that QuickMA should be at least on pair with HMA so I don't believe in my coding skill when I see that it lag behind so much. I am in the process of converting JMA from metatrader to ninjascript also. The problem is I have find at least 5 different version of JMA in Metatrader and I have no idea which one produce more accurate result with the real JMA. Can you tell me which version of JMA from metatrader that you are using? (Of course it would be best if you can share your code P.S. I have a version of JMA in metatrader that is so cheesy, it has at least 50 variable defined. Basically it change its formula base on which period it used... the code has so many if then else statement that I wonder how long it takes the coder to fine tune all those numbers.
  2. rurimoon

    Quick MA

    Here is my chart: The blue line is my QuickMA and red line is HMA. As you can see, my QuickMA is nowhere as fast as HMA, so I think I may be coding it wrong.. and I need to make sure...
  3. rurimoon

    Quick MA

    zdo or any other who has QuickMA with Tradestation, can you post a chart of the recent ES or YM with QuickMA(9) and possibly HMA(9) on it? I translated the code to ninjascript but I don't have tradestation to vertify if my code is right or not. I don't think my code is right. It would be great if you post a recent chart so that I can compare my QuickMA in Ninjatrader with yours. Please tell me if below value match. ES0309 on Jan23,5min chart, 11:00amCT: Price close: 815.50, QMA(9) 819.87 11:05amCT: Price close: 817.25, QMA(9) 819.15 11:10amCT: Price close: 816.50, QMA(9) 818.36
  4. I think it only affect those who trade by just reading the tape, right? Technical analysis base on chart shouldn't be affected much. I used to think that a high Bid or Ask repel price, but then I see somewhere that say it actually attract price. When I read the tape, I saw a bid size of more than 2000 on ES break easily with only less than 50 contract traded. And I have seen on the DOM the ask size show less than 10 contract, yet more than 500 has hit the ask and price eventually move back down. I didn't even know the big guy doesn't need to show up on the bid/ask until recently.
  5. rurimoon

    Quick MA

    zdo, your graph show the Quick MA as yellow, and "AMA" as cyan... not JMA. Can you post another graph that have the QuickMA, AMA and JMA on 1 graph? Thanks
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.