Short version: I’ve developed some tools to help me trade and I’m thinking about turning them into a website, but I don’t know if traders would be interested. (Nothing is publicly online so I’m not spamming)
Long version: I’m an enthusiastic web developer and for about a year now, a trader. Trendlines are the most important asset in my trading strategy and I don’t like watching the market all day just to catch the moment when a trendline is breached so it made sense to use a computer for that.
That’s how I started developing a set of tools to help me trade. What I’ve got so far:
-
alerts. The usual ‘=’ price, but also ‘closed above’ and ‘close below’ price, really usefull for those using trendlines. When an alert is triggered an audio alarm starts to play, so you can hear it even if you’re not at your desk. ( I got a really annoing sound to be sure I’ll get to it fast )
-
charts for mobile devices. I have found only java based charts online that don’t work very well or at all on mobile devices. So I made my own. However charts without my trendlines weren’t that usefull so i made it possible to import the trendlines from mt4 templates. Now I can get a quick peek at my charts anytime/anywhere. ( I also use metatrader mobile for it’s better charts but I don’t like that I’ve got to draw each trendline manually )
-
journal. Haven’t really liked loging my trades into an excel tabel. It got really crowded really quick. I developed the journaling system with filtering and some basic statistics. I use a number of strategies (Demo, Live, Algorithmic) and I really like that I can easily filter too see trades and stats for only one of them.
Also I want to integrate a chat into the website so traders could easily talk about current market opportunities. A public chat and another one for the more experienced users would probably be usefull.
That’s it for now. Everything will be free. So, what do you think?