@timberwolves Does this part work? Because it should.
Posts made by l'andorrà
-
RE: HOW TO CREATE PIVOT POINT BASED EAposted in Questions & Answers
-
RE: Pips away from indicator in cascade not workingposted in Questions & Answers
@trdjb3 Can you please share your last version of the project?
-
RE: EA grid trading for sell make some errorposted in Questions & Answers
@homemebel The logic on block 28 is wrong. You are comparing a price level with a distance in pips and that cannot be computed. If you want that variable called 'valsell' is more than 25 pips you need to do something like this:

Now two price levels are compared and that can be executed.
-
RE: trailing stopposted in Questions & Answers
@ortiz Enonces no necesitas el BE, sólo el trailing stop, que ya hace eso. Es este bloque:

-
RE: How can I use specific digits of a currencyposted in Questions & Answers
@frank-2 Then you can do it this way:

In this example, that number 3 means 3 decimal positions to be considered. Any other beyond will be discarded.
-
RE: Maybe bug in the symbol fieldposted in Bug Reports
@xfire This is certainly weird. I know this can sound weird but delete the block and rebuilt it from a new one. Sometimes blocks are corrupt. If it doesn't work you should fdefinitely contact the admin.
-
RE: Stop Loss Parabolic first dotposted in Questions & Answers
@wctrade36 Blocks 10 and 18 should be swapped. The 'once per bar' block searching for the PSAR conditions need to be executed first. Then you need to change the > symbol in block 15 by < instead.
-
RE: HOW TO CLOSE BY CLOSE OF OPOSITE CANDLEposted in Questions & Answers
@willy254-0 Not sure I get it. According to your image the trade is closed after three bearish candles are visible. Shouldn't it be at the end of the first one instead?
-
RE: check hedge or netting accountposted in Questions & Answers
@laudemir AFAIK there is no bloc in fxDreema looking for that info, sorry.
-
RE: Countdown to executtionposted in Questions & Answers
@youngtreptrader Did you try my suggestion? That should avoid more then one trade per bar.
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra How many simultaneous open trades are supposed to be? Is there any limit? And will you need onlye the last one closed?
-
RE: How can you use the condition block to check distance pips have moved in a current tradeposted in Questions & Answers
@od No . You are comparing a price level (for example 1.2326) with a distance in pips (30). You need to compare equivalent elements, like two prices ro two pips distances.
-
RE: How can you use the condition block to check distance pips have moved in a current tradeposted in Questions & Answers
@od If there is just one open trade you can use a simple variable:

-
RE: Script to select all horizontal lines on chartposted in Questions & Answers
@general-melchett I guess that is not possible wiothout custom code. I found no block doing that. I'm interested in the solution to this too.
-
RE: How do you delete a pending orderposted in Questions & Answers
@od You should use the blocks on the 'on trade' tab as suggested by jstap.
-
RE: Asian Session break.posted in Questions & Answers
@aqoeqmfypkymgc You can do that without drawing anythong on chart. You just need those time limits and tell the EA if price is above/below those limits.
-
RE: Opening trades on specific timefame onlyposted in Questions & Answers
@yeaha This is the second thread you opened for the same question. I replied to the first one. Please don't duplicate threads.
-
RE: PLEASE ADD THISposted in Questions & Answers
@kestra That is a complex project to do. You wlud need several variables and loops to do all those calculations. I'm afraid it is not a question of using this or that block. That project would need a serious dedication.
-
RE: RSI EAposted in Tutorials by Users
@youngtreptrader That is not a trivial loop to do. They are not my field of expertise, honestñy. Maybe jstap can shed some light here?
