Generic Class Library - bugs, description, questions, usage and suggestions - page 37

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, sorry if this is not right place to ask, but i want to know it is possible to set up multiple TP or SL?
example: i open position long EURUSD 1.04600 1lot and want 0.5lot TP at 1.05200 and other 0.5lot TP at 1.05400. ?
Hi there,
Is itt possible to see the "order window" on lower destop resolution also?
Always when I use on 2K monitor and use it after at 1366x768 the order panel was gone. :/
Can't create an order without it just as one click mode which is too risky. :(
If I try to changed at Window->Resolution to 720p didn't happened anything. The same problem.
( I think it's outside the work app where I opened it at 2K. )
Heres the example video for this case: https://we.tl/t-n2dGWuxsIJ
Thanks, all the best! :)
hello, sorry if this is not right place to ask, but i want to know it is possible to set up multiple TP or SL?
example: i open position long EURUSD 1.04600 1lot and want 0.5lot TP at 1.05200 and other 0.5lot TP at 1.05400. ?
Hi there,
Thanks for the previous case. I'm so happy for that. :)
Here is the next one and last for me. Is it possible to hide also the Bid & Ask column from the Market Watch panel? :)
( see my picture attachment )
Thank you! :)
Hi there,
Once more thing if it's possible. The sec chart as this one:
Thanks! :)
someone help me and tell me why the test agent manager does not come out.
Your question has nothing to do with the library. Please post correctly next time.
As for your question, please provide more details. We can't help you with so little information.
Guys, can anyone provide a working example of a CSortedMap where key and values are custom classes?
In the standard library there are two files Include\Trade\Trade\Trade.mqh and Include\Expert\ExpertTrade.mqh with classes class CTrade and class CExpertTrade : public CTrade respectively.
With CExpertTrade the developers have laid down a great functionality for Buy and Sell methods, which should open a deal depending on market conditions, and it can be a market entry, stop and limit order.
However, these methods conflict with methods that implement a different behaviour in the CTrade base class. But since these methods are not marked with the virtual keyword in the CTrade class, they cannot actually be overridden in CExpertTrade. As a result, the compliator issues a warning and the logic described in CTrade methods is actually used, ignoring the implementation of the methods in CExpertTrade.