In the 'On Trade' tab you could try something like this perhaps?

Best posts made by Morpheus_0
-
RE: How To Set Like This?posted in Questions & Answers
-
RE: Start Trailing SL When In Profitposted in Questions & Answers
@biztet - I think he means like this...>>

@l-andorrà - Please correct me if I'm wrong*
-
RE: Strange Timeframe Problem*posted in Questions & Answers
@sktsec - Thanks for the suggestions. The issue is actually trying to find an MA Crossover in the last 40 candles, but I will have a look*
-
RE: Gridsposted in Questions & Answers
You could try adjusting the 'Not more than n trades' amount....?
Or perhaps using the Check Trades Count block to turn off the Buy/Sell blocks...

Or waiting until your account empties, which is usually what happens with Grid or Martingale systems.... :-))
Sry.....There'll be a way to do it*
Regards*
-
RE: Why does EA not apply offset properly???posted in Questions & Answers
Perhaps you need to use the Check Distance Block....to check the distance between trades....*
Latest posts made by Morpheus_0
-
RE: Customblock is not accessible.posted in Questions & Answers
Have you already input data into the block? Perhaps the data is incorrect rather than the block itself...(?)
Regards*
-
RE: Consecutive Losses & Turn Off Blockposted in Questions & Answers
You could try only 1 symbol at a time. The EA will only place trades on the chart it's on....
Also you have JPYUSD in the field rather than USDJPY....
Also you have no Block ID in the Turn Off block....
Regards*
-
RE: move pending sell buy stop 2 pips higher or lowerposted in Questions & Answers
You could try something like For Each Pending Order>Condition or Indicator>Slide Order.....
Regards*

-
RE: Virtual Bugs*posted in Questions & Answers
There is a work around for this by using the Unrealised Profit/Loss > Close Trades blocks* So long as you don't want to use Trailing Stops....
Regards*
-
RE: How To Make Martingale EA reset lot size after profit.posted in Questions & Answers
Do you have your Buy/Sell blocks set on the Martingale settings?

Regards*
-
RE: modify stops of trades (older than now)posted in Questions & Answers
You could try For Each Trade>Check Age....
It has option for seconds...
Regards*

-
RE: Virtual Bugs*posted in Questions & Answers
@ambrogio - Conditions are price movement a certain distance in one direction. The Buys work fine. Only the Sells throw up that message and have that problem....
But anyway, I've turned off Virtual Stops for now*
Regards*
-
RE: Virtual Bugs*posted in Questions & Answers
Hi Guys - Thanks for your thoughts*
@l-andorrà - Yeh I know. I just have to put aside the theory that brokers hunt stops.. That's the whole point of using Virtual Stops right?
Also I already have over 300 blocks in this EA. I think that's enough yeh....lol@ambrogio - Yes trailing stops. The real problem is that it only throws that message sometimes here and there, and when it does, the EA won't place the trade. Therefore, it's just not reliable enough as you can't have your EA missing trades etc...
Also, the stop doesn't start trailing immediately therefore the trade should still get placed...yet it doesn't....Eh, I'll just have to do without it and hope the above theory is incorrect*
Regards* -
Virtual Bugs*posted in Questions & Answers
Hello Dreemas*
I've had a long standing love/hate relationship with the Virtual Stops feature provided by FXDreema. Always seems to be a problem.
If I enable Virtual Stops I get the Error 4202. If I disable it I have no problems at all.

I relate to the reasoning and would dearly love to use Virtual Stops but I guess it's time to give up on the idea*
Regards*
-
RE: open new buy position at every 20 pips profit on the previous buy positionposted in Questions & Answers
Obimbs - Can you try this:
Disconnect Blocks 2 and 3
Remove the 1 in the Not More Than field
You would also have to make the pips_gap a variable so the sequence away from the parent trade is 20/40/60...etc....
This would also mean you probably wouldn't need the Once per Position block....