If you look at your picture, change the + or - 1 to 0, click the adjust and add the + or - 1
Posts made by jstap
-
RE: Multicurrencyposted in Questions & Answers
-
RE: 50% of profitposted in Questions & Answers
You may want to use solely in loop data, and set two trees so 1 buy and 1 sell. add any shared link here I will look if needed. You may want to use for each order rather than trade.

-
RE: 50% of profitposted in Questions & Answers
If a trade is placed, then in a buy tp-open or sl in a formula, will give you the points (opposite for a sell). So if you divided this by 2 you would get the half way number (alternatively open price+tp price/2 will give you the middle price value)
-
RE: Check Profit(period of time) helpposted in Questions & Answers
As is as soon as reaching the profit if with in the range it will draw a line, I assume this is not what you want it to do?
-
RE: Trade statistics: Profit Factorposted in Questions & Answers
Good question but, it is likely the account
-
RE: 50% of profitposted in Questions & Answers
The problem you have is working out the profit that will be reached at TP, if you work with pips it would be easier. For example, TP is 100 pips, then when the trade gets to 50pips in profit you could then reduce lot size.
-
RE: Check Profit(period of time) helpposted in Questions & Answers
You need many more blocks to draw lines when you want, this just checks profit. then if enough will draw a random line. To draw a line on the times inside a draw block put the time of when you want it drawn
-
RE: I want to restrict my EA from trading between specific dates. For example: no trades from 01.01.2024 until 01.02.2024.posted in Questions & Answers
your conditions are looking for date/time in this format: 0000.00.00 00:00 add the time in the comment to the date, like 00:00 (start of the day.).
-
RE: I want to restrict my EA from trading between specific dates. For example: no trades from 01.01.2024 until 01.02.2024.posted in Questions & Answers
That's the builder not your project. Add a picture. You need to ensure the condition blocks are looking for the same format as the comment is showing.
-
RE: I want to restrict my EA from trading between specific dates. For example: no trades from 01.01.2024 until 01.02.2024.posted in Questions & Answers
My platform are busy, what is the comment telling you? Add your latest shared link, and add a picture to see the comment
-
RE: I want to restrict my EA from trading between specific dates. For example: no trades from 01.01.2024 until 01.02.2024.posted in Questions & Answers
It's only there so you can see if it should work
-
RE: I want to restrict my EA from trading between specific dates. For example: no trades from 01.01.2024 until 01.02.2024.posted in Questions & Answers
Try this, just check the time format returned in the comment is the same: https://fxdreema.com/shared/vSS5R67xb
-
RE: My project just crashedposted in Bug Reports
You'll have to check what happened with admin, generally though, blocks that say "Position" are for MT5, and blocks that say "Trade" are MT4.
-
RE: is this a bug? or what? on counting open buyposted in Questions & Answers
modify variable to 0 - for each trade/position (buys or sells) - add 1 to a variable with a formula block. This should constantly check if any trades are running, if not reset variable to 0
-
RE: close all at $posted in Questions & Answers
So more than once in a day? Use the unrealised profit block - close, anytime profit is reached running trades will close.
-
RE: account chargingposted in Bug Reports
Crypto payments can take a few days to activate, click back to main page above and ask admin, it may speed up the process.
-
RE: close all at $posted in Questions & Answers
In a day? Light pink blocks need a dark pink for each above it. Above buy/sell, check profit (period of time) < x.xx, above close check profit (period of time) > x.xx

