You are long enough here you should have learned to search: https://www.mql5.com/en/search#!keyword=Deal%20history&method=2&module=mql5_module_codebase
There you have more than 200 examples answering your question.
Carl Schreiber #:
You are long enough here you should have learned to search: https://www.mql5.com/en/search#!keyword=Deal%20history&method=2&module=mql5_module_codebase
There you have more than 200 examples answering your question.
Found the answer, thanks.
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
Hi, please can anyone help me with the correct code to get the Deal Entry Price?
When I use " HistoryDealGetDouble" it return error.
When I use "HistoryDealGetInteger" it compile but do not return the entry price.
All other variables work perfectly except the entry price.