Live data from Hacker News

Ask HN: Looking for traders that use technical analysis

news.ycombinator.com

21–23 of 23 posts

Re: Ask HN: Looking for traders that use technical analysis

#22

How is this any different to things like https://www.tradingview.com/ I code quite a lot of trading algorithms. I’ll help you but I’m not willing to test your platform as is as I know my feedback will likely be quite critical.

The idea was to focus on the logic of the strategy by letting the users create rules, from the values of indicators, prices, balance sheets or other parameters and optionally compare them using operators like greater, less, equal or check for crossovers, etc.

The users can create complex strategies by chaining these rules using AND/OR operators. It's not based on charts at all at the moment, just a form, and it seems like trading view is mostly charts with custom scripts.

Re: Ask HN: Looking for traders that use technical analysis

#23
post #22

How is this any different to things like https://www.tradingview.com/ I code quite a lot of trading algorithms. I’ll help you but I’m not willing to test your platform as is as I know my feedback will likely be quite critical.

The idea was to focus on the logic of the strategy by letting the users create rules, from the values of indicators, prices, balance sheets or other parameters and optionally compare them using operators like greater, less, equal or check for crossovers, etc. The users can create complex strategies by chaining these rules using AND/OR operators. It's not based on charts at all at the moment, just a form, and it seems…

Ok so you want drag and drop trading?
Post reply on HN