Thank you @Loka-Heng @q8carpenter @l-andorrĂ , you are right.
I just missed the "once per bar" block.
Posts made by biztet
-
RE: Second Multi Cycleposted in Questions & Answers
-
RE: Second Multi Cycleposted in Questions & Answers
Thanks @Loka-Heng i've check and understand it. But what i need is for the trade to open when candle close, not with a fixed distance like pipstep. And the trade will open only when the distance between the last partial trade is more than pips away value. So you can see here that the distance between trades will not be the same.
-
RE: Second Multi Cycleposted in Questions & Answers
Hi everyone, @q8carpenter @Loka-Heng
How can i make the trade open when candle close, and the 'pipsaway' will be like minimum pipstep to open trade? -
RE: Robot in real account?Who can help me?posted in Questions & Answers
Never use a strategy that a broker don't allowed.
-
RE: Read Chart Objectposted in Questions & Answers
There will be no answer for this without sharing the indicator.
-
RE: buy-sell programsposted in Questions & Answers
ok @drscreen , so maybe since you are using distance from MA and the condition doesn't met.
also you can put the Close Trade block after Buy/Sell Now block to close when the signal reverse. -
RE: How to Lock EA using Acc number, password, etc?posted in Questions & Answers
Hi @er-arpit09 . Can you please share with me the more secure way to lock an account? Tq.
-
RE: Average take profit times no positionsposted in Questions & Answers
Oh, okay. I'll try it. Thanks @q8carpenter .
-
RE: Average take profit times no positionsposted in Questions & Answers
Hi @q8carpenter . The value 10 in Formula block is the value of what?
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
@AlphaOmega I'm just using basic crossing stoch/rsi with level and crossing ma. Right now I'm trying not to use any custom indicator.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
Nice one @AlphaOmega. Some don't like martingale. But i prefer to use martingale with the parent trade open by signal, not like most martingale ea that open trade immediately after all trades closed. So i guess it won't be so heavy like most martingale ea.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
Thank you for your effort @AlphaOmega , appreciate it.
But you know, i'm a free user, hahaha.Anyway your pips away block and condition block after do give me an idea.
Could you explain what does it mean when you put the value 1 in the image below.

And also in modify stops block with the average variable, what does it do? I see there's a Custom MQL Code for it.
-
RE: Hi, how do I get an EA to inrcrease lot sizes automaticaly?posted in Questions & Answers
Hi @hein8010 . I suggest you use the MM in Buy/Sell block, look for Fixed Ratio by Ryan Jones, and read the info for more understanding.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
@AlphaOmega it's just like martin lot with multiplier, by using pipstep, the distance between trades should be the same, right? What i'm trying to do is just instead of using pipstep, i use each candle, BUT every new trade that opens must be after the farthest.
For example, BUY trade.
0-Parent trade
If the next candle close lower than the 1st trade, open new BUY trade with higher lot size.
But if the candle close above the last trade open, do not open trade.1st child trade 0.01
2nd child trade 0.02
3rd child trade 0.03
And so on.... And the lot size is increasing.The distance between trades will not be same because it follows the closed candle price level, unlike pipstep.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
Thanks @AlphaOmega
But i really don't know how to play with the Adjust column.
But I've tried using the loop options in the For Each Trade block. Still didn't get the result like what i want.
We aren't blind, only blurrrrrr.. Hahahaha.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
Please refer below image.

-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
Yes @AlphaOmega, what i mean is child trade, the following trades open after the parent trade.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
@ambrogio @AlphaOmega do you understand my request here? Can you help me with this please?