@l-andorrà , can you give full example please? I couldn't imagine how to do it correctly.
Posts made by biztet
-
RE: Check Profit (Average) Visible TPposted in Questions & Answers
-
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: Custom Indicator -- buffer not working as expectedposted in Questions & Answers
@MMBInvest I'm just saying that the signal from this indicator is not good for making EA. But if you also into manual trading, it might help, but the signal will not be as expected.
-
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: Custom Indicator -- buffer not working as expectedposted in Questions & Answers
Hi everyone. Before using any custom indicator, please backtest the indicator first. Or it will be just a waste of time. Like this HGI indicator, it is repaint. Better not use it to make an expert advisor. Unless you are a manual trader, then it might help.
-
RE: Stop trailing stop from running at 3 pips profit?posted in Questions & Answers
I'm not sure if i understand you correctly. Using break even block you can slso make it pun the SL when in profit, with profit, not just $0. Use the Be Pips Offset option. It will secure profit in pips.
-
RE: Stop trailing stop from running at 3 pips profit?posted in Questions & Answers
I think this is where you use Break Even.
-
RE: Add 0.01 lots for every +100$ starting from 500$ Balanceposted in Questions & Answers
@Andrew-b Ryan Jones will only start with 0.01. What i understand in your case, since your start up is $500 and distance profit is $100, so from $1 to $599 equity, the ea will only open lot size 0.01.
And after that depends on your setting. If your unit size is 0.02, then the will open 0.03 when the equity more than $600. -
RE: Add 0.01 lots for every +100$ starting from 500$ Balanceposted in Questions & Answers
@l-andorrà , It will be exactly like what @Andrew-b wants.
With start up capital $500, the system will start with 0.01 lot.
Delta parameter is where you put like profit steps in dollar.
The unit size will be how many lot you want it to increase.
Example - If Delta = 100, unit size 0.01, it means from first deposit, with every $100 profit made, the lot size will increase 0.01. And it will decrease accordingly. -
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- Object basedposted in Questions & Answers
Hi @Dinho @jstap
You can use a divergence indicator available on the net that come with arrows. -
RE: which blocks should i use for this candle stick pattern?posted in Questions & Answers
Hi all. You can refer to @miro1360 's tutorial for a start.
https://fxdreema.com/forum/topic/4321/tutorial-08-candle-formations
-
RE: Is it possible?posted in Questions & Answers
hi @jpsam @TipsyWisdom
It is not impossible to get that much profit, even more.
And it's all depends on your strategy. -
RE: Master of Divergenceposted in Questions & Answers
@TipsyWisdom , I never SL/TP in my EA, hahahahahahaha.
But against trend is something else. -
RE: Master of Divergenceposted in Questions & Answers
@amincgi , how many days do you trade to get that much profit? could you please share the how much is the capital and drawdown?
-
RE: Master of Divergenceposted in Questions & Answers
Against trend you said @ambrogio ? Does Master Divergence really trade like that @amincgi ? Scary...
-
RE: Master of Divergenceposted in Questions & Answers
Hi @amincgi.
Can you share your EA with me?
They don't want but i want.
-
RE: Close all trades when 25 profit from open tradesposted in Questions & Answers
Hi @Andrew-b , @jstap .
If i'm not mistaken, use the left side and take out "If Trade" Block, no need to put that.