Hi
Super application. Thanks for your effort. Why isn't it trading?
One can do a trade scanner form this scratch. See video
Nuri Doganay:
Hi
Super application. Thanks for your effort. Why isn't it trading?
Yeah why? Read the description and you have your answer 'The trading functions for the buttons Buy and Sell is not implemented, you can do it yourself as you need' Conclusion; it's perhaps manually operated by you when you have implemented the needed functions to make it work

Documentation on MQL5: Trade Functions / OrderSend
- www.mql5.com
[in,out] Pointer to a structure of MqlTradeResult type describing the result of trade operation in case of a successful completion (if true is returned). parameter are filled out correctly. If there are no errors, the server accepts the order for further processing. If the order is successfully accepted by the trade server, the OrderSend...

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
TradePad_Sample:
Here are some examples of objects implementation to build a table of trade symbols. By pressing the symbol on graphic object Chart (OBJ_CHART) the price data of this symbol are loaded. Each symbol panel has color that shows the current trend of the timeframe specified. The colors are:
The trading functions for the buttons Buy and Sell is not implemented, you can do it yourself as you need. The function for trend determination GetColorOfSymbol () also can be rewritten as you like. The code was written long ago, and quite possibly not optimized (especially for access to the indicator and price data). All the classes used are included, put them in the same folder with TradePad_Sample.mq5 expert.
Author: MetaQuotes