Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 533 Bytes

File metadata and controls

8 lines (7 loc) · 533 Bytes

algorithmic-trading-python

An algorithmic approach for trading in python ########## YOU SHOULD NOT USE THIS IN TRADING WITHOUT EXPERIENCE AND KNOWLEDGE. THAT'S JUST ABOUT EDUCATION!!! ###############

I have created two average zone line by weekly datas. They are created by weekly open/close and weekly high/low.
They will help us about making decisions to our current weekly price. Also there will be and average zone which is created by average of these two lines. It's still in proces... Thanks for reading.