Seeing the first (top-most) error would be helpful.When I compile Position Sizer in Meta editor I am getting 46errors and 2 warnings.
Seeing the first (top-most) error would be helpful.When I compile Position Sizer in Meta editor I am getting 46errors and 2 warnings.
It looks like your MT4 installation is missing some standard libraries. Please try reinstalling it or copying over the MQL4\Include\ folder from some other MT4 installation.
Yeah Now its Working after reinstalling. ThanksIt looks like your MT4 installation is missing some standard libraries. Please try reinstalling it or copying over the MQL4\Include\ folder from some other MT4 installation.
You would need to modify the default values in the EA's source code and re-compile it.I changed a bunch of input parameters and SAVED. How do I make that default instead of having to LOAD the file each time?
Post automatically merged:
I made changes to the Input parameters and did a SAVE. How do I make that the default instead of having to do a LOAD of the settings each time I add it to chart?
Discuss the Position Sizer expert advisor here. This EA lets you calculate optimal position size and execute trades based on these calculations. Based on Position Size Calculator, it allows some additional control over the trades it opens. You can ask any questions about this free MetaTrader tool here.
Screnshot of Journal, Expert tab will help to understand about the real issue.Position sizer doesn't seem to work with Eightcap and MetaQuotes. Is there a reason for this?
How exactly doesn't it work? Most likely, Autotrading is disabled, but seeing the Experts tab output and knowing what you mean by "doesn't seem to work" would really help here.Position sizer doesn't seem to work with Eightcap and MetaQuotes. Is there a reason for this?
Ok. I'm beginning to think it is only Eightcap-Demo or The Funded Trader that is using them as their broker?How exactly doesn't it work? Most likely, Autotrading is disabled, but seeing the Experts tab output and knowing what you mean by "doesn't seem to work" would really help here.
Screnshot of Journal, Expert tab will help to understand about the real issue.
The "AutoTrading disabled by server" error is just what it says. It can mean one of three cases:Ok. I'm beginning to think it is only Eightcap-Demo or The Funded Trader that is using them as their broker?
sets.DoNotApplyTakeProfit = m_ChkDoNotApplyStopLoss.Checked();
Thank you for reporting! It will be fixed in the next version.1) There is a bug in "Position Sizer.mqh" line 3043:
Code:
sets.DoNotApplyTakeProfit = m_ChkDoNotApplyStopLoss.Checked();
The m_ChkDoNotApplyStopLoss should be m_ChkDoNotApplyTakeProfit instead.
This is interesting... I will see if it can be fixed or if there is some underlying MT4 issue.2) Another issue is the Copy Text shortcut key (Ctrl+C) doesn't work for the textfield on main dialog in Position Sizer MT4 version if Data Window is visible. The Ctrl+C shortcut key will copy the value from Data Window instead. If I hide the Data Window, the Ctrl+C will work correctly for the textfield, so looks like there is shortcut key conflict here between the EA and MT4.
Thanks for the suggestion, but unfortunately, there are too many things that would be handy to have in the Main tab, which is already overloaded in my opinion. I will see if it can be done in some unintrusive way.3) About the "TakeProfitsNumber" feature, could you make this tweakable in main dialog instead? Sometimes in the middle of trading, I would switch from opening 2 trades to 1 trade only (and vice versa) depending on the situation, to do this I have to open EA settings dialog and modify the TakeProfitsNumber value which is cumbersome. So it's better if the setting exists in main dialog instead.
I wouldn't have lost a 10K funded account if this feature was thereDear @Enivid Plase consider having option for Allowed Maximum Positions per instrument,All,,
and Allowed Maximum Lot Size per instrumet,All..., and Allowed Maximum Risk % or USD per instrument,All...
If you started/restarted your MT4 after having copied the folder to your MQL4\Experts\, then it should have compiled automatically.I just downloaded Position Sizer because I had the old version 2.X.X. I noticed there was a new version so I will try it. I was wandering to myself it has the same features as Trade Assistant or this kind of softwares...
I read we need to compile a file in the installation step on your website but it seems to work without doing anything on Windows 10, do you confirm ?
I just dragged and dropped the entire folder to my MT4 folder and double clicked on the MT4 icon to start the assistant.
That's because you copied it to the Indicators folder. Should be in Experts.I have followed a few videos on this and when i get to this point it will not add to my chart?
The Position Sizer EA doesn't use the PSC-Trader script, but you can set a keyboard shortcut via its input parameters.I currently use PSC 2.42 with a Keyboard shortcut configured on PSC Script.
But I could not see the Script files in the latest Position Sizer 3.0.
Having a keyboard shortcut's been so convenient to execute trades. Is there any way to configure 3.0 with a shortcut for trade execution with a Script?