Jump to content

C0UNDE

Members
  • Posts

    38
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    C0UNDE reacted to udc in Power levels trading   
    Hi everyone, just a little update about what's going on here.
     
    I temporarily suspended the UDC FAT visualization as it's being reworked and the new version is so much better that I found it misleading to keep the visualization of the old version up. When the update is done the web will be up again and I will start working on the native UDC FAT client for Metatrader so that you will be able to get all the data on your trading terminal with the very low latency. There is also some progress with the synthetic ultrafast data feed I mentioned earlier, it will be integrated into UDC FAT. I am quite excited about it as it have the depth of the market and is faster than virtually any broker's datafeed. Another news is that after the UDC FAT is finally done and you get it on your terminals, then at least for another half a year I keep it that way and will not go forward with it in terms of offering it to the institutions for sale. I want you to enjoy it for some reasonable time before I sell it and I am in no need to hurry, so that's probably a good news for you. I will make a new thread about FAT anyway, when the time comes.
     
    I also decided to follow up on my OBEL work here and release the updated version after all. I will just have to find the time to do that. Together with traditional OBEL I plan to release the prototype of the real-time OBEL that you could have seen in UDC FAT visualization. That's for two reasons: for one CME announced that they are going to retire the CME datasuite product that I was using to get the realtime OBEL data from (http://datasuite.cmegroup.com/dataSuite.html?template=opt&productCode=6E&exchange=XCME&selected_tab=fx) and the other reason is that even if they kept it I would have to remove it from FAT anyway due to potential legal issues. It's actually quite funny because they were planning to retire the CME datasuite on Friday last week but last minute they moved the deadline to the end of September. So I want to release the realtime OBEL so that you can enjoy it while it is still available and kinda datamine their website (as it is quite intensive network-wise). I will make a new thread with both OBEL as well.
     
    Lastly, I started working on another project for this community, this one will be a big one and hopefully helpful to the biggest group of people here. For that I will open a new thread too.
     
    Lot of plans, only if I had the time for everything. It will all take a while, remember this all is just a side activity of mine, but I am positive it will happen in terms of one or a very few months (definitely the realtime OBEL thing must go soon). So stay tuned.
  2. Like
    C0UNDE reacted to lptuyen in (req) power bars fx   
    Here it is:
     
    http://www.mediafire.com/?95qeumglwfqvpjl
     
    Best,
    lptuyen
  3. Like
    C0UNDE reacted to udc in Power levels trading   
    OBEL engine v1.06 & OBEL v1.07
     
    Changes:
     
    OBEL-engine
     
    Total number of instruments now is 14: 6x FX currencies, 3x equity indexes and 5x energy instruments. For the details about the newly added instruments please see the previous posts. The internal structure for combining the target URLs was reworked so that adding other instruments should be very simple now (provided there is a respective CME webpage with the data).
     
    Each instrument can be individually enabled, so you can enable only those that you really want.
     
    For each instrument you can specify the name of the respective CSV file. This name should be identical to the name of the Metatrader symbol. If it's not possible to use such a name (e.g. a Metatrader symbol contains characters that are not allowed to be used in the filenames), or for some reason you don't want to, you can use any filename you want and then manually specify this name in the OBEL indicator (see below).
     
    Various bugfixes.
     
     
    OBEL
     
    New parameter "ManuallySpecifiedFilename". If the CSV filename is identical to the name of given Metatrader symbol, this parameter should be kept empty.
     
    Changed defaults as indicated in the previous posts (disabled the nearest expiry month, enabled variable colors).
     
    New parameter "MinVariableColor" for specifying the minimal color intensity when using the variable colors.
     
    New switch "HighlightOptionsTradingHours" to highlight the Options trading hours (open outcry session) by a rectangle in the background of a color specified by the "OptionsTradingHoursColor" parameter.
     
    The protracted lines (the lines from the end of the open outcry session to the beginning of the next session) can be disabled now. Also, the dotted lines (the lines from the beginning of the ongoing trading session to its end in the future) can be disabled now too (useful when the realtime data drawing will be implemented).
     
    Various bugfixes.
     
     
     
    Download link:
    http://directmirror.com/files/SQDRJNV3
    http://mir.cr/RZGGNFVE
     
     
     
    Planned in the nearest future:
     
    OBEL-statistics indicator, extending OBEL-engine and OBEL indicator to gather and draw the realtime Options data, other further improvements as suggested by other members.
     
     
     
    If you want to help:
     
    Right now it would be very useful if you could verify whether the Options data as shown on these pages:
     
    http://datasuite.cmegroup.com/dataSuite.html?template=opt&productCode=6E&exchange=XCME&selected_tab=fx
    http://datasuite.cmegroup.com/dataSuite.html?template=opt&productCode=ES&exchange=XCME&selected_tab=equity-index
     
    is really real-time or delayed. If you don't have access access to the CME datafeed you could try the R|TRADER with Zen-Fire (Rithmic) demo datafeed (allegedly should contain the Options data). The webpage to register for a demo and download R|TRADER is here (I don't have time to play with it myself):
     
    http://www.zen-fire.com/pages/platforms/platforms.html
  4. Like
    C0UNDE reacted to udc in Power levels trading   
    While working on adding those index and energy instruments into OBEL engine, I've made a little but very interesting "discovery": we can get the OBEL values from CME website in almost real-time!
     
    Look here (what we are interested in is the "last" value):
    http://www.cmegroup.com/trading/fx/g10/euro-fx_quotes_globex_options.html?exchange=XCME&foi=OPT&venue=G&productCd=6EZ2&underlyingContract=6E&floorContractCd=ECZ2&expMonth=201212
     
    So far, for today's trading we have been using OBEL data from the last closed trading day, that is the data delayed by quite many hours. With this, we could use the data delayed no more than 10-15 minutes. I could easily draw Call and Put lines for up to 4 Strikes on the chart, live.
     
    Furthermore, it seems there is a separate data from Open Outcry session (the first one is from globex):
    http://www.cmegroup.com/trading/fx/g10/euro-fx_quotes_openOutcry_options.html?exchange=XCME&foi=OPT&venue=F&productCd=ECZ2&underlyingContract=EC&floorContractCd=ECZ2&expMonth=201212
     
    It may be interesting to compare the data from globex and outcry, their correlation and what is their impact on spot Forex. So much possibilities to explore here.
     
     
    fxnizar: definitely keep all your suggestions in mind and remind me of that when the OBEL statistics indi is finished.
     
     
    EDIT: so it seems that open outcry quotes are not being updated on the CME web, but that's ok, globex trading is bigger anyway.
     
     
    So I am thinking about reading this options quotes table every minute by the OBEL engine. From there I would reformat the numbers as follows:
    - "high", "low", "prior settle", "last" => into FX quote format
    - "change" => into a number of pips
     
    and display them (still done from within the engine) together with "volume" and "last updated" in the form of a mini-spreadsheet. At the same time export the latest "last" into global variables that in turn would be gathered by the OBEL indi and drawn onto the chart as lines.
    Sorry if it sounds too complicated or confusing but it will be pretty neat.
  5. Like
    C0UNDE reacted to udc in Power levels trading   
    This can be done, although the relative strength could be seen from the color intensity if you enable UseVariableColors. But that of course would work only if you see both lines you want to compare. If you are on very low timeframe and quickly want to know if the level above and the level below the current one are stronger or weaker, without seeing them, for that you would need this symbol.
    Maybe around every level there could be arrows that would indicate this. For illustration imagine the following 3 levels, with PrOI 200, 400, 300 and symbols "^" as arrow up and "v" as arrow down indicating if given level is stronger or weaker compared to the next one on each side. Then we would have this:
     

    --200--------------- ^ ^ --400--------------- v v --300---------------
     
    Actually, since these 2 symbols are mutually exclusive we don't need to indicate weakness and strength, only one of them is enough. So if we were to indicate the relative strength, it could look like this:
     

    --200--------------- x --400--------------- x --300---------------
     
    The 400 line is stronger than the line above, and also is stronger than the line below. Also, I put the symbol to the very right so that you can see it immediately without having to scroll back. Would something like this make sense?
     
     
     

     
    This can be done too but it would be a little bit less easy as I would have to keep track where the price is going and remember the "checkpoints". And it must be specified more precisely what "touch" means, for example: if the price comes in x pips distance or less to the level, possibly temporarily crosses it by not more than y pips, and then bounces back by at least z pips, then the levels was "touched".
    I wouldn't change the color or shape of the level, though, instead I would simply put there a counter (a number).
     
    Similarly if the level is violated, it must be specified: if the price crosses given level by at least x pips, where "x" here must be more than "y" in the "touch" specification. For that I would simply put there a counter too and after specified number of crosses the level would be deleted.
     
    It could look like this (the counters would be on the very right):

    --200-------------(1)-(2)-- x --400-------------(1)-(2)-- x --300-------------(1)-(2)--
  6. Like
    C0UNDE reacted to udc in Power levels trading   
    OBEL v1.06
     
    If you are in a lower timeframe you may find it a bit difficult to distinguish those darker protracted lines from the regular q-month lines (if you kept the default colors) so I added an option to add a greyness to them. So now you can make the protracted lines not only darker but also faded.
     
    This is ProtractedLinesIntensityRatio=0.7 and ProtractedLinesAddGreyness=0:
    http://img23.imageshack.us/img23/8606/obelnogreyness.png
     
    This is ProtractedLinesIntensityRatio=0.2 and ProtractedLinesAddGreyness=50:
    http://img641.imageshack.us/img641/4831/obelgreyness.png
     
     
     
    Download link: (contains both OBEL and OBEL-engine)
    http://www.directmirror.com/files/0ETSE0KB
    http://mir.cr/0BNDVJVB
  7. Like
    C0UNDE reacted to udc in Power levels trading   
    OBEL engine v1.05 & OBEL v1.05
     
    Changes:
     
    OBEL-engine
     
    The engine now properly gets the data for all 5 available trading days, for both expiry months, for all 6 trading instruments. In the CSV files, the data is stored in reversed chronological order (the most recent trading day first) so the format of CSV files is compatible with previous versions.
     
    The engine can now detect what timezone your computer is in and from there it calculates the offset from your local time to UTC time (a.k.a. GMT time). If the autodetection doesn't work properly you can turn it off (parameter AutodetectLocaltimeToUTCoffset) and set the offset manually (parameter LocaltimeToUTCoffsetInMinutes). For example, if you are in GMT+1 timezone then your offset to UTC is "-60", if you are in New York then your offset is "300". But the autodetection should work so you don't need to set anything.
    The current value (either manually set, or autodetected) of LocaltimeToUTCoffsetInMinutes is printed out to the experts log when the engine is attached to a chart so you can check it.
     
    Since the engine now knows what time it is, it will dig into CME website only during the settlement publishing times. The mechanism is like this: when the engine is attached to the chart it gets the data from CME website immediately, no matter what time it is. If no error happens during the process (if it does happen the process is repeated in 2 minutes) the engine checks whether we are in the settlement time range (14:00 - 18:00 CT, that is 20:00 - 24:00 UTC). If so, the next run will be in 5 minutes (parameter RefreshEveryXminutes). If we are not in the settlement time range it then check whether all the data we have is "final", that is "last updated 6:00 PM". If not, the next run will be in 5 minutes. If we do have the final data the next run will be scheduled at the nearest 14:18 CT (20:18 UTC) in the future (the data is published at 14:17, 14:30, 15:00, 15:20 and 18:00 CT).
     
    The whole engine now runs in an infinite loop so it doesn't need a new tick to be triggered. That's important if you want it to get the final data on Friday because the data is published when the market is already closed for the weekend and thus the engine wouldn't work had it relied on a tick triggering.
     
    The log messages "Possibly new CME data" are turned off by default and can be turned on by a new parameter Verbose.
     
    OBEL
     
    The indicator now reads and displays the OBELs for all 5 available trading days with distinction between the regular CME market hours (7:20 - 14:00 CT) of which the OBELs are calculated and the rest of the day where the lines are drawn with lowered color intensity controlled by ProtractedLinesIntensityRatio parameter (0.7 by default, that is 70%).
     
    Indicator by default checks for changes in the CSV file every 2 minutes (parameter RefreshEveryXminutes) and repeats the process in 1 minutes if no file is found.
     
    To draw the lines at the correct time the broker charts timezone must be detected. This can be done only when market is open and thus the broker is announcing its time. The detected offset from UTC to broker's time is then stored into a global variable (named "OBEL_UTCtoBroker_12345678" where the last part is the account number) so that the indicator would work also during the weekend. If the indicator is attached to a chart on the weekend and the global variable is not found (and the autodetection is turned on) the alert message is shown.
    If the autodetection doesn't work properly you can turn it off (parameter AutodetectUTCtoBrokerOffset) and set the offset manually (parameter UTCtoBrokerOffsetInMinutes). For example, if your chart is in GMT+1 timezone then the offset from UTC to your chart is "60", if you are in New York then your offset is "-300". But the autodetection should work so you don't need to set anything.
    The current value (either manually set, or autodetected) of UTCtoBrokerOffsetInMinutes is printed out to the experts log when the indicator is attached to a chart so you can check it.
     
     
    Download link:
    http://www.directmirror.com/files/LRXWLFM4
    http://mir.cr/X308JBJM
  8. Like
    C0UNDE reacted to Skygod in Spartan Trader FX   
    Mirrored:
     
    http://mir.cr/0HBCZR8M
  9. Like
    C0UNDE reacted to ForexMike in S.T.A.R (SuperTradeSystem) Trading System   
    I'm going to discuss how I learned the Star System. I don't know of anyone that purchased the system and read through the instructions once and instantly picked up on it. I'm no exception. Although I've been trading the forex for many years, I purchased the STAR System because I didn't see any b.s. in the advertising of the system. After trading for many years, we can pick up on what may or may not be good trading systems by checking out the websites.
     
    I picked up on no b.s. alerts while reading Tom's website. What I read really impressed me and I took the leap. If I see a trading system that I like, I will purchase it. The Nexgen3 System cost me $16,500 not including feed fees etc and I purchased a few more that exceeded a few thousand in price tag. My point is that I bought Tom's System for a merely $100.
     
    The trading system arrived within a few hours of purchase and I was eager to open it up. Something told me that what I had in front of me was going to be a very valuable asset. I then thumbed through the instructions and my head started to spin 360 degrees. The first thing that crossed my mind was that I was in for a challenge. I made sure I had plenty of black and color ink in my printer and I spent the next hour printing everything off and making a neat notebook. There are times when I would like to get away from my computer and lead a normal life.
     
    The Nexgen3 was bringing in nice returns but I still wasn't satisfied. I can't answer why traders always continue their search of the holy grail when their present system works. I would read the system's lengthy instructions for 5-6 hours at a time and really get burnt out. A lot of it was confusing and I couldn't put my finger on why but I knew that this was a system I must learn. I then remembered that one's attention span in school would not last more than 45 minutes at a time. I then made up a schedule where I would not go over 45 minutes in my study schedule. So, while being a full time trader, I would pick up my notebook and read for this amount of time and then put it down for the next 2 hours. I found that this system worked and the instructions were less confusing since I was mentally fresh and eager to continue. I used a fresh mt4 platform to test the theories behind the trades.
     
    After a few weeks, I felt prepared to take the leap and trade demo on the computer. I played with it for a week switching between the many templates given to me. I then found the patterns that Tom discussed which showed the moments of exact entries and exits. Those tested patterns then proved to be many profitable trades and I finally knew that my patients paid off.
     
    I can see how the learning phase of this system isn't for the majority of traders that want to take the plunge. I have received many pm's asking me if one should purchase the system and I found that I can't give them an answer because I have no idea of their forex experience. I do know that if one has the dedication and determination to take on challenges, I highly recommend that they purchase the system.
     
    Since a STAR Forum was started a few years ago, I highly recommend that traders also grab and print off the materials and add them to their instructional folder. The forum also has great traders that will assist traders if they have any questions.
     
    If someone has any questions, feel free to either post them in the STAR Forum, contact Tom Hennessy by email or post your questions here. I don't check my pm's often but ask that you post your questions directly on the forum.
     
    Please, no rantings from those that state that the system doesn't work or post immaturely like the two clowns that attempted to disrupt this thread..this isn't the place and I was assured by a moderator that they will be banned if they post immaturely as they have in the past. Traders want to learn the STAR, not to again be interrupted by their clown antics.
     
    Feel free to look at the STAR website and check it out. Look at the recommendations on forexpeacearmy and look at the postings by the experienced members on the forum. I would gladly pay $100,000 for the STAR knowing what I now know, and for some strange reason, the system is still extremely inexpensive to purchase.
     
    Remember, I'm not saying you should buy it unless you think you're up to the challenge. If you succeed in the challenge, you will be very successful trading the forex.
  10. Like
    C0UNDE reacted to hankt80 in S.T.A.R (SuperTradeSystem) Trading System   
    ............
  11. Like
    C0UNDE reacted to retry99 in S.T.A.R (SuperTradeSystem) Trading System   
    I am also glad to see this thread come back to life.
     
    Why? Because we are colleagues, aren't we. Friends as ForexMike likes to say? Well maybe not close friends which is difficult in this virtual environment but hell we sure understand the frustrations and challenges we each one of us faces all right. Just like with friends we don't always agree with everything evryone else says. You don't have to agree with me either, just tell me to stf up if you want. I won't but that's ok. ;)
     
    My reason for posting rather than lurking today is that I have a gripe. Really? 3 Years to learn this? Really? You've got to be kidding. One person says they tried this many many times, kept coming back to it over and over. Really? Come the F on! Then some of you others that truly and obviously give heartfelt recco for potential buyers to be encouraged because it definitely works, but then tell them how you took years to learn it. I am talking specifically to freakgib (Gert) here about the 'years' comment a few posts back. The STAR forum was opened in January 2009 and I looked up freakgib his member name there and in January 2009 he was giving advice with specifics on the system to help another member with strategy questions. The system itself began being published in mid 2008 right? How is this years and how are you supposed to be helping others to be encouraged to get STAR by making that statement? Are you confusing the growth of your knowledge or something, Gert?
     
    We do not need to pander to people who did not get their book and study. This is the real world. If you took a degree program in school and thought you would not have to take the concepts presented by teacher and book and do some head scratching, just be GRANTED the diploma and the cushy job at the end after a few hours of 'study', no doubt you would be in for a waking up. This has got to be just like what you see everywhere else in the world. People thinking somebody owes them something and if they kick enough rocks there will be ez livin under one of em.
     
    I like to encourage but I am not about to coddle. A comment like only 3% of the people who buy this understanding it is so crazy I hope all of you did not absorb that nonsense without checking the logic at the front gate. Think about the developer and tell me does it make sense that he would continue with the Supertradersclub site? But then again I saw another comment that someone posted that said the developer doesn't even understand his own system so I may be giving some of the members here too much credit. Is it maybe more like it that he is instead quietly revolutionizing our industry? There is no other system OR developer like this, imo.
     
    But I do respect you members and you are my colleagues. If you have not given STAR the correct chance you still may but I think most read these half-baked ideas and see the real picture and are balanced enough to know better. And if not then with enough attempts at easy street you will become more balanced, no choice in the matter, it will happen.
     
    Please allow me to say something about where I am coming from with my little rant. STAR flat out works and it works all the time. This does not mean every single movement of the market gets signaled perfectly. What I see is that every time you get a trigger on a signal it will be early in the reversal move and if there was no pips to be had in a reversal you are in so tight to the stop you have a very small loss. You also KNOW exactly where and if the entry should be made and where that stop is and more often than not if there was not going to be any pips in the other direction the system would indicate to stay with the trend direction or wait for the next corner which is going to be nearby. There is no subjectivity because the criteria is completely mechanical.
     
    Does anybody have anything else they would like out of a trading system?
     
    I want to address the idea that someone does not know where the starting point is to pick up a trend and the ebook instructions are confusing about this. I don't think they are and that instead traders are confusing the challenge of applying the simple facts they learned with the simple facts themselves. The challenge of doing it is not the same as the facts on how to do it.
     
    Let me prove this out. The ebook starts out in the main instruction area by saying you need to look at a chart in a larger timeframe than you want to trade to get your bearings. Ok so I call up a chart on let's say an H4 and the book says to locate a big move. Any move in a market must have a starting point so you pick some big move and you note the start and the book calls this the Main Pivot.
     
    That is the simplest thing in the world. How can you not know from that where to begin? If you are looking in the middle of a move that has no clear starting point that stands out to you then I guess you may have trouble knowing where to start. That's not the fault of the instructions friends. That is you not following the instructions. No matter if you are giving somebody directions to the front mailbox you gotta expect that they have the sense to interpret which is the starting point all on their own. You aren't gonna hold both their hands above their head and walk behind them like a pre-toddler. If you cannot determine what a big move is on a chart including where it starts then get out of trading. If simple English cannot be used with you, how in the world can the developer get any point across to you?
     
    Heh You out there, trying to make some money in trading and it isn't working... You've tried system after system just like all of us have. I am going to direct my talk right to you and over all the people who can't look at a chart and see a MAIN pivot. This is what I have to say to you. STAR flat out works and it works all the time. More importantly the other traders who say the same thing will agree with me that it is never going to stop working and because of it being the completely different kind of system that it is, there isn't going to be any other system you will be able to find that will work all the time. Every other system or EA is built on timeframe and indicator. STAR is not. STAR uses charts and indicators but the approach is completely different. I mean completely.
     
    No other system uses the chart to find the spot for the signal, they only read the signals they generate. When you look at a chart you should see that there are spots where it is congested and times it is free moving. Some congestions are small and some prolonged. Some free moving runs are not sustained and others are. There are probably several others but you get my drift. If your system just reads out to you the signals it generates but is not distinguishing between the different type of action then expect the results that has everybody in forums looking for relief.
     
    Now the next big controversy. "I Can't understand the messy indicators." STF up! If you can make all your MONNNAAAYYY with naked price action fine but as Hankt80 points out that's a useless post. OK back on track. The book gives the instruction that you can only have 1 flip and it says you use the band of indicators to see where that is in the price action. It is the dynamics and the construction of these MAs that make the function of locating the spot for the signalreading to work. If the developer could have made it with fewer indicators he would have. It is explained that they are a special set, a fibbo family and I agree they ARE special because how they do their work IS amazing.
     
    So the instructions show you a picture and it is pretty basic. It is so zoomed out that you can't even really discuss or wonder how all the indis work. It just shows a main pivot and a flip. I hear a few people wondering about a flip though. Again how is this not clear?
     
    http://i1106.photobucket.com/albums/h372/infomanager/ribbonflipexample.gif
     
    This is basic kindergarten folks. Price starts at the main pivot in this picture lower left and goes up. The MAs go up too. Trend takes a break and the MAs turn down too. That caused a complete flipping over of the MAs. Yellow on bottom, yellow now on top. Wow complicated stuff.
     
    Yes I learn afterwards that each section has criteria like the MAs must be following the trend enough before the fliping over that they are on top of one another at least on one candle in that section. I want that. If I don't have criteria I won't be able to tell when my trade setup is a good one or not. With the criteria I CAN know to reject a setup if there is not a meeting of that criteria. There are not that many sections. I can memorize a small list with a little practice. THAT is the LEAST of the challenges I will face in trading. THAT is the LEAST of the EFFORT I will expend on behalf of the goal I set for myself.
     
    Maybe it's just me. Maybe I am some real brainiac and this kind of stuff is flying way over your head. (I don't believe that!)
     
    All I can say at this point is the way you approach trading is you find the system that works. You learn it you apply it. If it takes some time so what! If you didn't think it would you are the problem not the system. If you want new results you have to do something new. But I am here to tell you that none of the other systems that are new to you are going to work all the time because of how they are built so get STAR and you will want the premium. The chat just might be worth the couple hundred bucks a year ($25/month) if you get this posted to you or see it in the watchlist:
    --PAIR--T/F&Speed--Main Pivot--Results, Short right spot 1.3032 Aug 10th +500pips:
    AUD/NZD M15 0.820 7-Aug-2012 e/v at M15 0.820 0.618 CSA SHORT Gert 1.30321 8/10 1:45 540 pips max so far
     
    How much more can I tell you about STAR? Can I learn it for you? NO. Can you learn it? Of course you can, you don't need to be experienced in forex other than knowing how to place trades so I disagree with ForexMike because I think he is just being kind enough to give some the credit that they are not in a freebie seeking rut. And you don't need to PM anybody to ask if they think you can learn it. Of course you can. If you can get the basics I have laid out here then there is nothing more complicated in the system than this. You will need to put the steps in order and at the very least use the checklist for the criteria against a setup. Hell you can even earn money on trades like that one while you learn and ask questions live 24/5.
     
    Yes you may need to even learn the meaning and abbreviations of that setup callout. The first thing I'll tell you about the callout's meaning, it means you are on your way and the search is over. How can we complain about learning this process once and for all compared to endless trial and learning endless systems which don't work consistently or at all?
     
    So tell me all of you, IS it me? I stick to my guns and say there are plenty out there that think there is a free lunch. I'll certainly concede that there are probably a small group who have stumbled but that need nothing more than to get serious enough to find the obstacle and bust it. I want to warn you that you will not be able to just use the pirated ebook. The forum has the goodies and the ebook just gets your basic training started. If that accounts for anyone's trouble that is not the developer's fault. When I got the system it was explained right on the download page that I needed both and to just give a light read of the ebook and then get on the getting started post of the forum and from there the links fanned out to cover the layout.
     
    Peace my friends ;)
     
     
    PS - I am editing to add that ForexMike will probably thank me for this post. No, THANK YOU friend!
  12. Like
    C0UNDE reacted to udc in Ocean Theory indis from TSD elite   
    New mirrors
     
    More of those mirrors still work, not only one. But the truth is some are really dead, unfortunately the multi-uploaders I am using don't check the hosters for subsequently broken links. I wonder who is behind those deletions.
    Here is a new bunch of mirrors then, it should last for a little while.
     
    ocean_theory.rar (ocean indis by mladen from TSD elite)
     
    http://www.directmirror.com/files/ROH0Q0HT
    http://mir.cr/0PMDJDCO
    http://www.multiupload.nl/SDH97068W1
     
     
    ocn_mt4_9-28-2012.7z (ocean indis by me)
     
    http://www.directmirror.com/files/RAQPU9UU
    http://mir.cr/1OZX59WL
    http://www.multiupload.nl/0VD8XD7PWI
  13. Like
    C0UNDE reacted to Danny in Strong System   
    Strong System Easy
     
    TF - 1H
     
    Trad Pair - EURUSD USDCHF (as per manual but you may try this on any instruments :D)
     
    http://i.imgur.com/Dr9qA.gif
     
    Download : http://minus.com/lHjFOnMVZzW8O
     
     
     
    :)
    Good Luck
    Danny
  14. Like
    C0UNDE reacted to udc in Ocean Theory indis from TSD elite   
    Well, here are the files uploaded to some 20 mirrors, hope you will find your favorite filehost there and the links will last for some time.
     
    Introduction ebook:
    http://directmirror.com/files/1BQBULOZ
    http://mir.cr/1FLIECZS
    http://www.multiupload.nl/42MG3EY4Q4
     
    Whole package except the videos:
    http://directmirror.com/files/04K5S9GP
    http://mir.cr/YOI1I1N8
    http://www.multiupload.nl/064AF3KISR
     
    Ocean Theory DVD1:
    http://directmirror.com/files/0DQQPJOP
    http://mir.cr/EOLXJHI3
    http://www.multiupload.nl/321UZNXR1V
     
    Ocean Theory DVD2:
    http://directmirror.com/files/01XVRFMD
    http://mir.cr/0MHQU4RV
    http://www.multiupload.nl/F5OXIVZ3YL
     
    Ocean Theory DVD3:
    http://directmirror.com/files/8IRKEBFV
    http://mir.cr/05QOP0ND
    http://www.multiupload.nl/A9LYPTLJT0
     
    Ocean Theory DVD4:
    http://directmirror.com/files/04ALHVZY
    http://mir.cr/N9IXGHLG
    http://www.multiupload.nl/4JHJB1O2A0
     
    Ocean Theory DVD5:
    http://directmirror.com/files/JYGPSAZB
    http://mir.cr/SVEJEZGF
    http://www.multiupload.nl/IA5XT6BDVG
     
    Ocean Theory DVD6:
    http://directmirror.com/files/AKLWMKIN
    http://mir.cr/1DVKJ2RB
    http://www.multiupload.nl/9MEU0YL4P7
     
    Ocean Theory DVD7:
    http://directmirror.com/files/FXSO6LQA
    http://mir.cr/0VG1G1JA
    http://www.multiupload.nl/NPO0QBGLGC
     
    Ocean Theory DVD8:
    http://directmirror.com/files/ISBDNGPK
    http://mir.cr/2BMWLOKC
    http://www.multiupload.nl/OI4WCTIZJX
     
    Ocean Theory DVD9:
    http://directmirror.com/files/0F9FXBFY
    http://mir.cr/OX5YBNLX
    http://www.multiupload.nl/LQE2PYO90F
     
    Ocean Theory Bonus DVD:
    http://directmirror.com/files/KJCZQMNG
    http://mir.cr/1FVNAMVE
    http://www.multiupload.nl/3D53IVSBE1
  15. Like
    C0UNDE reacted to axl in Pip Accumulator   
    http://xxx.mediafire.c0m/?54gwir59ucip9b5
     
    my version...give thanks
  16. Like
    C0UNDE reacted to udc in Ocean Theory indis from TSD elite   
    Yeah, unfortunately I haven't got much time for this lately, to be more precise no time at all. I still owe myself to make STX and some other stuff. Anyway, here is the latest version of the tools so far with some bugfixes and little improvements:
    http://www.uloz.to/x9eoNms/ocn-mt4-7-24-2012-7z
     
    You can find lot of informations and links to the videos and manuals here in this thread, just browse through the previous pages. A warning though: this whole thing is a kind of different than most of other technical analysis tools and it takes months to absorb all the necessary informations. Without going through this process I wouldn't recommend using it with real money.
  17. Like
    C0UNDE reacted to Hakim314 in Currency Strenght Meter - free tool and profitable   
    I want to share something useful for this great community :)
    It's Strenght Meter of Currencies.
    8 symbols, You check the pair and compare with You strategy.
     
    It's a free tool:
    [url:]http://www.currencystrengthmeter.com/[/url]
     
    There is video explaining a methodology.
     
    It cooperates well with CPU so it will not crash the mt4 as my last experiments :) with currency strenght.
    It's based on statements from Int'l Bank of Settlements.
    IT HAS alarm for economic newses when You roll-on right edge and You can even setup sound alarm for newses 5 min before AND even for values of curr.
     
    Simple examples:
    1- You check sentiment of Your favourite pair, compare trend with PA, trade
    2- You look for BEST ooportunity: choose a pair when there is Strongest and Weakest Symbol. Strong means above 6,0 (orange), weak means <2,0 (blue).
    Sometimes extremes (8,0) are not best choice, but try it.
    I have cool pips on exotic pairs (for me) like AUDCAD and NzdUsd.
    IF the first symbol in pair is stronger = trend up = long
    IF the second symbol in pair is weaker = trend down = short.
     
    FIRST OF ALL: observe, then compare, then trade. Greediness will kill Your acc and then You :/
     
    Kudos appreciated.
  18. Like
    C0UNDE reacted to Hagar1713006266 in (Req) Average Daily Range Pro Calculator   
    here you go :)
     
    [email protected]/zip/ar8JgpeB/average-daily-range-pro.html
  19. Like
    C0UNDE reacted to Captain in [Req] Vl@dimir Rib@kov's Forex**LST**System   
    Since last week I have been visualizing the future price move to be intra-week bullish (YTC PAT teach how to visualize the future price move)
     
    On the last paragraph of the post:
     
    trading-price-action.blogspot.c*m/2012/06/1671-pips-on-june-1st-creative.html
     
    I've been expecting both GBPUSD and EURUSD to have an intra-week bullish move.
     
    "But seeing the M15 chart I was thinking of a short term future price visualization for the next week. Base on the large pile of Buy at this demand area, next Monday i would expect an intra-week bullish move that preceded by a stop hunt low to test the low, straight long trade, or a gap-up price then fill the gap to test the low. Here is where LST and FMM play their part but we already know what to expect. Lets see them prove themselves."
     
    They were indeed bullish:
     
    EURUSD H1 this week (about 240 Pips weekly range):
    http://2.bp.blogspot.com/-V0Uei-8-l04/T9TIxOLgKII/AAAAAAAAAOU/tP6NSSFQH7c/s640/eu-w.gif
     
    and GBPUSD H1 (about 270 Pips weekly range):
    http://1.bp.blogspot.com/-r-vKhcfcuwo/T9TJA211bKI/AAAAAAAAAOc/v8b8Lrutv1U/s640/gu-w.gif
     
    And the bearish move on Thursday - Friday has also been pre-analyze. Look at the comment on the above mentioned post.
     
    "Since the early week Both EURUSD and GBPUSD indeed move bullish as have been visualized (Monday up, Tuesday correction, Wednesday Up)
     
    As of June 6th, end of US session EURUSD halted by Supply Area while GBPUSD has been halted before US session and made choppy topping formation.
     
    On D1 EueUsd has seen a potential Bearish hidden divergence, means if tomorrow the price reverse down then it would be a bearish resume of a D1 bear.
     
    Align with D1, both H4 and H1 has also showing a potential Bearish Regular divergence, means if the price reverse down then it would be a reversal for H4 and H1
     
    While on M15, EurUsd made a last thrust and halted by a Supply area. If tomorrow M15 reverse down then it would validate the premises for H1, H4 and D1.
     
    Price must turn Bearish around this point to validate the divergence state. Otherwise, if a sentiment occurred and pulled price up that also pulled the divergence away then the divergence setup would be invalidated since H1 H4 and D1 is just a potential divergence, not valid yet.
     
    But seeing all aspect aligned I am strongly believe that my premises would be true.
     
    Remember though, anything could happen. Lets see the market reveal it self."
     
    And:
     
    "GbpUsd has also showing the same state but the sign on EurUsd were clearer. Tomorrow might be what Steve Mauro called a Mid - Week reversal"
     
    As predicted, EURUSD made 180 Pips bearish range while GBPUSD made 200 Pips bearish range.
     
    See that,,, If you know what to expect you would anticipate the move for the maximum profit. You would also be alert at what area/point should a critical decision to be taken to validate the premises.
     
    But even both pairs bullish it doesn't mean there would be no short opportunity. At least there were 2 short opportunity along the way when the price made corrective on both EURUSD and GBPUSD.
     
    On June 5th EURUSD made sharp corrective:
    http://1.bp.blogspot.com/-9VpZ1t3fJq8/T9TMqiisK-I/AAAAAAAAAOo/LQrybVUu7ns/s640/eu13.jpg
     
    Well, do not mind about the pips gain (but if you curious zoom the top right hand side to the real time pips gain indicator and count your self). I don't want anyone called me boasting my Pips gain anymore. I was thinking that the Pips gain shown by the indicator on the top right chart was enough.
     
    The point here is, during a bullish move there would be a corrective and the corrective move will always steep like a falling rock, but it must be seek carefully.
     
    The rest here:
    http://trading-price-action.blogspot.com/2012/06/trading-corrective-move-cristal-clear.html
     
    I posted two of loosing trade on June 5th because I don't want to be accused of hiding my loosing trade. And I didn't count the pips as I don't want to be called boasting.
     
    I am still wonder why some reader less attracted on How the trade took and manage. When I was seek for Omotade system (FXCM Micro Winner - 11,000% gain, doubling his initial account by 110 times in one month) I didn't even thinking about searching for his Trade Statement. I was dying hard to find his trading strategy and being told about his trading statement and lot size in the Nigerian's Forex Forum.
  20. Like
    C0UNDE reacted to alright in Sam S3iden   
    The enhancers were shared already before, but thanks very much for pointing us to that forum. There are some gems in there like this one that I just uploaded to mediafire.

    http://www.mediafire.com/file/l1m2h8qhcarjs9v/OTA%20ARTICLES.xls
    It's an Excel file with links to 188 articles written by Sam Seiden! And also many others from people at the OTA. A lifetime won't be enough to digest all this stuff...:D
  21. Like
    C0UNDE reacted to eatsheetandmultiply in [Req] Vl@dimir Rib@kov's Forex**LST**System   
    http://forex-lst-system.com/LST_Video_Tutorials.zip
     
    some video tutorials
  22. Like
    C0UNDE reacted to dhnonline in [SHARE] Forex Master Methods (by Russ Horn)   
    Includes manual, indicators and Template
     
    Info: http://www.forexmastermethods.com/
    Enjoy!!!
     
    download:
     
    hxxp://[email protected]/file/aIot3bYr/FM_Method_System.html
     
    password: indo2
     
    (sorry if I made any mistakes... this is my first post.)
     
    ----------------------------------------------
    UPDATE!!! Here is the rest of the package. Took awhile to upload the whole thing.
     
    Bonus: (contains Currency Power Meter and Trade Locator and various pdf and video)
    hxxp://[email protected]/file/-pBTVB3V/FM_Method_Bonus.html
    password: indo2
     
    Webnairs:
    hxxp://[email protected]/file/DplXrhyO/Russ_Horn_Intro_webinar.html
    hxxp://[email protected]/file/1sN8qnki/2011-06-09-Live-Webinar-001.html
    hxxp://[email protected]/file/crvE_-YJ/2011-06-15-Live-Webinar-002__T.html
    hxxp://[email protected]/file/WiMwvnrj/2011-06-15-Live-Webinar-002.html
    hxxp://[email protected]/file/nEDu7XWs/2011-06-21-Live-Webinar-004.html
    hxxp://[email protected]/file/h4_Tvrxj/2011-06-30-Live-Webinar-005.html
  23. Like
    C0UNDE reacted to udc in Ocean Theory indis from TSD elite   
    Ocn_BTXx version 1.21
     
    Some bugfixes and some new features, find out yourself :)
     
    Source code:
    http://pastebin.com/J616psHn
  24. Like
    C0UNDE reacted to udc in Ocean Theory indis from TSD elite   
    Ocn_BTXx version 1.2
     
    New version:

    switch "Colors_use_threshold" and variable "Threshold" to apply BTX_2line's colors only from a specified level of BTX
    switch "Show_Histogram" to show BTX in the form of a histogram

    On the picture the first indi is BTX_2line, second is BTX with the threshold set to 35, third is the same in histogram and only upper SD band enabled. All 3 indis have MaxBars set to 300.
     
    http://img444.imageshack.us/img444/9742/btx12.png
     
    Original size screenshot:
    http://img59.imageshack.us/img59/9742/btx12.png
     
    Source code:
    http://pastebin.com/8sUn0FhQ
     
     
    Anyway, what I was trying with these little improvements was to find out whether it would be sufficient to use only one of BTX indis, i.e. to use BTX with builtin functions from BTX_2line, but it seems to me it wouldn't be enough because they have apparently different speed. On the picture the most recent trend is up, BTX_2line's positive part is above and rising but BTX is still declining. So both indis have their value and both should be used. Since they are bounded they could be even dragged to the same chart window (although 12 lines altogether look a bit messy).
  25. Like
    C0UNDE reacted to udc in Ocean Theory indis from TSD elite   
    BTX_2line for MT4
     
    Here goes Ocn_BTX_2linex, as usual with optional JMA.
     
    Also a new version of Ocn_BTXx with optional "BTX_2line_based_colors" switch which makes BTX to be drawn in green/red color based on relative positions of BTX_2line's BTXp and BTXn.
     
    Original BTX_2line on TradeStation:
    http://img821.imageshack.us/img821/7572/btx2linetradestation.png
     
    Ocn_BTX_2linex (and Ocn_BTXx in colors) on Metatrader:
    http://img13.imageshack.us/img13/5236/btx2linemetatrader.png
     
    Original size screenshots:
    http://img806.imageshack.us/img806/7572/btx2linetradestation.png
    http://img210.imageshack.us/img210/5236/btx2linemetatrader.png
     
     
    Ocn_BTX_2linex:
    http://pastebin.com/eF1Ek6Ld
     
     
    Ocn_BTXx:
    http://pastebin.com/mhVwMsNM
     
     
    These DLL calculations are rather CPU consuming so if the initial calculation (when attaching the indi to a chart) takes too long do use the MaxBars variable to limit how many bars should be initially calculated.
×
×
  • Create New...