Apply PS to chart, save template as 'deafult'How to add the Position Sizer to appear in each new window we open? Right now i must apply it to each window manually
Those 2 things are completely differentAlso how can i add a trailing stoploss, which puts sl to breakeven when tp1 is hit? Is it possible?
Yes, you need to set the Breakeven field on the Trading tab to the same value as your TP1 distance in points.Also how can i add a trailing stoploss, which puts sl to breakeven when tp1 is hit? Is it possible?
That's not entirely correct. It doesn't matter when you set it up - before or after entering a trade.- Move to breakeven is handled by PS (under tab 'trading' - 'breakeven') but you must set it before you place the trade with PS
Let's take an example trade so i can understand it better.That's not entirely correct. It doesn't matter when you set it up - before or after entering a trade.
Translated Position Sizer.mq5 3.06 to Brazilian Portuguese PTBR.Position Sizer has been updated to version 3.06 to fix some bugs and add more translations:
- Added a hotkey to set the Entry line to the price level at the mouse pointer's current position (SetEntryHotKey). (@Mio)
- Added files with Arabic, Chinese (Simplified), and Spanish translations of the panel for the MT5 version of the expert advisor.
- Fixed a bug that caused TP levels (when set in points) to drift from their given values. (@CARPARK)
- Fixed a bug where incorrect previous SL was reported upon application of a trailing stop or breakeven.
- Fixed a potential 'array out of range' error when switching symbols.
- Fixed a bug with SL not resetting to default on symbol change when required by the SymbolChange parameter. (@EnrichWave)
- Fixed a bug when SL and TP lines could get set to levels that don't respect the symbol's tick sizer property.
- Removed the possibility for the Stop-Loss to be set to zero.
No, you need to put 10000 in the Breakeven field if you are asking about EURUSD and your broker has 5 decimal places in the quotes.Let's take an example trade so i can understand it better.
Entry: 1.1
Sl: 1.05
Tp1: 1.2
Tp2: 1.3
So, when trade hits tp1, i want the sl to move to entry/breakeven automatically. If i understood you correctly, to do this i must put 1.2 (the tp1 price) at the breakeven box, and dont put anything at all at trailing stop?
Sorry, but I don't quite understand what's happening. Could you please show some screenshots?Is there a way that we can set the stoploss to be fixed and not move with the price? Currently when I set the stop loss over the swing high for example and price push down a little bit, the stop loss move under the swing high. I will really appreciate an answer on this. But besides this, this tool is amazing.
Yes, so basically you can see how I set my stoploss to be on top of the high, basically here is 80 pointsSorry, but I don't quite understand what's happening. Could you please show some screenshots?
Thank you! Now it's clear. You can set SLDistanceInPoints to false and your SL will remain where you put it.Yes, so basically you can see how I set my stoploss to be on top of the high, basically here is 80 points
View attachment 24790
Whenever price goes up or down, the Stop loss will move with the price (because of course the SL will stay at 80 points).
P.S black line is my SL
View attachment 24791
So my question / suggestion would be is there a way to freeze(pin) the SL to a specific price (area).
So if the price push away(down in this case), SL just gets larger. And if price push closer (higher in this case) , SL gets smaller because the SL will not move.
View attachment 24792
I hope this make it clear 🙂 thank you for your time!
Thank you!!!!Thank you! Now it's clear. You can set SLDistanceInPoints to false and your SL will remain where you put it.
So basically in the breakeven we should put the value of TP1 - Entry ?No, you need to put 10000 in the Breakeven field if you are asking about EURUSD and your broker has 5 decimal places in the quotes.
Yes, that's right.So basically in the breakeven we should put the value of TP1 - Entry ?
It looks like you installed the Position Sizer in the Indicators folder. The Position Sizer (unlike the older Position Size Calculator) is an expert advisor. It should be installed in the Experts folder of your MT5 data folder.I recently switched brokers and the position sizer Expert can no longer send orders. I downloaded and compiled the EA as per tutorial and also enabled algo-trading on the platform (mt5). It writes 'error sending order: trading is disable'. I have noted that when I open the PSC EA it does not show the "allow algorithmic trading" checkbox but it only shows the one that says "allow modifications of Signals".
Please kindly assist, I need this indicator and I don't know what I should do.
I have moved it to the experts folder its still showing the same errorIt looks like you installed the Position Sizer in the Indicators folder. The Position Sizer (unlike the older Position Size Calculator) is an expert advisor. It should be installed in the Experts folder of your MT5 data folder.