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.

Trendup_

Members
  • Content Count

    138
  • Joined

  • Last visited

Personal Information

  • First Name
    TradersLaboratory.com
  • Last Name
    User
  • City
    DownUnder
  • Country
    Australia
  • Gender
    Male
  • Occupation
    Trader

Trading Information

  • Vendor
    No
  • Favorite Markets
    Eminis
  • Trading Years
    5y
  • Trading Platform
    OEC
  • Broker
    OEC
  1. Thanks, I had a look at it, it is not plotting the Heikin Ashi candles, it just color them. I have the same result with this coding: {Heikin Ashi PaintBarStudy (not an indicator) Heikin-Ashi technique for visualization of trend - Correctly paints bars with no candlesticks if you hide regular bar style as follows: Format Symbol, style tab, select Dot on Close, color to white or black } inputs: UpColor(white),DnColor(black); vars: haClose(0),haOpen(0),haHigh(0),haLow(0), color(0); if BarNumber = 1 then begin haOpen = Open; haClose = (Open+High+Low+Close)/4; haHigh = MaxList( high, haOpen, haClose); haLow = MinList( low, haOpen,haClose); end; if BarNumber > 1 then begin haClose = (Open+High+Low+Close)/4; ////average bar price haOpen = (haOpen [1] + haClose [1])/2 ; ////avg open/close 1 bar ago haHigh = MaxList(High, haOpen, haClose) ; ////highest of high,open,close haLow = MinList(Low, haOpen, haClose) ; //// lowest of low, open, close if haClose > haOpen then color = UpColor else color = DnColor; plotPB(haOpen,haClose,"heikin-ashi",color); SetPlotWidth(1,1); SetPlotColor(1,color); end; Without HA study With HA Study
  2. Has someone been successful in installing Heikin Ashi candles in OEC platform?
  3. I'd say, not breathing could be the most detrimental mistake for us traders. Often,I find myself in apnea and have to adjust my respiration.
  4. Trendup_

    ESM2 Data

    Problem solved.:applaud::applaud:
  5. Trendup_

    ESM2 Data

    Minute charts seem to be ok but tick, range and volume are affected due to bad data during the weekend, Could be cause by the daylight saving...... As a result indicators are skewed and pivot points in wrong places. So watch out.
  6. Trendup_

    ESM2 Data

    ESM2 charts are showing activities at 19:00 on Friday down to 1339.50 ???? does anyone knows what is going on? (It is about OEC data for ESM2 I'm mentioning) if you have similar aberration on your chart I'd like to hear from you.
  7. I missed it, any recorded link available?
  8. Can't get more inspirational than that one.....
  9. http://www.youtube.com/watch_popup?v=Vo0Cazxj_yc&vq=medium
  10. I sympathise, having few TCP connection problems myself and probably have to get it fixed.
  11. I’m not able to replicate Optiontimer’s StochasticRSI , (using OEC platform). Can someone post the Easy Language TXT version of the right StochRSI? So far I’ve tried five different versions none is matching…..
  12. http://www.traderslaboratory.com/forums/f30/trading-just-sort-gambling-9100.html
  13. Did you find the COG easy language version? Can anyone share it?
  14. I’m using a HP Pavilion DV6/i7 Core/4 Gb RAM/15.6”LED monitor. No faults so far. HP Pavilion dv6-2119TX Notebook - Notebook Computers - HP Compaq - 16 inches - Landmark Computers I have a 24” monitor connected to the HDMI port, and a 19” monitor through a docking station (Toshiba dynadock). Toshiba dynadock® V USB Docking Station with Video from Toshiba Once the HDMI, Docking USB and power supply is disconnected the laptop is free to go. My external drive, mouse, third monitor and speakers stay connected to the docking station. The drawback having a powerful system is a short time on the supplied battery ( 1.5 hour) so if you plan to go mobile a bigger battery is required. .
×
×
  • Create New...

Important Information

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