So, that's like a maximum margin limit per symbol, right?Exactly..
So, that's like a maximum margin limit per symbol, right?Exactly..
Correct. That is maximum allowed margin per symbol. If I take lot size above that allowed margin, I'll be marked as failed.So, that's like a maximum margin limit per symbol, right?
It will be like If the account is 100,000 USD. Per symbol maximum margin we can take 1M USD (100,000x10)For example, you have a 100,000 USD account with a 1:100 leverage. You want the Position Sizer to calculate a position that would only use 10,000 USD margin at maximum? It would still be using a 1:100 leverage. I.e., opening a 10-lot USD/CHF trade would still be possible under those conditions (but not a 100-lot one)
I need to see the top error to be sure, but it looks like you didn't copy theGood evening. I have always used position sizer ea on mac os for mt4. Never any big problems. Now that I've switched to mt5, put all the items from the position sizer folder into the expert/MQL5 folder. When I compile position sizer mq5 it gives me many errors. I can't get it to work. Mac os Catalina 10.15.7 Meta Trader 5 5.0.4330 (automatically opened with Wine)
Thank you
Translations
folder to your Experts folder.OK perfect. I managed to insert the translation folder and everything went fine, thanksI need to see the top error to be sure, but it looks like you didn't copy theTranslations
folder to your Experts folder.
When the Position Sizer is running, you can move the lines however you want - by dragging them on the chart or by setting the values in the panel's controls.One question when showing the take and stop lines they appear very far away depending on the position of the graph, is there a way to adjust the positioning of these lines if you want to make them closer together, what setting?
No, sorry! There is no way to link them automatically.This expert advisor keeps getting better. I love it!
I must say I am a total fan, and this is the only expert advisor I have been using for years.
Is there a way to link Break Even (BE) to Take Profit 1 (TP1)? I know I can manually set the points, but I am looking for an automatic way to link BE to TP1.
Thanks!
That's only possible if you set the pending order's entry to the candle's High or Low.Hello! It's possible to use the ATR Stop Loss but instead of calculating it from the close of the candle, calculate it from the high or the low?
For example: We have always the 2 options, buy or sell, if I'm on the selling option I want the ATR to be calculated from the High of my candles and if I'm on the buying calculator I want the ATR to be calculated from the Low of the candles.
Thanks a lot for this awesome tool!
How would that be different from dividing the 2% risk into two trades?I have a question, is there any field that allows me to open multiple buy or sell orders at the same time and price location? Without the lot being divided. Example: an account of 5,000 dollars, with a stop of 10 pips for each order. I want to open two simultaneous purchase orders, risking 1% on each order.
With a small account it doesn't make any difference, as you could split the two orders. But I'm referring to it from the perspective of someone who already operates on high lots. Example: Have an account with $2.5M, and for order use an S/L of $12.5K, using a lot of 500. This would mean 0.5%. If you had $5M, you would need to open 4 orders at 0.25% to reach 1% of the account. Having the option to open multiple orders, as I mentioned, would undermine management in this case.How would that be different from dividing the 2% risk into two trades?
You mean you want to exceed the broker's maximum position size per trade by opening several trades? That's already there - you just need to set the SurpassBrokerMaxPositionSize input parameter to true.With a small account it doesn't make any difference, as you could split the two orders. But I'm referring to it from the perspective of someone who already operates on high lots. Example: Have an account with $2.5M, and for order use an S/L of $12.5K, using a lot of 500. This would mean 0.5%. If you had $5M, you would need to open 4 orders at 0.25% to reach 1% of the account. Having the option to open multiple orders, as I mentioned, would undermine management in this case.