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.

sunilrohira

Members
  • Content Count

    88
  • Joined

  • Last visited

Everything posted by sunilrohira

  1. Hello, I am looking for a Seasonal indicator for Tradestation. Can anyone recommend a good useful one?
  2. I found this to be a good group of genuine forex traders that make real money, just in case anyone is interested: They cost a monthly fee but one can make it up from trades. https://www.visionarycollectiveintl.com/ PM me if you need any details.
  3. I saw these on the freeways: [ame=http://www.youtube.com/watch?v=cdgQpa1pUUE&feature=relmfu]Self-Driving Car Test: Steve Mahan - YouTube[/ame]
  4. Does anyone have any ideas of an indicator that shows Elliot waves i.e 1, 2, 3, 4, 5, then A, B, C. ? Thanks in advance :missy:
  5. I am definitely interested in a friendship to learn more about how you do your trading. I am an intermediate trader looking for additional edge. Please feel free to email me at rohira.sunil@yahoo.com

  6. Hello, Can someone send me a link to some software for running a trade-log to professionally run your trading as a business and log each entry and exit. All suggestions are appreciated. Thanks.
  7. sunilrohira

    Adx

    Does anyone have a good ADX indicator for trend direction on Tradestation that is leading rather than lagging? Thanks
  8. Here they are for the Metatrader users: Look at Page 18 http://www.traderslaboratory.com/forums/trading-indicators/3688-various-indicators-squeeze-2fastmas-etc-18.html
  9. Thanks for your advice on Tradestation. Do you have any suggestions for eSignal?
  10. I am starting a new thread to have everyone here share their experiences about repainting from some of the signals of their indicators. Would the members of the forum be kind enough to attach some pictures of how their indicator gave a signal only to have it disappear after they entered a wrong trade causing some unpleasant surprises and lack of confidence in their system. I hope this thread will benefit all of us. How can we avaoid this kind of problem in programming Tradestation , Metatrader4 and eSignal? :crap:
  11. More Mt4 and TS Pivot indicators. PivotCustom 4TimeFrames has the most accurate pivots but P-Weekly and P-Monthly create "persistent" lines on your chart so you can backtest. 2003101821416_MIDPOINT_PIVOTS.ELD 20090114065608FIVEV MONTHLY - WEEKLY PIVOTS.ELD P-Monthly.mq4 P-Weekly.mq4 PivotCustom_4TimeFrames.mq4
  12. I found a nice Metatrader 4 Auto pivots monthly, weekly and daily indicator. AutoPivotIndicator.mq4
  13. I guess, I'll just post the useful links I found: MONTHLY PIVOTS: http://www.traderslaboratory.com/forums/f46/floor-pivots-monthly-1225.html WEEKLY PIVOTS: http://www.traderslaboratory.com/forums/f46/floor-pivots-weekly-1224.html DAILY PIVOTS: http://www.traderslaboratory.com/forums/f46/floor-pivots-daily-1223.htm 24 Hour Pivots http://www.traderslaboratory.com/forums/f56/basic-24hr-pivot-indicator-5533.html FLOOR TRADER PIVOTS WITH SESSION TIMES: http://www.traderslaboratory.com/forums/f46/floor-trader-pivots-session-times-6256.html SOULTRADER PIVOTS: http://www.traderslaboratory.com/forums/f46/soultraders-pivots-tradestation-488.html Hope this helps other traders who trade using Pivots. :missy:
  14. I was wondering where I could find monthly, weekly and daily pivots in a Tradestation indicator . ELD . Can anyone offer a suggestion? Thanks in advance.
  15. Gozila, the .ELD files work with Tradestation. The mq4 files work with Metatrader 4. Two different platforms-Two different sets of indicators.
  16. Here is a link to the page where I posted the indicators for MT4. http://www.traderslaboratory.com/forums/46/various-indicators-squeeze-2fastmas-etc-3688-15.html
  17. I dont own a Mac and the above post was from someone else under my name.
  18. eurotrader - I have a newer imac which doesn't have the Radeon graphics card, I have the one screen with the imac, and then have a 23" in addition, no issues, no problems, but running out of real - estate on my screens, Need additional room for charts, as I like to have various time frames and follow them. My mac-book pro is has NVIDIA GeForce 9400M, as well as a 9600GT with 512 MB of ram, and I can run 2 displays on this just fine, and trade from this as well. I have been running with a total of 4 screens, 2 with the iMAC, and 2 with the mac pro. But the setup is annoying me, as I have to keep switching computers, etc. etc. I have heard of problems with running the Radeon cards, and unfortunately not sure what can be done about this. I emailed VMWARE asking them if they have any reports, or performance docs showing a mac pro running with 8 monitors. I have been hearing a few guys running with thinkorswim for the mac, and one trader i know has a mac pro with 8 30" displays running, talk about a sweet setup, but very $$$ each 30" display is like 1800.00 Also ATI Radeon HD 5970, was released last month, and supports up to 6 monitors from one card!! They are looking to get it for the mac also, but not sure of the time line. My thoughts at this point are to see what VMWARE says, as I like to run winblows this way... I mean windows.. and if they support this, I was going to pick up a newer/used mac-pro and load it up to support 8 monitors. I will post the progress
  19. The picture I posted might have a Ninjatrader version which is slightly different looking than the TS version. You might find it in Ninja forums.
  20. Here is a comparision of Jurik JMA with BR Squeeze and NinjaTrader RSqueeze: http://www.traderslaboratory.com/forums/46/various-indicators-squeeze-2fastmas-etc-3688-16.html#post76400
  21. This post compares the BR Squeeze (TS version) vs the RSqueeze (ninja version) and the Jurik indicators in the same 5 minute timeframe for ESZ09.
  22. I would like to post the folowing Tradestation code that may be useful to those trading the MACD-BB posted on the following thread: http://www.traderslaboratory.com/forums/46/various-indicators-squeeze-2fastmas-etc-3688-8.html inputs: FastLen( 12), SlowLen( 26), Length( 10 ), StDv(1); VARS: BB_Macd(0), Avg(0), SDev(0), Upper_band(0), Lower_band(0); BB_Macd= MACD( Close, FastLen, SlowLen ) ; Avg = XAverage(BB_Macd,Length); SDev = StdDev( BB_Macd, Length ) ; Upper_Band = Avg + StDv * SDev ; Lower_Band = Avg - StDv * SDev ; Plot1(BB_Macd); Plot2(Upper_Band); Plot3(Lower_Band)
  23. I have posted a comparision of BR_Squeeze and Jurik indicators on another thread of the forum, if anyone is interested. http://www.traderslaboratory.com/forums/34/jurik-indicators-6710-3.html#post75953
  24. I am posting a few charts for comparing some of the Jurik indicators with BR squeeze and the corresponding price action.
  25. Metatrader 4 uses the mq4 files in its Program files-->Metatrader --->Experts-->Indicator folder as Indicator files. After copying the mq4 file into the Indicators folder, you can close the folder, open Metatrader 4 and open a chart of a currency pair. Then the indicator can be placed on the chart by dragging it from the panel of indicators on the left onto the price chart using drag and drop technique. And the indicator shows up on the chart.
×
×
  • Create New...

Important Information

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