How can I draw a trend line EA that simple joins the highest points of every candle from after the first six hours of a day
can someone please help me
Pipillioniare:
can someone please help me
can someone please help me
hire a freelancer.
I've asked for help to solve a particular problem.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I want to write an EA that joins the highest points of each candle using a trend line (after the first six hours of a day). I saw the the documentation for the trend line (https://docs.mql4.com/constants/objectconstants/enum_object/obj_trend).
This is what I've done:
I know I am suppose to iterate through the highest value for each candle and get it's time, but I'm not sure how to go about this. How can this be done?