@seb-0 Yeah, some brokers have a huge stop level. If calculations are right, what I assume, I'd say change the broker or the timeframe to get bigger candles!?!
Posts made by trader.philipps
-
RE: Variables issueposted in Questions & Answers
-
RE: Assign a group number to manual tradesposted in Questions & Answers
@mpr260975 Create a buy and a sell button on your chart is probably the easiest way.
-
RE: how many candles?posted in Questions & Answers
@fxalex And how do you identify the start of the sequence?
-
RE: Reverse trailing stop possible, please help me??posted in Questions & Answers
@chattahooche Sounds like simple trailing stop loss or I didn't get what means reverse.
You have a trailing start, trailing step and trailing stop. So what is the problem? -
RE: Reference to candle price (setting an id for candle maybe? )posted in Questions & Answers
@azfireland Would that do the trick?

If you need thecandle ID you can the "What to get" part to candle ID.
-
RE: Close trade when take profit is higher then sell priceposted in Questions & Answers
@wakalz99 Tale profit has to be "Price Level" in my opinion as open price is also a price level.
What are the change status fields for? I never use them.
-
RE: 2019.10.10 01:05:14.198 2019.09.02 14:03:48 fxDreema (8) GBPUSD#,M1: Expert Advisor self terminatedposted in Questions & Answers
@mselvi70 Did you check experts tab and journal for any errors? Are you using any custom indicators?
-
RE: how many candles?posted in Questions & Answers
@fxalex Do you need to know the number of candles? Or do you just want to make sure that a certain amount of time has passed since close of the trade. In the last case you maight use this..

Unfortunately you cannot specify a minimum candle number, just time parameters.
-
RE: Reference to candle price (setting an id for candle maybe? )posted in Questions & Answers
@azfireland Does it mean you want eg the candle that is 10 candles away? So just put ID10 for instance. Or what is the issue? Maybe I didn't get you right.
-
RE: Variables issueposted in Questions & Answers
@seb-0 Do you see some errors in expert or journal log?
If you work with once per bar, the line is executed on first tick of the bar. If you specify your calculations on candle ID0, It's unlikely that it will have a 3 pip candlesize already.

So better do your calculations on previous candle with ID1!
-
RE: Problem with Magic Numberposted in Questions & Answers
@marianomartinez Usually that's not necessary.
-
RE: my Martingale EA have problem with layer . Please Help meposted in Questions & Answers
@fairos Thanks for the screenshot. However, @l-andorrĂ meant a link to the project share.
-
RE: Problem with Magic Numberposted in Questions & Answers
@marianomartinez No. By default the EA only cares for trades with the same symbol and magic number that it is attached to. There must be something else wrong in your setup I guess.
-
RE: Problem with Magic Numberposted in Questions & Answers
@marianomartinez Well, everything looks fine for me. The only difference I found between sell and buy line is here (cross width) ..

But that has nothing to do with the issue you are facing.
Is it opening 2 trades on the same symbol or on different symbols?
-
RE: Close trade when take profit is higher then sell priceposted in Questions & Answers
@wakalz99 said in Close trade when take profit is higher then sell price:
vzlomishk
Sorry, but I'm not interested in marti grid EAs. Just wanted to help you out. If EA doesn't do what you intend to do, we need to have a look at. Otherwise we can't help.
-
RE: Close trade when take profit is higher then sell priceposted in Questions & Answers
@wakalz99 Can you share your project? It's hard to tell as my crystal ball is in repair

-
RE: Variable not working for chart priceposted in Questions & Answers
Check my post in https://fxdreema.com/forum/topic/7938/atr-strategy-i-m-confused-help-me-please/2
There I show how to transform ATR value into pip value (independent from digits) and can easily be added / reduced from any price. -
RE: Close trade when take profit is higher then sell priceposted in Questions & Answers
@wakalz99 Open Price is the price that will appear in your terminal and is the open price of the order!
-
RE: Variable not working for chart priceposted in Questions & Answers
@pipologist Check the block IDs! The Custom MQL Code block (ID 2) is running before you modify the ATR variable! However, that might just be a side affect.
