@roar Can you help me with this one please?
I'm thinking of doing reverse trade when hit SL.
Would you mind have a look?
Posts made by biztet
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Yes @roar , just like high/low/zigzag. But usually during backtest, most of the time will miss the exit point that makes the trade become loss. Because most signals are repaint/recalculate/late opposite signal. Unless manually close trades.
These are the main reason most of EA cannot be perfect, i guess.
And market is not ours.
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Thanks @roar . Now it works like it should do.
Would you mind share with me the best exit rules?
I've been searching the internet mostly focus on best entry.
I'm looking for best exit rules for EA. If manual we all can monitor it.
Most of the signal provider, because of manual trade, some use pivot, SnR, previous High/Low.
But i don't really understand how to do it in FxDreema. I just rely on indicators value. -
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
I've test if i disconnect that block, there will be no trade open since the block start with For Each Trade.
How can i fix this? -
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
@roar I try this for BUY.
https://fxdreema.com/shared/ThVx8OFkd

But the result still the same, new trade open even when the previous in loss.
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Thanks @roar , will consider it. And now back to my objective, to open new trade with same direction only when the previous trade in profit and without using trendline as condition. Either using pips distance or just the new signal.
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
@roar So thats the game. Now i understand. I know martingale is also used in gambling, right? Then it should be safer just to have multiple trade with same volume right? Then when it reached like 5 trades, then the price go south and the 5th trade in loss, and 4th trade like break even, close all trades.
Final result will be 3wins - 1loss = 2wins.
Hope experts can help with this. Thanks.
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Is this a kind ot betting @roar ?
I don't know about this. Just my target is like to make re-entry when the opportunity (another signal) comes,
logically to increase the profit a bit. Only the trade with the same direction, with limited trade (using trade counter). -
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Fyi, i've tried using trendline as a condition many times before but as you all know it still not perfect because of repaint/recalculate and can still mix with the opposite trade.
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Yes @Jim5129 , I just use the one i give. Buy @ Sell.
https://fxdreema.com/shared/8m6s74Hnc
Only that i don't know how to make it open new trade only with the same direction and when the previous in BLUE...(in profit).
In the end, the EA should loss 1@2 trades but get a multiple winning trades.
In addition, if the 1st trade in loss and hit SL, it will instantly open trade with opposite direction following the trend with bigger lot but small TP just to cover the loss with extra profit.
That is the logic i'm trying to achieve.
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Alright. Thanks @Jim5129 @l-andorrĂ for the tips.
In my test, when there is BUY trade open, but in loss, it still take the buy signal.
Which part is wrong?
-
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Hi @Jim5129 . What i'm trying to do is getting open & close signal from high timeframe like H4/Daily.
But in between that i want to add trades in the same direction either using small timeframe signals
or distance pips from the 1st trade and must be only same direction, BUY/SELL.
Hope experts can help this. Thanks. -
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Hi @Jim5129 , is this correct?
Because it opens new trade when the previous trade in loss. -
RE: Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Thank you Jim for sharing your secret.
I'm gonna try it and seek your guidance. -
Open New Trade When Previous is Winning Tradeposted in Questions & Answers
Hi experts. I need help with this one. I'm using stochastic for trade signals.
How can i make this, only take BUY signals when the previous BUY trade in profit.
Ignore SELL signals.
Vice versa.And also, if there is an open BUY trade in profit, but if the open BUY trade in loss,
ignore BUY signal and wait for next one.
Vice versa.
Thank you. -
RE: Need all trades in BLUEsssposted in Questions & Answers
Need help.
How can i make this, if there is an open BUY trade, ignore SELL signals.
Vice versa.And also, if there is an open BUY trade in profit, take another BUY signal.
But if the open BUY trade in loss, ignore BUY signal and wait for next one.
Vice versa.
Thank you. -
RE: Need all trades in BLUEsssposted in Questions & Answers
@legacy-Ea , YES, you are right! I want to use the arrows as TP.
As suggested by @Koenig49 .
Thank is what i'm trying to do, but couldn't get the value/object to use.
Could you please help me with the setting in fxdreema, please..
The arrow appear early, not after candle close. I guess this will save few pips. -
RE: Need all trades in BLUEsssposted in Questions & Answers
PROBLEM SOLVED!
Just got wrong buffer.Please help with this one.
No object, no value.
How can i use the signal?
Sorry, no mq4 found.