Ok...it sounds a little bit complicated respect what I thought but I'll try to implement something starting from your advice and I'll inform you if and how I have achieved this.
Many thanks,
Alessandro
Ok...it sounds a little bit complicated respect what I thought but I'll try to implement something starting from your advice and I'll inform you if and how I have achieved this.
Many thanks,
Alessandro
Yes but I keep not understanding...even with a new trade from a "normal" buy/sell block, if the trade goes to TP ok but if it goes to SL the next trade doesn't start with Martingale logic. Or can't I understand something?
Thanks,
Alessandro
Ok but I don't understand how it can reset even if I set a variable. I mean...if I set Reset after how many profit with a variable, a profit have to happen to reset it. I'd like to reset it without any further trade at the end of the day.
How can I achieve this?
Thanks,
Alessandro
Hi,
I'm wonder if there is some way to "manually" reset the martingale betting system. I'd like to reset it if, at the end of the day, the equity or balance is positive. Because if I run my EA in more than one cross (eurusd, gbpusd for example), it should happen that eurusd operativity is negative while the gbpusd is positive and, at the end of the day, the balance is positive. So, in this case, I'd want to reset both martingala counter and...tomorrow is another day. 
Thanks,
Alessandro
Yes but it doesn't work as expected. Now I'll create a simple project to share with you so if someone have any advice...
Thanks,
Alessandro
Hi,
I'd like to make my EA stop trading for N hours after N consecutive stop loss, once passed N hours it should restart trading. I think I've tried all possibles blocks without success. Please tell me how I can do this thing. I really appreciate an example because I'm a little bit frustrated. 
Many thanks,
Alessandro
Hi,
I take this example http://fxdreema.com/shared/c4T7fw43d did it by the administrator but it doesn't seem to work. It doesn't double the initial position if the last trade was closed at SL. It set only pending orders at InitialLot size.
Please help me to fix it.
Many thanks,
Alessandro
Hi,
I'd just want to "bypass" a block if it is disable so, if I have 3 blocks:
block1 ===> block2 ===> block3
I'd want to disable the block2 via an true/false toggle block and that block1 bypass block2 to go directly to block3.
I tried to do it but when I disable the block2, block1 doesn't "go" to block3 but simply nothing happen.
I really appreciate an example.
Many thanks,
Alessandro De Pasquale
Hi,
like I wrote in the subject I'd like to set a sell pending order at SL price of a buy trade. Is there a way to catch the SL price of a buy trade in some way?
I found this example that could do what I want but...it doesn't work, it only keeps buy at market and nothing more.
What I'm trying to do is a simple martingale system that do this:
Many thanks,
Alessandro
Hi all, I'm new of fxDreema and I try to do my first EA. Now I'm facing with my first problem...I'd like that a sell stop pending order will expire if the price cross above a MA, but I can't understand how do it.
Many thanks,
Alessandro