There is a block "like "Close Profitable Trade"
Posts made by sktsec
-
RE: HOW TO CLOSE ONLY TRADES IN PROFIT AND KEEP THE LOOSING TRADES?posted in Questions & Answers
-
RE: adxposted in Questions & Answers
@MT4stefano
There was some display problem,I mean adx based line x> value numeric 25.
That means crossover. Is that right for you ?
Add once per bar before Buy/Sell or the EA will keep buying / selling
-
RE: SAVE PRICE LEVELS ENQUIRYposted in Questions & Answers
It is about saving the price levels in an array for further calculations. It may require custom code, and I am afraid not easy.
-
RE: NEEDS ASSISTANCE ON MY EA PROJECTposted in Questions & Answers
@Timberwolves
Can add once per bar or something like that, or you will receive the notifications in a non-stop manner -
RE: Candle Low between two Vertical Linesposted in Questions & Answers
To find the candle ID, try
For each object (select vertical line) --> Modify variable (select Object on Chart, enter Name of Object)To find the min / max,
Modify variable (select Market Property, Lowest/Highest Price (CandlePeriod))When you get the price level, you can draw the horizontal line
-
RE: Candle Low between two Vertical Linesposted in Questions & Answers
Identify the candle ID of the 2 vertical lines first, then get the value max / min, and draw the line
-
RE: The EA miss entries and closingposted in Questions & Answers
@jstap
I find custom indicator itself may even not work consistently by itself.In particular, in M1 timeframe and after hours/days of running (MT4).
Recently I coded an indicator buffer to simply record the open price at particular conditions.
The result is very strange: After a long run (1 or 2 days), it would then take prices that never exist ! I saw this happened only in M1 timeframe.
That is both strange and interesting. How come it would take an open price that never exists ?
There is obvious computation error. But my indicator is relatively simple.
Not sure if my PC being not fastest enough or having glitch due to high temperature.
-
RE: The EA miss entries and closingposted in Questions & Answers
It is straightforward and should have worked, provided your indicator could give the signal
-
RE: The EA miss entries and closingposted in Questions & Answers
Try : Removing the "if trade" block
-
RE: FXDreema source codeposted in Questions & Answers
- After your download suggested by @jstap, you can see the source code.
- To add your code in fxdreema, you better use the MQL block (very useful), or creating your own custom block (seems very difficult).
-
RE: I accidentally deleted a project. How do I recover it?posted in Questions & Answers
@CRsmartTrader
If you have ever export it to mql4/mql5, you can import it back. -
RE: custom indicator not working at even if its a non- repaintposted in Questions & Answers
Custom indicator may not work as expected due to a lot of reasons.
Better rewrite the indicator
-
RE: Looking for a reference for ICT concepts in FXDreemaposted in Tutorials by Users
A lot of ICT concepts. You can define any of them if you found valid.
I double if such concepts are like the old theory of Elliot Wave, in a sense that, being well-known but not a single formula for everyone.
-
RE: Supertrend block dont work - MT5posted in Questions & Answers
@Fireblade
Use the comment block to check the buffer output. Then you can know the exact problem -
RE: Supertrend block dont work - MT5posted in Questions & Answers
@Fireblade
I mean 1 at the indicator side -
RE: Supertrend block dont work - MT5posted in Questions & Answers
SuperTrend indicator is tricky.
Try candle 1 for this indicator. That is, enter 1 in the CandleID box
-
RE: "No Trade" Block condition issue resulting zero divide when "first" added to the Metatrader.posted in Bug Reports
@l-andorrà
Agree. Probably not related to fxdreema.It is likely that the chart do not have enough histoical data during the first startup, that make any EA or indicator fail in calculation