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.

Tams

Market Wizard
  • Content Count

    4075
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Tams

  1. do an advanced search for title only
  2. prob the code won't work on ts2000. p.s. if you need help, you should copy and paste the error message here.
  3. this is what I noticed at the bottom of the first post...
  4. .......... do you know Ben?
  5. unless you are shorting oil... and the attack is at an oil related facility.
  6. I am not here to put you down... You have to track your MAE, especially your MAE to PnL ratio... otherwise, sooner or later, the MAE will catch up to you. I hope this journal is a positive learning experience for you... thanks for sharing your trades.
  7. you don't need a software to tell you the MAE... LOL
  8. http://www.traderslaboratory.com/forums/f208/looking-beyong-pnl-mae-mfe-6049.html
  9. .......... what was your MAE ?
  10. some thoughts to explore: if you get a MA3 to minus a MA5... you will get some reaction. if you get a XMA5 to minus a MA5... you will get some reaction too...
  11. maybe I can offer you one of my pictures?
  12. more info on array http://www.traderslaboratory.com/forums/f56/array-easylanguage-5785.html
  13. Array: MyArray[6](0); MyArray[1] = ((yesthi-yestlo)/yestop)*100; MyArray[2] = ((H2-L2)/O2)*100; MyArray[3] = ((H3-L3)/O3)*100; MyArray[4] = ((H4-L4)/O4)*100; MyArray[5] = ((H5-L5)/O5)*100; Value1 = MedianArray(myArray,6); array numbering starts with zero, but medianarray referencing begins with array element 1. therefore you need an array of 6 to handle 5 numbers.
  14. you have to use the medianarray first, create an array, then put the 5 numbers in the array, then use medianarray to interrogate the array for the median.
  15. there is a function named medianprice. it is simply ( H + L ) / 2
  16. like this? http://www.traderslaboratory.com/forums/f46/ade-all-data-everywhere-easylanguage-5934.html
  17. buy MultiCharts... then you can enjoy ALL my indicators !
  18. you can slice anything anyway you want... if you look hard enough, you can find the meaning of life within/between the up ticks and down ticks at 1 second after midnight every night. ... and it happens every night, without fail.
  19. well... trading emini is no different than any other endeavors in life: 1. don't do anything you don't understand 2. don't take on challenges bigger than you can handle 3. don't try to reinvent the wheel 4. don't take advice without due diligence first, try to understand why do you want to trade. then understand why do you want to trade emini, finally, understand why do you want to trade emini at a particular time. for the "final" question, I will give you a hint: there are many trading zones in a 24 hr period... each with a different characteristic.
  20. don't just say you have found it. as a courtesy, and as a community effort, you should post what you have found.
  21. fibo is only a "number". a number is a calculation of some sort. if you can figure out that "sort".... which is no rocket science in this case (fibo=percentage), the next task is to post the number to the turning point. locating that "point" is no big deal either, because the point is already calculated (the trendline turning point). so all you needed to do is piggyback onto the turning with the fibo number. QED
  22. yup, that can easily be done. .
  23. can you draw a diagram to illustrate what you mean?
  24. the screw is beginning to turn I am awaiting for an invitation to the pay chatroom service, with this thread as the definitive "real time call record"... scary thoughts, but it happened many times before.
×
×
  • Create New...

Important Information

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