Hi, I'm Mark. I'm the Director of Thinking Stuff Pty Ltd.
I've got this dream, you see, and that dream is to be drinking beers on the beach while making money at the same time. I've never surfed, and I can't fish to save my life. Pro-surfer and pro-fisherman have unfortunately both been ruled out of the possibilities to make my dream a reality.
I know numbers though. I like numbers. How about some currency trading to make money? Nice. But currency trading is not passive income. You need to be in front of a computer to do it, and I didn't want to get sand in my laptop :-)
I know computer programming too. I like computer programming. So I created some automated trading software. It churns away making money while I'm at the beach. And you can use it too.
You have access to automated trading at the click of a button.
But this is not black box software. That is, software which has one trading system encoded, and it tells you when to buy and sell, and you hope for the best. No sir.
Quite the reverse actually. You tell the software how you want it to trade. And then it does exactly as you told it. While you're in front of the computer watching it; playing with your kids; on the other side of the planet; or on the beach drinking beers. (Or all of the above... if that's possible).
And not just one trading system - you can create as many trading systems as you like.
But there's already a few such automated trading programs out there. They're nothing new. You've got MQL, you've got TradeStation's EasyLanguage, you've got WealthLab's WealthScript. And so on. Did I just re-invent the wheel and now I'm trying to sell it to you? Why should you use my software instead of those existing, known, tried-and-tested programs?
In our software, selecting trading rules is all done with your mouse.
Here's an example. With MQL, TradeStation, etc, you need to type out something like this:
Strategy: _BBZ EndOfBar
[IntrabarOrderGeneration = false]
inputs:
BollingerPrice( Close ),
Length( 20 ),
NumDevsUp( 1 ),
NumDevsDn( 1 ) ;
variables:
UpperBand( 0 ),
LowerBand( 0 ) ;
UpperBand = BollingerBand(BollingerPrice, Length, NumDevsUp);
LowerBand = BollingerBand(BollingerPrice, Length, -NumDevsDn);
if CurrentBar > 1 then
begin
if Close crosses over UpperBand then
Buy ( "BBandLE" ) next bar market ;
if Close crosses under UpperBand then
Sell ( "BBandLX" ) next bar at market ;
if Close crosses under LowerBand then
Sell short ( "BBandSE" ) next bar at market ;
if Close crosses over LowerBand then
Buy to cover ( "BBandSX" ) next bar market ;
end ;
Now, I'm not actually sure what that does. I copied it from a magazine. In our software, you instead would do something like this:
You just choose the options in the different fields with your mouse. And sometimes you have to type in numbers. Like if you wanted to use a Simple Moving Average of period 20, you'd have to choose "Simple Moving Average" from the list, and then type in "20". Are you starting to see how easy this is? :-)
You build up your trading system by adding one such rule at a time. You can specify rules for when and where to enter a trade, when and where to move the stop loss, when and where to exit, how much money to use, when not to trade, and how to be alerted when stuff happens. And, excuse me for repeating myself, but
it's all done with your mouse :-)
The full list of available rules to pick from is on the "
Available Trading Rules" page. We can add any more you need. Just ask.
Anyway, the rest of this website goes into detail about how the software works and its features, so I won't repeat it here. But yeah, I don't think I just re-invented the wheel. I think I made the wheel much easier to use.
You don't need to learn any of that programming stuff above. If you can move your mouse around and click stuff, you can now make your own trading systems.
Are you becoming interested? You should be.
Or maybe you're becoming too interested, and this ironically makes you think that this is maybe too good to be true. You're probably waiting for what the catch is. But I guarantee there is none.
I urge you to look around this site. You'll come to realise that we're genuine, we're helpful, and we have maybe too much integrity for our own good. There is a lot of quality information even if you decide for whatever (bizarre :-) reason to not use our software.
We're not going to try and pressure you into using our software. There's no 50%-off special but only for the next 17 customers. There's no countdown to midnight Saturday when the sale ends (only to extend the offer due to overwhelming demand). There's none of that kind of thing that marketing professionals say we should have to try and generate "urgency" in your mind. The urgency should come from yourself. Do you want to make some extra money or not? And if so, what's stopping you from starting now?
Come along for the ride with us. You won't be disappointed. At the very least you'll learn a few things. All going well we will be drinking beers on the beach together.
Oh, one last thing. Because this software is trading-related, the immediate thought you might have is "if it works so well, why does he need to sell it?" And thinking that might cast doubt on whatever I say on this site, and you might miss a remarkable opportunity for no good reason. If you fall into this category, please read my explanation.
We Do Other Stuff Too
Thinking Stuff Pty Ltd has a flagship product called Thinking Stuff's Automated Trading Machine, as described above. In addition, we can customise that software for you, we can create different trading-related software, we can create any kind of software in fact, and we also make websites like this one. We have a strong work ethic and commitment to customer satisfaction, and are subject to the laws and regulations of Australia. Please contact us to discuss your particular requirements.