civilcan:
hi I have a strategy that only works manually
but also I need to access to the fix api quotes and execution.
I want to put limit orders on mt4 screen
and these orders will automatically should go through the fix server it will not be executed via mt4 servers.
in summary I want to use mt4 only as a graphic interface.
So I don't have to put limit order prices one by one it will be pulled from the mt4 screen. is it possible to do that?
-
If you can state your strategy in concrete terms it can be coded. No strategy “only works manually.”
-
Words with no meaning. Please post only in English on this forum. Use the automatic translation tool if needed. Use simple language structure when using mechanical translation.
-
Why did you post your MT4 question in the MT5 General section instead of the MQL4 section, (bottom of the Root page)?
General rules and best pratices of the Forum. - General - MQL5 programming forum?
Next time post in the correct place. The moderators will likely move this thread there soon. -
You can not put limit orders on the screen; they go to the server. Order lines are placed by the terminal for orders on the server if you enabled that option.
-
Lines can be pulled from the screen, and made into orders via code.
Search for a GUI/Trade Assistant EA like mine (for MT4): 'Money Manager Graphic Tool' indicator by 'takycard' - Risk Management - Articles, Library comments - MQL5 programming forum - Page 6 #55 2018.01.14 and modified for screen resolution #75 2020.02.17

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I want to put limit orders on mt4 screen and these orders will automatically should go through the fix server it will not be executed via mt4 servers.
in summary I want to use mt4 only as a graphic interface.So I don't have to put limit order prices one by one it will be pulled from the mt4 screen.
is it possible to do that?
thanks in advance.