What do you mean "in the code"? What exactly do you do?Another one.. MT4 EA,.. If we use "Count Pending Orders" True in the code.. while we load the EA the check box being unchecked.
BR
What do you mean "in the code"? What exactly do you do?Another one.. MT4 EA,.. If we use "Count Pending Orders" True in the code.. while we load the EA the check box being unchecked.
BR
Changing the value in mq4 code and compile it. then loading the EA.What do you mean "in the code"? What exactly do you do?
It will change when you add the EA to the chart next time. It won't change on the already attached instances.Changing the value in mq4 code and compile it. then loading the EA.
I found it. When we load 1st time the Checkbox being unchecked. But When we change the chart to any other symbol it shows checked.It will change when you add the EA to the chart next time. It won't change on the already attached instances.
Did you try setting some other font face? Calibri for example?Hi, there
I have a 2k monitor and sizer text on the lines looks awful
How to fix it? (Metatrader 5)
View attachment 27278
oh, thanksDid you try setting some other font face? Calibri for example?
Kindly search "Mac" in this thread. You may get some ideas.Hi everyone, I am having issues installing position sizer for mt5 on a intel mac running big sur. Unable to copy the files into data folder. I've also tried the instructions for M1 or newer macs using meta editor which resulted in 100 errors and 2 warnings when I compiled the .mq5. Any advice would be much appreciated. Thanks
Perhaps, the explanation from this post will help you with the issue. It's about an indicator, but the process of finding the right folder to copy the EA is mostly the same.Hi everyone, I am having issues installing position sizer for mt5 on a intel mac running big sur. Unable to copy the files into data folder. I've also tried the instructions for M1 or newer macs using meta editor which resulted in 100 errors and 2 warnings when I compiled the .mq5. Any advice would be much appreciated. Thanks
Thank you for your advice. Will do just that. Cheers.Kindly search "Mac" in this thread. You may get some ideas.
Thanks for pointing me in that direction. Will give it a go. Cheers.Perhaps, the explanation from this post will help you with the issue. It's about an indicator, but the process of finding the right folder to copy the EA is mostly the same.
That option is already available. You can split trades into multiple positions to have a different TP on each of them and you can also tell the Position Sizer (via the SurpassBrokerMaxPositionSize input parameter) to use multiple trades to surpass the broker's maximum position size limit.Can we have option to split 1 position in to multiple smaller positions and option to choose how many position for it to split to. This would help with slippage and bypass max volume.
I meant splitting 1 order of 20 lots to 10 orders of 2 lots at execution as an example. With option to set amount of orders to split to.That option is already available. You can split trades into multiple positions to have a different TP on each of them and you can also tell the Position Sizer (via the SurpassBrokerMaxPositionSize input parameter) to use multiple trades to surpass the broker's maximum position size limit.
Hello again Enivid,
I know this has been requested previously, but will you please consider adding the Spread Adjustment for SL and Tp based on the current spread when opening a position?
Of course it can be done manually but for the scalpers this could be of great help. Specially when placing a short position, sometimes you just don't have enough time do it manual, by the time you make the adjustment before entering a trade, the opportunity is gone.
Thanks in advance.
You can do that. You can increase the number of trades to split in either via the panel (by adding extra TPs) or via the input parameters (TakeProfitsNumber). It will split your 20-lot trade into 10 trades of 2 lots if you set the value to 10.I meant splitting 1 order of 20 lots to 10 orders of 2 lots at execution as an example. With option to set amount of orders to split to.