Part Time Wealth Building Trading System
Results 1 to 10 of 310

Thread: Part Time Wealth Building Trading System

  1. #1
    I'm new to this forum but bring a lot of expertise from a comprehensive trading history. Became addicted to the currencies because of the tendencies. Yes, I'm a trend trader. OK. Enough of this.

    This is my own trading egy that's great for those that work full time but wish to build a very rewarding part time trading addiction into full time profession in the comforts of the job:

    1. 30 Min chart

    2. 5 Stage SMA

    3. 45 RSI

    4. 21 Average True Range (This is really a volatility metrics to help determine lot size)

    5. Utilize a 50 PIP stop.

    Really simple. Long when the price exceeds the SMA by 5 PIPS for the very first time along with the RSI is higher than 50. Short once the price fall under the SMA by 5 pips for the very first time along with also the RSI is less than 50. My target for this system would be 200 PIPs (which I am currently enjoying with the GBP/USD).

    I've attached a Power Point to illue my current GBP/USD trade. Went long at 1.8176

    The ATR can be used to determine lot size. A formula is which I will share with you. Lot dimensions or Money Management is by far the main concept to trading.

    I only trade the GBP/UDS pair becuase I really like the tendencies and volatility. This system is 100 and have to be followed blindly.

    I despise fundamentals (that I refer to funny-mentals) because it leaves a lot to the imagination and emotions. I am a pure devotee that is technical and would not understand how to change.

    Enjoy,

    Tkimble
    https://www.forexsoutheast.asia/atta...1387052696.pdf

  2. #2
    Quote Originally Posted by ;
    All,

    I've made some ammendments to Comokes work to now contain the trailing stop, and from what I could see (on Euro Futures for 2005), it appears to be a nice egy since tkimble has been stating. This is tested without money management that can improve it since tkimble has stated.

    My backtest confirmed everything he's been saying, and the drawdown seems to match me anyway.

    Of course, that really is my data that it's been tested on, and want input from anyone out there to see how they get on together with the code. (e-sig of course), and in different markets.

    Tkimble - I hope this helps, I will of course add/change items within this code, and will be happy to. But thanks for your information up to now.

    If anyone can find fault in my logic, please shout, nobody is infallable.

    Its beneath, I've used tkimbles revised rules for keeping out of a number of those whip:


    var nStop=0;


    function preMain()
    setPriceStudy(true);
    setColorPriceBars(true);
    setStudyTitle(forum);
    setShowTitleParameters(false);



    var nStop = 0;
    var nLimit = 0;
    var nStopDiff = 0.005;
    var nLimitDiff = 0.02;
    var tickDiff = 0.0005;


    function main()


    //if in one not , enter a long trade
    if(! Strategy.isLong())
    if(close() gt; (sma(9, high()) tickDiff) rsi(45) gt; 50 )
    Strategy.doLong(Going Long, Strategy.MARKET, Strategy.NEXTBAR, Strategy.DEFAULT);
    nLimit = close() (nLimitDiff);
    nStop = close(-1) - (nStopDiff);



    //if not in one , enter a short trade
    if(! Strategy.isShort())
    if(close() lt; (sma(9, low()) - tickDiff) rsi(45)lt; 50 )
    Strategy.doShort(Going Shortterm, Strategy.MARKET, Strategy.NEXTBAR, Strategy.DEFAULT);
    nLimit = close() - (nLimitDiff);
    nStop = close(-1) (nStopDiff);



    //set the bar colors - green for long, red for short, black for neutral
    if (Strategy.isInTrade())
    if(Strategy.isLong())
    if (close(-2)lt;close(-1))
    nStop = (close(-1)-close(-2));

    setBarBgColor(Color.teal)
    setPriceBarColor(Color.lime);
    if (close()lt; nStop)
    Strategy.doSell(Close Extended Cease, Strategy.STOP, Strategy.THISBAR, Strategy.ALL, nStop);

    if (close() gt; nLimit)
    Strategy.doSell(Close Extended Goal, Strategy.LIMIT, Strategy.THISBAR, Strategy.ALL, nLimit);



    if(Strategy.isShort())
    if (close(-2)gt;close(-1))
    nStop -= (close(-2)-close(-1));

    setPriceBarColor(Color.red);
    setBarBgColor(Color.lightgrey);
    if (close()gt; nStop)
    Strategy.doCover(Close Short Stop, Strategy.STOP, Strategy.THISBAR, Strategy.ALL, nStop);

    if (close() lt; nLimit)
    Strategy.doCover(Close Short Goal, Strategy.LIMIT, Strategy.THISBAR, Strategy.ALL, nLimit);





    return 0;
    I've just read this even though it's a long time after submitting, check page 7ish for our dialogue. There are many errors on your program it gives outcomes, although no crime Roger. The major one being that your trailing stop actually moves into profit before the price gets out and gets there. So it's basically grabbing profit which never exisited even when the price doesnt arrive. Nice in thoery. .

    cheers,

    Paul

  3. #3
    That last post was only in reagrds I do believe this is a egy and with the money management can be made to become profitble, thanks for sharing. .

  4. #4

  5. #5

  6. #6
    To all who trade this system...I entered my own Buy/Sell trades now, and took a 12 pip profit by 2:30 P.M. EST. in my market trade.

    Would I change my Buy trade to 50 pips closer to my previous available ( I use the GBP/USD Midnight open price) like I had been stopped out on the supermarket?

    Together with the markets being closed for Christmas Day, I'd love to take some things of a profit if I can.

  7. #7
    I am staying from the market this week mainly because there is a force of traders about and out. This system seems to need moderate momentum to be profitable.

    How I interpret Tkimble's method: I'd simply start anew. Do not pay attention to the trade. Trade this next trade as though it would be your first one for this system.

  8. #8
    Fantastic post. I appreciate it


    http://simulationpretpersonnel.com - Pret staff en ligne et de comparer les meilleurs taux afin de... La demande de prêt personnelen ligne http://simulationpretpersonnel.com

  9. #9
    You've done a good job by trying to carry trader along. 'm also a specialized trader I love trend GBPUSD, GBPJPY pairs. Trader are still currently looking for a more perfect system which can be 95 percent in it profit result.

  10. #10
    This trading platform is basically all mechanical and should be transformed into an EA. What are your thoughts on this? An individual's personal trading design can be incorporated into the EA via user customizable inputs for Quit loss, money management etc..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.