Jump to content

smurf43

Members
  • Posts

    105
  • Joined

  • Last visited

Reputation Activity

  1. Like
    smurf43 reacted to steadywinner in Steady Winner EA   
    I have put a trail version on Plimus and on our website http://steadywinner.com
    They are the same. Everybody is welcome to download and use them as long as they want.
    We do not only rely on backtests. I have been trading V5.0 for months myself.
    Just because I am not an organized person that I do not have a separate account for a particualr EA. I am mixing V5.0 with higher versions and my manual trading.
    I hope you can test the EA yourself. Demo first, live until you have some confidence.
    Ming
  2. Like
    smurf43 got a reaction from Stonecold69 in 21 Tr@ding Systems   
    hxxp://www.meg@[email protected]/?d=A0VE1O4H
  3. Like
    smurf43 got a reaction from FXBear in 21 Tr@ding Systems   
    hxxp://www.meg@[email protected]/?d=A0VE1O4H
  4. Like
    smurf43 reacted to bgrtz in (REQ) Adding Max Spread to Trade Script   
    MarketInfo(iSymbol,MODE_SPREAD);
     
    Regards
  5. Like
    smurf43 got a reaction from darter in 21 Tr@ding Systems   
    hxxp://www.meg@[email protected]/?d=A0VE1O4H
  6. Like
    smurf43 got a reaction from hermes in 21 Tr@ding Systems   
    hxxp://www.meg@[email protected]/?d=A0VE1O4H
  7. Like
    smurf43 reacted to soundfx in REQ: F0rex T!me Tr@ding M@chine   
    Ok guys,
     
    I managed to work out how to calculate the lines within an EA and have created it. I'm away for the weekend so need some help with testing and optimising this.
     
    Here's the code:
     

    http://www.multiupload.com/X6YWANZGUN
     
    I've run some sample tests, though I noticed after running them that my Alpari demo data had a gap from 15th Oct 2010 to 1st Nov 2010 for some reason and this would have affected my earlier trades in 2011. EURUSD with 100 pip trailing stop and 0 pip filter doubled the account in 6 months with my (slightly incorrect) data. USDCAD doesn't move as much so 100 pips for a trail is too big. Some adjustments will be needed for GBPJPY and GBPUSD too.
     
    The system relies on picking up decent trends and I tried using SMA 60 or SMA 200 and only buying above or selling below, though this didn't improve performance. I also tested straight breaks of daily candles with filters and the gains were nothing like those with trades entered on the fibo lines.
     
    I'm not 100% sure that the entry triggers are correct, though I believe that the calculated Fibo line dates should be ok. Based on my understanding from the videos, the entry rules are:
     
    GBPJPY: If we have a Fibo line on today's candle then we set buy/sell orders on yesterday's candle.
     
    The rest: If we have a Fibo line on yesterday's candle then we set buy/sell orders on yesterday's candle.
     
    The rules should cater for cases where we have two lines in a row and normal entries too. Calculated Fibo lines should always relate to Mon-Fri dates, so there's no ambiguity about not lining up.
     
    See if you can run this through on some decent data. Try different parameters for filters and trailing stops - or use the MT4 optimisation function to check loads of parameters. If you're really ambitious try different pairs - I recommend EURJPY and AUDUSD for starters. Don't forget to post your results here!
     
    I hope you guys will get involved in testing this, as it took a long time to put together and I was in two minds whether to post it here or not.
  8. Like
    smurf43 reacted to bacplayer in Steady Winner EA   
    Hi, this is Ming from SteadyWinner. I send the manual to affiliates only.
    Probably they need a week or so to upgrade their websites.
    The official upgrade will be on 26 June.
    All users will be upgraded free.
     
    We have finished the EA and the manual,
    but still a lot of small things we need to do.
    Thank you for your patience.
  9. Like
    smurf43 reacted to soundfx in REQ: F0rex T!me Tr@ding M@chine   
    Hi Guys,
     
    This seems to be an interesting system. However the thing that bugged me about those videos was the "fuzziness" of the exit criteria. The guy mentioned a 30 pip trail being used in all trades which were shown in the performance stats., though I can't see how some of the really big moves were caught with a relatively tight trail for trading off the daily charts.
     
    I wanted to check this out with an EA, though I don't think my coding skills are at that level yet lol.
     
    I've created an indicator here:
     

    http://www.multiupload.com/YZYRZ9G4T6
     
    This will plot all fibo time lines we need for live trading automatically. However, I have a problem in reading back the times from the fibo lines - I don't think there's a way to do that. Do any expert coders out there know how to do this?
     
    The other option is to calculate the time lines myself, which I managed to do in terms of days. I count the daily bars between each month start date and then use the following calculations:
     
    Line1 = Days+Days*.38
    Line2 = Days+Days*0.618
    Line3 = Days+Days
    etc.
     
    This would work great, however I then have the problem of working out the actual date (or appropriate daily bar) where the line would be plotted.
     
    This isn't a simple matter of calculating Start Date + Line3*86400 (86400 because dates are calculated in seconds) for example because the chart only shows trading days Mon-Fri and adding dates in this way will need to cater for weekends which gets very messy.
     
    I think that this system has great potential, though we really need an EA to blast through some tests, particularly using those trailing stops as this would take a very long time to manually check as we'd need to go down to lower level charts to see how price moves throughout the day to see if it would hit the stop.
  10. Like
    smurf43 reacted to soundfx in MTF price trajectory indicator   
    No probs juicyt,
     
    MAMethod has these possible settings:
     
    0 = SMA
    1 = EMA
    2 = Smoothed MA
    3 = Linear Weighted MA
     
    MAPrice has these settings:
     
    0 = Close Price
    1 = Open Price
    2 = High Price
    3 = Low Price
    4 = Median Price (H+L)/2
    5 = Typical Price (H+L+C)/3
    6 = Weighted Close (H+L+C+C)/4
  11. Like
    smurf43 reacted to soundfx in MTF price trajectory indicator   
    Hi juicyt,
     
    This seemed like an interesting indicator so as I had some spare time I've had a go at coding it.
     
    Here it is with template:
     

    http://www.multiupload.com/MCC4C4B5E3
     
    Here's a screenshot:
     
    http://img541.imageshack.us/img541/1149/mtfpricetraj.jpg
     
    Distance from each MA can be set in the parameters. All are currently defaulted to 5 pips.
  12. Like
    smurf43 reacted to redneedle in Who Can make colour in Block..   
    Hi All!
    certainly here all of them in one pack: http://zalil.ru/31247956
     
    inside
    - my template, (BBand Stop Alert.mq4, FXForecaster.mq4, DSS Bressert + ahtf.mq4)
    - pics with some tips to get more about template trading on strong trend, flat & counter trend.
     
    More pips & wins :-)!
  13. Like
    smurf43 reacted to xard777 in Xard777 Setups   
    Updated suggestion for Trading Systems...
     
    Basically, take a buy above the white line and a sell below the white line.
     
    Watch the setup for a couple of hours first to get the hang of it.
     
    Designed for 1Hr Chart
     
    Screenshot.... http://i.imgur.com/aL0L3.png
     
    Download... http://www.sendspace.com/file/jd13vb
     
    All the best
     
    Xard777
     
    NB ORIGINAL DOWNLOAD HAD AN ALERT ERROR - NOW FIXED - PLEASE RE-DOWNLOAD AND ENJOY
  14. Like
    smurf43 reacted to biker32 in 5 years of work - no repaint, high quality signals easy   
    Thank you to waterskiguy and everyone else who has contributed to this method.
     
    I'm not sure if I have all of the settings correct in the indicators. There have been quite a few modifications and changes since the beginning. I have downloaded V3 from the first page and used the templates from there.
     
    I would appreciate it if one of the experienced members of this thread would take a look at my template and confirm that all is correct.
     
    I'm visually challenged so I have personalised a template to suit my needs. I thought that some others might like to use it as well so here is a link to the complete setup. I take no credit at all for the codeing of the indicators, I have just modified them for my own needs.
     
    http://www.multiupload.com/BN1MR34HIS
     
    Here is an image of the template.
    http://www.multiupload.com/06ZMKO0C75
  15. Like
    smurf43 got a reaction from ⭐ fxknight in [req} Metatrader 4 API   
    I searched and found this. I Hope this is what you looking for
     

    hxxp://[email protected]/attachments/forum4/145302d1217083916-tzmt4api.zip
  16. Like
    smurf43 reacted to soundfx in I'm so despaired!   
    Hi Lenox,
     
    If you really want to learn trading then I recommend that you follow the lessons which fxfxfx has just started on the thread:
     

    http://indo-investasi.com/showthread.php/6052-How-are-you-making-money
     
    The reason I recommend this thread is because fxfxfx wants to teach struggling traders the basics of trading without relying on indicators or the new fad systems etc. These are tried and tested methods (Support and Resistance and breaks of swing highs/swing lows) used by all pro traders and will enable you to anticipate where price is most likely to go next without relying on some indicator turning green (which then turns red again as soon as you enter the trade lol).
     
    Forex is very frustrating and credit goes to you for your continued desire to trade and persistence. Even the best traders have been through this seemingly never ending "learning curve". The vast majority of aspiring traders give in too early when they find that trading is much harder than it looks. Training yourself to trade is like training yourself to be good at any performance based skill (such playing musical instruments, sports etc.).
     
    Firstly - don't believe that working harder (8-10 hours a day) will get you there quicker. Trading isn't like normal work where the more effort you put in the more you get out. You need to work smarter and not harder.
     
    I was given a formula for success a while ago which applies to successful trading too:
     
    Positive Mental Attitude + Plan + Preparation + Action = Success
     
    The first thing to do is regain your confidence. The first thing to do is not to trade big money whilst you're leaning to trade - ideally practice on demo (remember you're practicing to trade like a concert pianist has to practice tunes). Don't spend 8-10 hours a day looking for new systems or THE "holy grail" system, instead put that time to good use by selecting a currency pair (EURUSD is ideal) and studying how it moves by putting in the screen time. You'll start to see that price regularly "bounces" at certain levels (i.e. support and resistance) which leads to some great trades with low risk/reward. Placing demo trades in this market will enable you to learn from your losing trades rather than crying over the lost money.
     
    It's a good idea to keep a trade diary and log your trades with the reasons for entering and the result in pips winners and losers. Many traders never bother to do this, so they end up making the same mistakes over and over again. Go back to your log of trades after each day of trading and see why trades failed when they did - did you enter without a proper signal, did you forget to check the news calendar and enter a trade when price was highly volatile because of news etc? Your trade log gives you a way to measure improvement and when you can see improvement in your trading, your confidence will increase.
     
    Trading without a plan means that you have no goal, which can lead to careless trading and an unclear focus. The plan can be in your head, though it needs to be solid and you're probably better off writing it down. Lots has been written by others about trading plans - though the very least you need is some sort of target in pips preferably on weekly basis. For example, as a start you could look to gain at least 50 pips a week consistently - this would be 10 pips a day. With experience you can build on this.
     
    Preparation comes mainly in form of screen time. Bring up the 5m EURUSD chart and the 15m EURUSD chart. Look for signals which repeat again and again on the 15m chart and use the 5m to refine your entries (so that you can keep your stops very small). Watch how price typically moves in a day. Watch how it moves at the start of the UK session, the start of the US session, after news etc. Look for classic patterns such as 1-2-3 patterns, W and M formations, double/triple tops and bottoms. When these patterns coincide with S/R levels you end up with very high probability trades.
     
    Take action by actively getting involved in the market regularly - place trades in demo (or in live for very small stakes). Continue to do this until you feel comfortable with your trading and confident to increase your stakes.
     
    Finally, treat trading as you would a business. Because you can lose so easily if you're careless, you need to ensure that you're not gambling on any trades and that you always have good justification for entering any trades. If you're not 100% sure of any trade - then don't trade.
  17. Like
    smurf43 reacted to Capella in Need to decompile LineTrader EA   
    Why upload to 4shared? when we have 2shared? 4shared is time-delayed; you must wait and wait and wait until you can download. With 2shared you can download instantly.
     
    Anyway, here it is...
     
    http://www.2shared.com/file/muaWSU4Q/LineTrader.html
  18. Like
    smurf43 reacted to freddy in My Contribution   
    First, I want to thank the dreamteam!
    Thank you Retireme, SEFC and MickeyMouse, nice contribution.
     
    @Fxeasy
    You can click on each item and drag them like any text on charts.
    But here are the rules:
     
     
    http://img219.imageshack.us/img219/9703/sefc.jpg
  19. Like
    smurf43 reacted to retireme in My Contribution   
    SEFC-MM-RM
     
    Thanks to SEFC & MickeyMouse for the idea.
     
    The Rar file contains 2 templates and uses stock indicators.
     
    First template is the trading version and the second contains the method/rules.
     
    If you don't like it, don't use it... try it on demo and see what you think!
     
    Seems to work best from UK Open to US Close.


    [center]http://www.multiupload.com/BZH5RGGQDS[/center]

    Rgds
    RM :?:
  20. Like
    smurf43 reacted to iqofgenius in [Req] Forex Master Method   
    They just sent out a pile of sample trades videos using the method but did not show indicators. I am VERY used to trading Forex Rebellion and I can tell you that in the example trades shown, the entries matched EXACTLY to the entries called for in Rebellion. I checked each of the examples and everything matched. He might have added some bells and whistles but if you have REbellion you have all you need. The 5 EMAs and the QQE give the same signals to enter.
  21. Like
    smurf43 reacted to MickyMouse in Who Can make colour in Block..   
    http://www.multiupload.com/TF6D4M8PL0
     
     
    1 indy ...That`s all u need to attach to the chart .(still, u need to have you`re original indy in ure indicators folder.) Ok, enough coding for me ... its 1 AM here :D and ticks are coming every once in a while so....... will have a look again tommorow so i include the calculation as well. GN.
     
    Might need to mingle a little with the colors and line thickness, but thats the easy part
  22. Like
    smurf43 reacted to szelee in Who Can make colour in Block..   
    soundfx,
     
    you do not need any buffers to do the coloring if you are running out of buffers to use. This is my version:) :
     
    http://www.multiupload.com/D5N64RS55X
     
    Just add some code in original file, so that we only need one indicator.
  23. Like
    smurf43 reacted to SEFC in Who Can make colour in Block..   
    Great Coder ....
    Name : Mr. MickeyMouse...
    If You Interested make EA maybe you can PM me.. I give you Logic Profitable EA (one day One Open and Win minimal 50 pips)
     
    My Gift Just for you alone..= Please Check In Your InBox,
    - Indicator
    - Template
    - Read me First
    All in File Rar
     
    http://img695.imageshack.us/img695/6213/kurakura3a.png
     
    http://img837.imageshack.us/img837/2558/kurakura3.png
  24. Like
    smurf43 reacted to waterskiguy in 5 years of work - no repaint, high quality signals easy   
    Sure can - there are lots of them but thinkforex.com works for lots of people.
     
    If anyone else has a tried and tested broker that they CURRENTLY USE LIVE feel free to chime in ....
  25. Like
    smurf43 reacted to eggzactly in Building a Trading System - Step By Step Guide -   
    Hi all,
     
    This is a thread where i´m going post the most important steps, at least in my opinion and more then 18 years trading experience, to build a trading system.
     
    Because no building is built by the roof, and the foundations defines the strength of the building.
     
    I will not share any specific trading system, i will not give you the holy grail ( there´s no such thing ) - what i will do is step by step help you build your own trading system.
     
    You are Welcome to post comments, ideas, what you think will contribute for a better thread.
     
    "Some parts of the thread i may copy from books and mine/other traders experience"
     
    Regards,
×
×
  • Create New...