Mathewstwapalisha Mulwafu: how can i use arrays or other data structures to collect the prices and filter through( mostly finding distance between prices)?
- Create a struct to collect your data. Create an array of that type to store them. What's the problem?
- Go through the array and filter. What's the problem?
-
Until you can state your requirements in concrete terms, it can not be coded.
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
Hello i'm writing an EA so at the formation of each new bar , multiple prices are collected from previous bars representing potential market execution levels. how can i use arrays or other data structures to collect the prices and filter through( mostly finding distance between prices)?