Posts made by trader.philipps
-
RE: Closing Tradesposted in Questions & Answers
@johnny_prd Create a loop for orders and use this block

if you want to set it by time.
Another way may be using expiration but maybe that works only for pending orders. Haven't tried yet.
-
RE: compiling issueposted in Questions & Answers
@zackry Are you getting any warnings when compiling in Metaeditor?
-
RE: compiling issueposted in Questions & Answers
@zackry Are you sure ex5 is compiled by fxdreema without any issues? I remember I once had an issue with a block where I changed some setting, but the one configured before was still also compiled. For instance if you choose a Buy block with fixed SL / TP and put a variable in there and save it. After that I changed the MM to risk percent based on SL but didn't clear the variables used before in static SL / TP. If I remeber it right, fxdreema compiled well or at least didn't show any issue, but compileing the sources in Metaeditor caused errors.
-
RE: check profit questionposted in Questions & Answers
@norbii012 said in check profit question:
i want make this somebody can help me pls ?
check running trade , and if it is not profitable, do not open another trade, if it is on profit, make tradeTry this block as a condition to check.

-
RE: Partial closure on MT5 doesn't round lot size to a valid valueposted in Bug Reports
@xfire said in Partial closure on MT5 doesn't round lot size to a valid value:
@trader-philipps Hi. can you share your project?
i see you have a message for retrying in 5 s maybe your broker have problem with your EASorry, can't share it here. But it is easy to reproduce. Choose an uneven lot size and partly close 50%.
-
RE: Partial closure on MT5 doesn't round lot size to a valid valueposted in Bug Reports
@l-andorrĂ Yeah, looks like. Thought it was so easy to just use that block. I think in MT4 it works fine.
-
RE: "object on chart" on previous candle ?posted in Questions & Answers
@zackry If you know the name, can't you choose the Candle ID 1? Haven't used it ever, but maybe it gives you the candle ID and you might compare it if it equals 1.

-
Partial closure on MT5 doesn't round lot size to a valid valueposted in Bug Reports
I was just adding the scale out to my project which is done by partial closure. However, fxdreema doesn't round to a valid lot size and I see the following error in the log

Here is the corresponding block.

-
RE: Chart Indicator EAposted in Questions & Answers
@l-andorrĂ I think in this case it's nit so hard - the indicator has just 1 parameter

-
RE: Please help with the condition below with illustrationposted in Questions & Answers
@xfire said in Please help with the condition below with illustration:
@traderea6 OK you should try to solve your issue with change samples
the example working when MA is above candle and candle is less than 40 pip near MA
maybe 1 pip or 39 pip
just try and say to me what happened

Shouldn't block 15 in your screenshot read like +40 pips instead of just +40 ?
-
RE: Possible basic errors in my program structure causing issuesposted in Questions & Answers
@dore Well, you should try to let run each block as often than needed. That's why I place Once per bar on the top.
-
RE: I GOT AN FREE DIVERGENCE INDICATOR ,NEED HELP TO MAKE A MAKE AN EA!posted in Questions & Answers
@nandu You might ask the author.
-
RE: Is there a way i can have a screen shot of a chart sent to my email address on every 30 min candle closeposted in Questions & Answers
@crazycnw Sending mail and taking screenshot is basically possible with fxdreema. The combination of both I think you need to do somehow outside or use external APIs.
-
RE: Possible basic errors in my program structure causing issuesposted in Questions & Answers
@dore If you want to pass the structures twice per tick, than both are fine. If that is a mistake, none of the given ones are good.
I'd in this case do something like this

Keep in mind that block 1799 and followwed are executed before block 1801 and so on!
-
RE: Custom Indicator Helpposted in Questions & Answers
@l-andorrĂ said in Custom Indicator Help:
I uploaded it and I see the problem. No buffers are automatically identified by fxDreema. You will have to create them as explained here:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
@Bruno-3 Try to import this indicator. I modified it sometime ago and it should import correctly.
0_1585787032652_TMA_CG_mladen_NRP.mq4 -
RE: Create an operation with an object in a chart.posted in Questions & Answers
@agbatoadesina Could you share that part, please, where you are using the buffers?
-
RE: After closing trade no trade on same dayposted in Questions & Answers
@trader-philipps said in After closing trade no trade on same day:
@l-andorrĂ Isn't it easier to set flags? Such as as bool flag to true if trade is closed and on each new daily candle set the bool frlag to true?
I meant that after trade is closed set the bool flag to false and set to true on next daily candle.
-
RE: Good Strategy (so far) but confusing results.......any ideas?posted in Questions & Answers
@abarrett69 said in Good Strategy (so far) but confusing results.......any ideas?:
@trader-philipps Can you tell me where this is configured? I use slippage but assume that is slippage on the trade but I can't see Spread?
Well, I use Tick Data Suite on MT4, so it says variable for me. If it says current, tester takes spread from market watch , which works okay during market hours but on off market hours can be very high.

-
RE: why some trade not close on renko chartposted in Questions & Answers
@l-andorrĂ said in why some trade not close on renko chart:
I see you are using M2 timegrame in MT4. Did you create that custom timeframe? That is not available by default? On the other hand your 'Once per bar' blocks are specified on the 'current' timeframe. Is it different from M2?
M2 is used for the renko offline chart. That might not be the issue. I think it's more about the indicator.
@bob-2 Are you sure that your half trend indicator is not repainting? It looks like the arrow appear later than on current candle!?!
