Inspiration

Data structures class

What it does

It downloads the daily stocks trading data from yahoo finance in a csv file and read that data, load into an array of bars. Loops through the array of bars to look for the fractal patterns. If found, it opens a long or short trade and sets the target and stop-loss and move forward to look for the target or stop-loss. Once found it exits the trade and goes onto the next stock. At the end it computes ratio of wins and losses and some other statistics to find out if the strategy is winning or loosing.

How I built it

I built using purely Java.

Challenges I ran into

How to set up target and stop-loss.

Accomplishments that I'm proud of

I was able to come up with a winning strategy.

What I learned was how the stock trading works.

What's next for Fractal-Trading

We have to figure out the best way to exit the trade.

Built With

Share this project:

Updates