Quote from phubaba:
hey man, congratulations.
Firstly, I'd say that you are right to try to trade using a very clear system that would be implemented into your automation.
however, it seems to me that you must not be very confident in your ability to automate it because (if it is possible) the automation will absolutely destroy your ability to trade it.
It'll trade 24 hrs a day (forex is 24 hrs remember!) and you can make sure that it doesn't risk as much in terms of a percentage until you trust it to just go on its own.
This is wayy more valuable and will give you way more freedom than day trading.
But if you feel like trading it part time will give you some more insight then by all means do it.
But from what I can tell you are already making some pretty unbelivable claims. You are starting on an 800 dollar account and are already thinking of 1000/hr profits? are you insane? remember that there are many people who make millions paper trading and die live trading.
either way, good luck! don't let your dreams of riches get to you. If people were making 1000/hr, you would definitely know it because this sytem has been so popularized.
A couple things. One, is that even though Forex is 24 hours, there's only a certain range of hours during the day when there's enough volume to use the synthetic volume to do the SCT trading.
Also, some P.M.s help me realize it's better to keep the risk as low as possible.
Then after I have established a track record, (however small per trade), it will become easy to get more capital to trade and always risk a very small percentage per trade yet make a lot of money.
Automating this rules of the SCT is easy, the hard part of automating is all the automating indirectly related to trading rules.
For example, right now there is some technical issue that causes my quote server to intermittently get disconnected about once or twice a weak.
It has logic to reconnect automatically and that works most of the time. But something happens on occasion and logs that it reconnected but fails.
I need to add more logging messages, etc. And eventually get that debugging. Those kinds of intermittent issues can be a bear to debug.
Another, (last example) issue was my discovery that while it auto-traded individual days quite well with a couple exceptions (before the new logic I learned) when I tested all the days together they mostly all failed except the first one.
Turns out that since my strategies use multi-timeframe bars, they weren't synchronized. So joining them together through out the timing of the bars related to each other from one day to the next.
That took over 12 hours of design coding and testing to fix it so all the timeframes of data select the same sync point in time and remain synchronized.
Etc. Etc.
I would say that after months of work including many hundreds of hours, I'm about 80% complete with all the logic and code needed to fully automate the trading itself.
But you know that 80/20 rule, right? Well it could take an equally long time and hard work to get it perfect.
Plus, before I can trust it with major amount of money, I need to build a monitoring/recovery system that will check for any failures and restart.
Not to mention redundancy of synchronizing too servers so that if one fails or dies due to hardware, the other can log in and take over from there.
So once I can make a living trading part time, I can spend the time to perfect the automation.
In fact, it would be cool to make enough to pay a software developer to help do the rest. We'll see.
Wayne