Hi @Miano . For that you need to separate 2 sets of blocks. One for buy, and one for sell. Block for open trade also split in 2 sets. Goodluck.
Best posts made by biztet
-
RE: EA problem with closing profitable trades after certain period of timeposted in Questions & Answers
-
RE: Buy close and sell close strategy, someone can do it?posted in Questions & Answers
Hahaha... Only God knows.
It's impossible, too good to be true for a future candle. -
RE: Open trade another pairposted in Questions & Answers
I don't think so. As far as i know only MT5 can test multiple pair.
-
RE: what is the highest accuracy for a robotposted in Questions & Answers
@qais-3 only if your strategy is 90% perfect.
-
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
You're right @roar . That really solved the problem. Thank you so much.

-
RE: Multi-currency MT5 EA????posted in Questions & Answers
Hi @alfredinho50 . Use this block on top of your project.

-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
Thank you @l-andorrร .
Maximum amount of open trades.
...Just make it 99 tradesExact evolution of lot size as new trades are open.
...Maybe martingale multiplier. But from what i learned, the 1st 4 trade will be same as the Parent Trade. And there is also a distance, like pip step.Will there be buys and sells open at the same time?
...Yes, it suppose to open both buy n sell, maybe 1-2second gap.
-
RE: How to make Martingale with Take Profit?posted in Questions & Answers
Thanks for your help calling in the pros @ambrogio .

-
RE: The sell orders never stop, why please?posted in Questions & Answers
Hi @JayPapa123 .
You can try put No Trade block between the Trade Closed and Sell Now block. -
RE: The sell orders never stop, why please?posted in Questions & Answers
ok @JayPapa123 , maybe you can try make a group, 1 for buy, 2 for sell.
-
RE: Martingaleposted in Questions & Answers
Hi all. Martingale is not as bad as it seems. Besides huge capital, you just need to understand that martingale will not survive a long trending market. Make sure you know when to use it, and when to stop the ea or manually cutloss.
High impact news sometimes gives higher profit. Create martingale ea that uses signal to open trades, and much better to follow trend. Also don't dream of running the martingale ea like you do in backtest, 2years, 3years. 1year is long enough to gain decent profit with low risk setting and withdraw it all. Then you can start again.
It is possible to gain 500% profit using martingale on multiple pairs within a month and medium risk setting. But depends on your luck also when choosing the pairs to trade. And when you gain that much, don't start dreaming. Withdraw it all first. And then start again if you want to.
Just a thought.
-
RE: Draw Lineposted in Questions & Answers
Thanks @AlphaOmega . I've try it but the level is not the same as the indicator that i attached.

-
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
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
@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: Add 0.01 lots for every +100$ starting from 500$ Balanceposted in Questions & Answers
Hmm... Why don't you just use Money Management : Fixed Ratio by Ryan Jones?
Exactly what you need. Just a single block. Find it in BUY/SELL block. -
RE: Custom Indicator -- buffer not working as expectedposted in Questions & Answers
Do backtest in your MT4, just like you backtest your EA. only change at the top left side, from Expert Advisor to Indicator.
-
RE: time frame setting in "once per bar"posted in Questions & Answers
Yes @haoglueck , I've done this too. Only that i just select any timeframe i want and the condition will work only within that current candle. I didn't set any boolean. To use it, select which timeframe to use. Don't wanna use it, just put it on current timeframe. That's all.
-
RE: How can creat a trading robot that will only work for me?posted in Questions & Answers
Hahahaha.. Just keep it to yourself. Don't give it to anyone.
