@profitmover hi, in this [link] (https://fxdreema.com/shared/mqJeXsBJ) you'll see how you can achieve this, I've not tested but should work.
Best posts made by jstap
-
RE: How to close a half of the position after 8% grow?posted in Questions & Answers
-
RE: example: Save variables into file and read them back [advanced]posted in Tutorials by Users
They are both very similar, especially when it comes to FX.
-
RE: 关于网格挂单里面没有马丁类型的可以选择posted in General Discussions
Ok but to me, it is not a layer it is a trade with a double lot
-
RE: How to close a half of the position after 8% grow?posted in Questions & Answers
@profitmover Revised, forgot to add the balance back on but this will only work with a single placed trade: link
-
RE: DAY LIGHT SAVING **not working**posted in Tutorials by Users
Have spent morning trying to sort this, even in seconds couldn't, get this to work. Think this is likely because server time changes with DST.
-
RE: 关于网格挂单里面没有马丁类型的可以选择posted in General Discussions
Ohh I see, this makes sense now, either is fine now I know... no disrespect meant
-
RE: Close all trades when 25 profit from open tradesposted in Questions & Answers
@andrew-b Somtimes this happens.
-
RE: how to import an indicator into an EA?posted in Tutorials by Users
This is quite a lot of work and requires coding knowledge. to do this you need to create a custom block in FX studio.
-
RE: How Can We Improve The Customer Support System of This Platform?posted in General Discussions
I think l-andorrà has already given an answer, although it is a pain the increased support would mean increased costs for all
-
RE: How does candle id work on the once per bar filter?posted in Questions & Answers
@davjack Current forming candle is 0, you only have a close for a split second before it becomes 1, you are better off to set your conditions to activate on 0 open and all other conditions to look at candle 1. Conditions are checked at every tick which can be a few times a second, once per bar limits these to 1 at the start of the candle.
-
RE: How to draw diferent MA's lines i.e. MA100 MA300 and MA500 when running strategy tester. In the same, how to change MA colors?posted in Tutorials by Users
Save a template with the same name as your EA, this way every time it's run, it will automaticity load the template
-
RE: Highest price for H1 candleposted in Questions & Answers
@sky-1 I am unsure what you mean, if you mean the highest point a candle will get, nobody knows, if you mean the highest point within a range use market properties. If you want a predictive price point then Fibonacci is the only way I know but this is still a guess.
-
RE: Everybody interesting in creating Custom Blocksposted in Tutorials by Users
The truth is creating custom blocks, although possible, takes a fair bit of coding knowledge. And by the time this is worked out FX is only a tool to quickly test projects before writing from scratch.
-
RE: EA Promotionposted in General Discussions
I am not recommending a better 1, just that you do not use it to try and trice people. Backtest with a 1000 account and see if you can replicate the results, also 20 years is too long for reliable results...
-
RE: Show currency pair in alert messageposted in Questions & Answers
@sirluk Yes it's a string, variable goes in alert box, if you want other information in other lines add whatever you like.

-
RE: EA Promotionposted in General Discussions
@refaey True, but how it performed in 2008 would show how reliable it would have been, without using years on either side to cover the drawdown.
-
RE: Highest price for H1 candleposted in Questions & Answers
@tipsywisdom If I ever learn I gladly will.
-
RE: How to put the password to an EA that I have to give to a friend?posted in Tutorials by Users
You can put the client's account number in a condition, if different terminate, you could put a password in a condition, if friend doesn't enter the correct password, the EA again terminates