I'm having problems copying the Sizer folder inside MQL5 I'm doing it correctly, all the information is correct, but I can't find the library where the Meta5 files are or adding the files from meta5 and dragging the folder to the files, I can't do it in any way, Apple tells me to contact the developer
 
I'm having problems copying the Sizer folder inside MQL5 I'm doing it correctly, all the information is correct, but I can't find the library where the Meta5 files are or adding the files from meta5 and dragging the folder to the files, I can't do it in any way, Apple tells me to contact the developer
On macOS, the installation can be quite complicated and may differ depending on the way the MT5 is installed there. Please see the macOS video in the first post of this thread.
 
Dear Earn Forex
I find that if I use Position Size EA in MT5 backtesting mode it is not be use like demo.
So, can it possible make Position Size EA be use in backtesting mode? If trader want to practice with it? Thank you.
 
Hello my position sizer is show the reward in USD, I’m risking 1% per trade and my risk to reward is 1:3 and that being split into 2 trades, it showing my reward will be $222.39 when it should be around $300 since I’m aiming for a 1:3 RR, can someone please explain how do I fix that and change it show it show the write numbers
 

Attachments

  • image.jpg
    image.jpg
    164.9 KB · Views: 7
Dear Earn Forex
I find that if I use Position Size EA in MT5 backtesting mode it is not be use like demo.
So, can it possible make Position Size EA be use in backtesting mode? If trader want to practice with it? Thank you.
That would require rewriting most of the chart handling code in the Position Sizer. I'm not sure it's worthwhile, but I'll have a look at it and consider if this can be done without adding an extra layer of complexity to the code.
 
Hello my position sizer is show the reward in USD, I’m risking 1% per trade and my risk to reward is 1:3 and that being split into 2 trades, it showing my reward will be $222.39 when it should be around $300 since I’m aiming for a 1:3 RR, can someone please explain how do I fix that and change it show it show the write numbers
Why do you think your risk-to-reward is 1:3?
 
Because it say in the take-profit button as 1.5 and I have 2 of those and I put 1.5 as TP multiples for SL value in the settings
That's not how math works. Even if you put your second TP at the same level as the first one, you will just get two trades with 1:1.5 RRR each. And since these two trades each have 0.5 size of the calculated position, your total RRR is 1:1.5. You can vary it by moving the second TP far enough away from the first one. Of course, I wouldn't recommend doing that.
 
That's not how math works. Even if you put your second TP at the same level as the first one, you will just get two trades with 1:1.5 RRR each. And since these two trades each have 0.5 size of the calculated position, your total RRR is 1:1.5. You can vary it by moving the second TP far enough away from the first one. Of course, I wouldn't recommend doing that.
U still haven’t told me why is the profit is not showing around $300 but showing $222.39, I used it before I took a trading break and it show the right profit
 
U still haven’t told me why is the profit is not showing around $300 but showing $222.39, I used it before I took a trading break and it show the right profit
Because why should it be showing $300? If you had just one TP and had it locked at x 1.5 of the SL distance, you'd have a 1:1.5 RRR trade. When you add a second TP, the actual RRR depends on where you put that TP and the distribution of the position's volume between those two trades.
 
Because why should it be showing $300? If you had just one TP and had it locked at x 1.5 of the SL distance, you'd have a 1:1.5 RRR trade. When you add a second TP, the actual RRR depends on where you put that TP and the distribution of the position's volume between those two trades.
I don’t have a clue what your saying, so please explain how do I make $300 while risking 1%
Post automatically merged:

I don’t have a clue what your saying, so please explain how do I make $300 while risking 1%
And I have 2 TPs
 
I don’t have a clue what your saying, so please explain how do I make $300 while risking 1%
Post automatically merged:


And I have 2 TPs
Set TP multiplier to 3 then set the second TP to the same price as the first one.

PS: I recommend getting a clue before risking any money in Forex.
 
Set TP multiplier to 3 then set the second TP to the same price as the first one.

PS: I recommend getting a clue before risking any money in Forex.
If I do that it will multiply the TP by 3 and I want 2 tp because 1:3 so I can trail and break even my stop loss when it his the first TP, I have a clue about forex Enivid, when I was using this EA like 3 month ago it didn’t behave like this
 
Here is my Chinese (Traditional) Translation file you can use.
That would require rewriting most of the chart handling code in the Position Sizer. I'm not sure it's worthwhile, but I'll have a look at it and consider if this can be done without adding an extra layer of complexity to the code.
I can understand, it just a little suggestion with this features if it is easy to do, Thank you very much.
BTW I have already translate it to Chinese(Traditional) also here is my file.
If you want import it you can use it for free.
I also a programmer with MT4/5 for over15 years too, but without GUI design(only coding strategy).
If anything I can help please kind of tell me.
 

Attachments

  • 👍
Reactions: Enivid
Here is my Chinese (Traditional) Translation file you can use.

I can understand, it just a little suggestion with this features if it is easy to do, Thank you very much.
BTW I have already translate it to Chinese(Traditional) also here is my file.
If you want import it you can use it for free.
I also a programmer with MT4/5 for over15 years too, but without GUI design(only coding strategy).
If anything I can help please kind of tell me.
Thank you very much! I will include your translation in the next release!