@jstap - Ah I think I get it now. So like this..>>

Posts made by Morpheus_0
-
RE: Or Block*posted in Questions & Answers
@jstap - So you're saying the one on the right is correct....?
-
RE: Or Block*posted in Questions & Answers
@roar Thanks....However, without the 'Or' block, if one of those conditions doesn't happen then the blocks will not pass no....?
-
Or Block*posted in Questions & Answers
This may seem like a dumb question but: Which of these is the right order?
I have the first one but I'm not sure it's working.....

@jstap @roar @l-andorrà @fxDreema -
RE: Cross above MA and then cross below HMA before closing tradeposted in Questions & Answers
Well I have to say your EA is way above my level....but in those 2 blocks (338/350) you have the same buffer number.....(?)
-
RE: EA Removing Itself?posted in Questions & Answers
Not sure what you mean by 'view a topic' but there is nothing in the Experts tab or the Journal tab either....*
-
RE: EA Removing Itself?posted in Questions & Answers
For sure, but I wouldn't say its removing the EA because of Virtual SLs....I always use them and it doesn't happen with my other EAs.....
I've noticed it also seems to happen if I restart the MT4......
-
RE: EA Removing Itself?posted in Questions & Answers
@jstap - Mm yes, it's a bit of a concern, especially when using Virtual SLs.....
I wonder if it's something to do with DLL Imports....?
-
EA Removing Itself?posted in Questions & Answers
I have an EA running on a couple of different charts.
Every now and then I notice the little smiley face is gone from the AUDUSD chart and I have to reload the EA.....
There is nothing in the Experts or Journal tabs.....
Any ideas....?
TIA*
-
RE: Spread and Stats Meter Disappears?posted in Questions & Answers
Thanks @jstap . I may have a look at some stage. It's actually no biggie. The chart's actually cleaner without it and the EA is still working ok....:)
-
Spread and Stats Meter Disappears?posted in Questions & Answers
Hi All,
I have an EA which when I place it on the chart, the Spread Meter and Stats Meter appears but then disappears....
Anyone else ever have this problem.....?
There is an indicator Sub Window but that shouldn't matter right. I've had other EAs that display the Spread Meter above the Sub Window.....
TIA*
-
RE: Cross above MA and then cross below HMA before closing tradeposted in Questions & Answers
Sorry, what is HMA...?
Can you please post a link to your project.....*
-
RE: How can we display the profit ON chart after a closed trade?posted in Questions & Answers
@tpieczka said in How can we display the profit ON chart after a closed trade?:
@l-andorrà There is no "Position closed" in fxdreema
They are talking about MT5.....
With MT5 Builder it is Position.
With MT4 it is Trade.....Same thing just different names....:)
-
RE: 3 or more buys in the same priceposted in Questions & Answers
Possibly by adding more order blocks. You could also separate the trades further using Group Numbers....
Although someone else may know a better method*

-
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: Wait until the candle is closedposted in Questions & Answers
So I think you want:
Is Above instead of Crosses Above with Candle ID 2 in first condition.
Candle ID 1 in second condition.
Once Per Bar should be above Sell Block.
And I've always found it's good to line up the Block ID Numbers in order....but that might just be my OCDness...:)

-
RE: Trailing stop doesn't workposted in Questions & Answers
With Pivot Point, you may have to use Modify Stop block instead of Trailing Stop......
Someone else might have an idea too*
-
RE: Strange Timeframe Problem*posted in Questions & Answers
@fxDreema @roar Thankyou for the help.
I still can't seem to work out how to see if a MA cross occurred within the last 40 candles using the "moves within limits" block because it only shows 1 indicator, not 2 like normal condition block*

EDIT - I think it's because I need to use 'Dynamic Value' instead of 'Fixed Value'...? -
RE: Strange Timeframe Problem*posted in Questions & Answers
@roar said in Strange Timeframe Problem*:
I'm not sure the cross width can be used like that...
What do you mean....?
If I'm looking for the MA cross within the last 40 candles, how would I set that up...?
Regards*