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.

garp

Members
  • Content Count

    25
  • Joined

  • Last visited

Everything posted by garp

  1. You're right, so we could see a positive closing today and I have to postpone my shorts for tomorrow.
  2. Taylor wrote that very often we see the local top on a high made first on a buy day. Last rally had quite a long run and it's a good time now to search for some support.
  3. Yes, and this monday's high could lead to a serious deterioration in a trend with a minimum of a swing on friday or next monday.
  4. I expect high made first on monday as we saw the strong close on friday.
  5. Yes, it plots weekly and monthly VP and MP.
  6. This one works well in EL: Market Profile It includes Volume and Market Profiles. Quite expensive. But you could put some efforts to open the source code in order to understand methodology.
  7. Yes, I know. And both of them were here for promotion. Not for research.
  8. I'm not a novice for trading. And doing quite well for the last four years. I've read TTT book couple of years ago, but just across. I like the concept. I think everybody feel truth in the concept based on rotation of the markets. But for me it's not seems to be so simple. Now I have a bit more time and would like to come back to TTT study. As the system declared as mechanical, its possible to code the indicator and backtest it. But I'm below zero in programming.
  9. Did you get any idea how to code TTT in EL? Of course not as an indicator, but as some kind of reminder/scheduler.
  10. See below the .txt file rb.txt
  11. You could find these features in Transact/Infinity.
  12. VC was imported and compiled successfully in Multicharts, but DDF did not. Would it be possible to post a code of TTM DDF? Thank you in advance.
  13. Blue Ray, thank you very much, the code of BR Squeeze successfuly compiled in Multicharts 2.1. Sorry for the late thanx, I was out for some days, but it's better later then never.
  14. I have a problem with importing all these indicators in Multicharts. Program returns Error code 1. Would it be possible to post the code? Sorry, its a problem with PL Editor. Everithing works fine on another computer except BR Squeeze, which even doesn't arrive in PL Editor for importing and compiling.
  15. Yes, it works well in Multicharts.
  16. Well it's quite clear that americans were on Moon, but all filming was made in Hollywood for some reason. Russian austronaut Leonov (the first man in outer space) expressed the same opinion (he was a friend of Armstrong).
  17. Should I use Tick count or Trade volume for this? Thank you in advance.
  18. Totally agree with smoothdrive. Please hold on. That is one of the best and promising threads of TL.
  19. Well, I see that I hurry up, but I do not expect CL over 86 for now. So I wouldn't cover my short today.
  20. Trader 273, what is your price target for longs on CL. It seems to me that we are very close to it. Shall we wait for another 50 cents? For me its right time to go short within 15-60 minutes. I'll make the effort:helloooo:
  21. Yes, I'm reading your thread. Many thanks.
  22. Be carefull with CL shorts, we have to see stronger dollar first. But I would be short for downtick in the nearest three trading days (before FOMC). I'm trading on the Russian market mostly (which is a "big oil future"), so here we know something about this subject
  23. Armand? please find below ELD code of SMA for comparisson: inputs: Price( Close ), Length( 9 ), Displace( 0 ) ; variables: Avg( 0 ) ; Avg = AverageFC( Price, Length ) ; if Displace >= 0 or CurrentBar > AbsValue( Displace ) then begin Plot1[Displace]( Avg, "Avg" ) ; { Alert criteria } if Displace <= 0 then begin if Price crosses over Avg then Alert( "Price crossing over average" ) else if Price crosses under Avg then Alert( "Price crossing under average" ) ; end ; end ;
×
×
  • Create New...

Important Information

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