Can the recommended position size automatically replace the actual position size so that there wouldn't be any need to replace manually by clicking@TheGMan That's because Recommended position size is just that. The actual position size was set to 1. If you click on the recommended position size, it will move to the actual position size and then the trade will open with that position size.
It cannot do it currently, I'll look if I can add this feature in the future.Can the recommended position size automatically replace the actual position size so that there wouldn't be any need to replace manually by clicking
void OnDeinit(const int reason)
{
if (reason == REASON_CHARTCHANGE) return;
CleanChart();
}
I don't understand. Sorry!Hi, I downloaded version that only show magic number from mql5
can you share it here ? because I got problem connecting to mql5 so sometimes I cant load it
https://www.mql5.com/en/market/product/23241I don't understand. Sorry!
Download and install One-Click Trade Pro from here:https://www.mql5.com/en/market/product/23241
I download that to my pc , its worked because I login to mql5
but when trying download with my vps, sometimes its not connected to mql5 server so I cant open it
Download and install One-Click Trade Pro from here:
https://www.earnforex.com/metatrader-expert-advisors/one-click-trade-pro/
It can show Magic numbers in addition to its main capability.
It won't require you to be connected to MQL5.com.
Here it is.yes sir already download it and see the code, but little bit confused because I only need to show only magic number like from mql5.com
I wonder if you still have it, maybe I can used that
What that feature does is that it will use the Bid price for buy orders when calculating the entry price. So, for example is the current quote is 1.0950/1.0952, it will use 1.0950 to subtract the difference and place your pending limit buy. The actual execution price will still be the Ask (at the time of the execution) because pending buy orders get executed at Ask by the trading server.I don't seem to be able to get the feature to work which "Default Price used for Buy Pending" makes the Bid Price rather than the Ask Price to be the entry point. When I want to enter at a price, I don't think about the spread and would like to enter when price hits that level, not when the Ask price hits that price. Thank you.
View attachment 21866
这个一键贸易式专业顾问不能是使用吗?谢谢在这里一式交易顾问专家关闭。EA免费提供了一个可以打开的工具,可以方便地使用、管理工具盘讨论这个按钮,然后就可以进行交易和交易。任何问题。
Moderation note: Please use Google Translate (or something similar) if you want post in this thread. It's an English forum. If you do not want to translate, please post in our Chinese subforum.
GetLastErrorText()
is defined in MQLTA ErrorHandling.mqh, which is bundled with the main source file (MQLTA MT4 One-Click Trade Pro.mq4). Please make sure you copied all the folders from the archive that you downloaded to your MQL4 folder.