@ancient199 Miro is certainly one of the most powerful users in this forums. If you understand what he creates (and that's a completely different story) you can do great things. I tell you this because I'm not always sure to understand his complex logic and his command of custom code.
Posts made by l'andorrà
-
RE: I´m looking to create a screener, showing me several instruments in some particular order and click on them. Any clue?posted in Questions & Answers
-
RE: Duplicate order from signalposted in Questions & Answers
@tjommas Unless you are a programmer knowing how to use 'terminal variables', simply forget it . You can find several reliable free copiers on the internat. Don't waste time trying to create one on your own.
-
RE: Alertsposted in Questions & Answers
@jazzybhai You can find those alerts in the 'Expert' or 'Journal' tabs once backtesting is complete.
-
RE: how to write multi conditionposted in Questions & Answers
@fxtrader-mts Two additional questions.
-
Are all those 3 o 4 bull candles supposed to be a condition WHILE sma8 > sma 20 AND price is > sma 200 at the same time? I mean can two candles be below sma 200 and then the other 2 above sma 200, for example?
-
What do you exactly mean by 'close at high'?
-
-
RE: EA with Standard Deviationposted in Questions & Answers
@donnie No problem. We can help you here. Do you have any initial fxDreema project to begin with?
-
RE: check last candle and set a order.posted in Questions & Answers
@killero53 Yes, candle ID 0 is the current candle in formation. Candle ID 1 is the first closed candle.
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@miki An interesting way to do it, but I do not see how that structure can identify the largest consecutive loss from the whole history tab. I see you can find the total loss in general, but not the relative DD. Any suggestion?
-
RE: How can I turn DD into a percentage?posted in Questions & Answers
@seb-0 I need the relative one. Any suggestion?
-
RE: extract close value vertical lineposted in Questions & Answers
@juanitomejiar And are you supposed to select any cabdle on the chart? Even if it is 20 years ago?
-
RE: Trading renkoposted in Questions & Answers
@kizerage212 You can certainly set your blocks to consider previous candle close, but you will never be able to get those prices until the open of the next candle. Not because of fxDreema's 'fault'. Just because the EA never know when a candle is closed before a new one is created. That's a visual artifact created for us humans on charts.
-
RE: problem with candle id of my nice value indicatorposted in Questions & Answers
@pugliareid Did you fix the problem?
-
RE: % Equity => Lots intermittent error?posted in Bug Reports
@droctagon If we were programmers that wouldn't matter, certainly because we would be able to find the code to make it work. However, we're not and that block option is the only element we have, so there is no choice.
-
RE: % Equity => Lots intermittent error?posted in Bug Reports
@droctagon Do your trades have an initial SL? That money management option needs an initial SL to work correctly.
-
RE: I want to create three continous candle and close by opposite candleposted in Questions & Answers
@homemebel Do you mean three consecutve bull candles and then a fourth bear candle, for example? Then open trade?
-
RE: extract close value vertical lineposted in Questions & Answers
@juanitomejiar I'm not completely sure what you mean. You draw manually a vertical line on a candle and then take the close price of it. Then you want to compare that value with what excacly of the current candle?
-
RE: How do draw a line on the candle clicked?posted in Questions & Answers
@supersako I would recommend you to use a custom indicator doing it. If you need an EA to draw a line and a different EA to your openings you will need two different charts to trade, which is hard to do. However, if you find a custom indicator doing so, then you can normally use your launcher EA.
-
RE: As I calculate the exact price with the profit at 0, having many open positions with different sizes?posted in Questions & Answers
@alex222 You can get it this way:

This structure will search for all open trades right now and will wait until profit is the amount you want. Below that second block you can connect a 'close trades' block and that will close all your open immediately.
-
RE: problem with candle id of my nice value indicatorposted in Questions & Answers
@pugliareid I see no output buffers are visible in your blocks. Are there any coloured buffers supposed to be used with that custom indicator?
-
RE: DAILY TARGETposted in Questions & Answers
@kestra Honestly, I don't know. I haven't met any high frequency trader yet. Personally I don't think any of them will share that info in a public forum, but you never know.