bgwrites / Forex-Trader

Other
74 stars 34 forks source link

ZigZag (+Fibonacci)? #1

Open bromelio opened 6 years ago

bromelio commented 6 years ago

Dear B.G.,

great to have a complete Python algo trading program, that's hard to find!

I would like to suggest to add a "zigzag" feature (something like https://www.mql5.com/en/code/7796) and based on the found highs and lows automatic fibonacci levels (like https://www.mql5.com/en/market/product/16560#description). When e.g. the 61,8% Fibonacci retracement level is reached, a trade into the other direction should be entered.

If that can be done in Python (in reasonable calculation time; according to https://stackoverflow.com/questions/41750670/function-to-create-a-zigzag-array it's expensive) I would very gladly learn Python instead of MQL5 for Metatrader! Would you kindly tell me on stefan.michael@gmx.net (I'm not sure whether I will be automatically notified once you reply to this posting) if you can imagine adding this feature, would be greatly appreciated!!! 😊

Anyway thanks a lot!

bromelio

bgwrites commented 6 years ago

Hi Bromelio!

I’ll look into this. Currently working on a revamped setup for this so I will look into adding this as a feature!