That's the builder not your project. This is roughly hoe to achieve, but mt5 is not the same on backtest, as mt4. All you will see is how things will look, if you create this on mt4 you can test on backtest: https://fxdreema.com/shared/rDvs6tQ5chttps://fxdreema.com/shared/rDvs6tQ5c
Posts made by jstap
-
RE: Lotları bir dizide sıralamak istiyorumposted in Questions & Answers
-
RE: Lotları bir dizide sıralamak istiyorumposted in Questions & Answers
what do you mean? have an edit field on screen you can set the lot for the trade?
-
RE: Lotları bir dizide sıralamak istiyorumposted in Questions & Answers
Do you mean every new trade regardless of type (buy/sell) should add 0.01 then if last was 0.05 add 0.02 and stop at 0.13, is there a reason to go back to 0.01?
-
RE: K2 Forex Bot ( Free Downlaod )posted in Tutorials by Users
@yousef-builder Simply drawdown over a long time is pointless, people day trade so they get in and out quickly, people swing trade because they have decided over time it will go in their direction, scalping can last seconds or hours. No funded accounts have rules that allow martingale, there is a reason for that. I know people that have made a lot from martingale, and people that have lost a lot... is about what you are comfy with. I am not comfy watching and hoping that at some point price will go in my direction, although all trading relies on this to a certain extent, and swing traders might increase there position using martingale, normally they entre a larger position early, because this is how you increase the win.
-
RE: K2 Forex Bot ( Free Downlaod )posted in Tutorials by Users
And if you want to talk about opinions, then there is 2 on this page, so the choice is solely on the reader, not either of us.
-
RE: K2 Forex Bot ( Free Downlaod )posted in Tutorials by Users
You can control the lots but not the drawdown, so if you wand to wait to get profit, and pay the brokers price for holding the trade open. Then maybe martingale is for you, but it's not for me.
-
RE: K2 Forex Bot ( Free Downlaod )posted in Tutorials by Users
Ok, but you can see the drawdown it the equity line on the graph. If people want to use martingale that's there choice. It's not for me, and people that do not understand the possible risks, should know where the risk is. If you go on the MQL5 website, you can get many free martingale bots for this reason.
-
RE: Cut long numbersposted in Questions & Answers
Not exactly sure what you need but if you put this in text code input: DoubleToString(x.xx,2)
x.xx being the number you want to cut, you can also add the name of a variable and this will be cut, 2 is the number of digits past the decimal point.
-
RE: open reverse order with multiply lot size from previous tradeposted in Questions & Answers
Add a shared link to look at.
-
RE: How can I make it perform only one operation in each condition?posted in Questions & Answers
not a screenshot, a link so people can see inside all the blocks in your project, so what things are doing can be seen.
-
RE: How can I make it perform only one operation in each condition?posted in Questions & Answers
Is hard to say without seeing your shared project link.
-
RE: Turning on and off blocksposted in Questions & Answers
I

I wouldn't have once per bar above that many conditions. And I would have 2 check profits (what you had may have worked but I have never tried it). -
RE: how to draw fibbs from another objectposted in Questions & Answers
Yes if you search fib you will find how to do that I would think. Like this: https://fxdreema.com/forum/topic/19269/using-fibonacci?_=1759609337943
-
RE: Turning on and off blocksposted in Questions & Answers
use Check profit (period of time) rather than turning blocks on and off, if< your amount place a trade, if> your amount close all trades (if yow want to stop trading), then the next day it will start again.

