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.

unicorn

Members
  • Content Count

    165
  • Joined

  • Last visited

Everything posted by unicorn

  1. I think that timing indicators (vmar3, ema(vmar3) and T3cci) should be on the 1min chart. I have attached a screen-shot of gbpusd currency futures. (AmiBroker v5.00) I have not coded vmar_3 successfully yet, so I am using vmar_1(3,3) instead. Q1: which bar on the 5-min chart qualifies as magenta line rejection? Q2: do we care about the fact that not enough trades took place at the time frame in question? Thank you Walter. cheers. Unicorn.
  2. :thumbs up: Looking Good :thumbs up: I like this vmar3 plus T3cci on the 1 min chart, even for the regular (i.e. non scalp) trades. What do you think? cheers. Unicorn.
  3. Hello Bruce; I was referring to this: //+------------------------------------------------------------------+ //| Chimp2_1.mq4 | //+------------------------------------------------------------------+ //Revision history; //Chimp2_1 is a hybrid between earlier Chimp1_n and Chimp2_2 which uses Price/Volume instead of price. // for(i=i; i>=0; i--) //Main loop begins after history bars filled. { PDM=0; MDM=0; if(Close>Close[i+1])PDM=Close-Close[i+1]; else MDM=Close[i+1]-Close; PDM*=PDM; PDM/=Volume; MDM*=MDM; MDM/=Volume; PDM=((WeightDM-1)*PDM[i+1] + PDM)/WeightDM;//ema. MDM=((WeightDM-1)*MDM[i+1] + MDM)/WeightDM;//ema. best regards. Unicorn.
  4. Ok Walter;:thumbs up: anyway I was referring to this post: http://www.traderslaboratory.com/forums/24/walter-s-forex-vma-trend-scalps-2558-5.html#post21170 that combines cci and vmar3 on the 1 minute chart. Thank you best regards Unicorn
  5. Walter, where exactly is your entry when using the magenta line rejection? Do you wait for price to cross the vma black line? Do you time it with cci, ie entry upon crossing cci the +/-50 line?? Thank you. regards. Unicorn.
  6. Hi Walter; Q1: what do you mean "you can grow on volume"? Q2: what do the 5 digits refer to? regards. Unicorn.
  7. Thanks Bruce. Why did you divide the components of the DMI oscillator by volume? cheers Unicorn
  8. This is how the post is displayed on my screen. And the current post message has the icon of a red bug.
  9. Blue Ray I have used a rotating gear, the second icon from left, on the top line. Certainly not a "thumbs down". As a matter of fact, this set of "post icons", that is displayed on my screen, does not have a "thumbs down". Do you have a different set of post icons?? Please post a picture of the post-icons that are displayed on your screen. This could create serious misunderstandings. Could the moderator please look into this? Thanks. PYenner, I certainly hope that your pc displays the rotating gear. If not, I must say that the "thumbs up" icon, the right most on the second line, is most appropriate for the indicator. I used the gear as a symbol of action, thinking. cheers Unicorn ps I placed a "thumbs up" on this message and a smilie right here the leftmost on the first line of smilies
  10. Bruce; Will you please explain the concept of the oscillator? Which quantities it involves and the physical meaning of its construction? Thank you. Unicorn.
  11. Thanks Walter; may I ask a favour; would you post a couple of setups and entries on gbpusd and/or eurusd, (on the other thread), to compare the behaviour of the vmar setups? cheers, Unicorn
  12. Walter; is this method going to replace the vma rainbow? or is it a complementary method? regards; Unicorn
  13. Excellent videos Walter. You are a very good mentor. Will you please explain the concept of your oscillator? Which quantities it involves and the physical meaning of its construction? Thank you. Unicorn.
  14. :confused:. What is HE ??? :confused:
  15. Excellent method Walter. Thank you. GJN, the pdf files were really helpful. Thank you.
×
×
  • Create New...

Important Information

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