Hello,Which MT4 account type did you use with FxPro? MT4, MT4 Instant, or MT4 Fixed Spreads? What account currency do you use?
I am using MT4 Fixed Spreads with GBP account currency.
Thanks
Hello,Which MT4 account type did you use with FxPro? MT4, MT4 Instant, or MT4 Fixed Spreads? What account currency do you use?
I've just tried it and it worked just fine. You could try adding GBPUSD to the Market Watch, but the indicator adds it automatically when needed (I just tested it). Are you sure you are using the latest version (2.27)? You could also try reinstalling the platform and recompiling the indicator if the problem persists.Hello,
I am using MT4 Fixed Spreads with GBP account currency.
Thanks
Hello again,I've just tried it and it worked just fine. You could try adding GBPUSD to the Market Watch, but the indicator adds it automatically when needed (I just tested it). Are you sure you are using the latest version (2.27)? You could also try reinstalling the platform and recompiling the indicator if the problem persists.
It's really weird. Could you please make a screenshot of the entire platform with Market Watch, chart, and Experts tab in the Terminal visible after you attach the PSC to the chart?Hello again,
GBPUSD, along with everything else via show all is in my market watch. I have uninstalled mt4, downloaded the latest installer from https://www.fxpro.com/trading-platforms/metatrader4 and installed again. I have followed the installation instructions for v2.27 and still facing the problem only on the GOLD chart. All the other charts are fine.
In PSC 2.27. When i first launch it I have a default value in TP pips of 15 and a SL pips of 80. This comes across fine as a buy order. If i change the SL to 80 pips in the main window and make it a sell trade, should the TP automatically change to 15 pips? It is not doing that. I click take profit button and it changes to 80 pips. Not recognizing the change from buy to sell.
Yes you are correct i have both fixed values set. Instead of dragging the SL line. I manually enter price plus an 80 value into SL above price to make it a sell. The same behaviour is observed dragging the SL line as well.The default seems to a buy TP and SL. Then i click the take profit button to recalculate but it is not setting the TP as 15 it is setting it as 80.I am not quite sure what sequence of steps you are taking, but I suppose you are using PSC with UseFixedSLDistance and UseFixedTPDistance both set to true, right? However, I wasn't able to reproduce what you described. If I add PSC with default TP = 15 and default SL = 80, then move the line to SL=80 but above the entry, the TP line automatically switches to below the Entry line automatically. What exactly did you do?
Testing more it looks like the TP and SL take on the sames value when switching from the default buy trade to sell trade.Yes you are correct i have both fixed values set. Instead of dragging the SL line. I manually enter price plus an 80 value into SL above price to make it a sell. The same behaviour is observed dragging the SL line as well.The default seems to a buy TP and SL. Then i click the take profit button to recalculate but it is not setting the TP as 15 it is setting it as 80.
It seems your TP updates automatically? Mine does not. It requires me to push the TP button on the main window.
Thanks for the quick response by the way.
Jim
Yes you are correct i have both fixed values set. Instead of dragging the SL line. I manually enter price plus an 80 value into SL above price to make it a sell. The same behaviour is observed dragging the SL line as well.The default seems to a buy TP and SL. Then i click the take profit button to recalculate but it is not setting the TP as 15 it is setting it as 80.
It seems your TP updates automatically? Mine does not. It requires me to push the TP button on the main window.
Testing more it looks like the TP and SL take on the sames value when switching from the default buy trade to sell trade.
It's really weird. Could you please make a screenshot of the entire platform with Market Watch, chart, and Experts tab in the Terminal visible after you attach the PSC to the chart?
What did I miss? It looked like it was working...Hello, please see the screenshot and link to a video of the unresponsiveness only on the gold chart. I have uninstalled MT4, gone through the registry and removed any references, reinstalled it, started with a fresh MT4 and added PSC.
Thank you.I am still not quite sure what you are trying to achieve and what results you are getting... TP button sets the TP equal to the current SL - that's all it does. Moving the Stop-Loss line from one side of Entry to another will also move the Take-Profit to the opposite side if you are set UseFixedSLDistance and UseFixedTPDistance to true. Here is a demo of how it works:
View attachment 15935
What did I miss? It looked like it was working...
Hello, the PSC box was difficult to move around the screen, the TP and SL lines were hard to select and move up and down and selecting different timeframes was slower. When placed on other charts, the PSC is easy to move around TP and SL lines are easily selected and move freely.
Please see this video that shows the unresponsiveness a little better on the GOLD chart. You can see switching timeframes becomes very slow and trying to click and drag the PSC around the chart is very difficult.
GetSwapData();
//GetSwapData();
So, it doesn't freeze, it just slows down considerably, right? I am still struggling to reproduce this on my platform. Could you please try applying the following rough "fix"?
1. Open PositionSizeCalculator.mqh in MetaEditor.
2. Find the line 2824. It should say:
3. Change it to this:MQL4:GetSwapData();
4. Save the changes.MQL4://GetSwapData();
5. Open PositionSizeCalculator.mq4 and compile it (F7).
Then please check if it made anything better with the slowness. Thanks!
that worked! Works fine on the GOLD chart now
Could you please capture the first compilation errors it prints out (scroll to the top of the Errors tab)? This would help me to understand the cause. Thanks!View attachment 15975
Hi dears
I can not install the app as you see the picture. I wonder what to do,as I have downloaded, reinstall metatrader and positionsizecalculator several times but nothing.
Thanks
It looks like your MT5 installation lacks the standard library files (MQL5\Include\Controls\Button.mqh, MQL5\Include\Controls\Dialog.mqh and so on). They should be installing automatically with the platform. You can try downloading and installing MT5 from some other place (Metaquotes for example) and copy those include files over if reinstalling your broker's MT5 doesn't help.