@yogajangkung This should work, basically it says if trade and profit = 10000 close all, are you sure that you get to this amount of profit total?
Posts made by jstap
-
RE: close trade not workingposted in Questions & Answers
-
RE: Enable & Disable Indicator Functionposted in Questions & Answers
@paihdt If INDI_1 is true it will pass through orange, if false it will pass through yellow.

-
RE: CONNECTING LAST BLOCK TO FIRST BLOCKposted in Questions & Answers
@musa-5 It should be connected like this, or close from a separate tree.

-
RE: CONNECTING LAST BLOCK TO FIRST BLOCKposted in Questions & Answers
@musa-5 l-andorrà is correct a shared link makes things easier, your close needs to be in line with the buy sell, not teed off.
-
RE: HELP PLEASEEEposted in Questions & Answers
@aisar should open increased lot order. bit busy at me but will have a look when get a minute.
-
RE: CONNECTING LAST BLOCK TO FIRST BLOCKposted in Questions & Answers
@musa-5 Remove the loop and place close above the buy/sell. I would also have a separate no trade block for buy/sell unless only 1 trade of either buy or sell is required.
-
RE: How do I make EA always sell oldest position first for FIFO compliance?posted in Questions & Answers
@je123 Use group to place trades and close lowest number group first.
-
RE: CONNECTING LAST BLOCK TO FIRST BLOCKposted in Questions & Answers
@musa-5 It will create a loop, only good if you want to start the blocks again.
-
RE: Hello all have got an indicator and would wish to create a dashboard for itposted in Questions & Answers
@frank-2 On tick, have a condition with a button drawn to your colour and size when true, redraw button when condition false with different colour but same place and size, repeat this until all conditions are met.
-
RE: HELP PLEASEEEposted in Questions & Answers
@aisar Yes that is how I would do it, check on back test to see if works, it should but if not let me know.
-
RE: at certain hour, buying or selling depend on the, e.g. the colour of the heiken ashi or t3 lines? Can anyone help, thank you.posted in Questions & Answers
@johnzoe-fx What your asking for is not too clear, are these custom indicators?
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 We all were once, taught ourselves by reading forum and testing, I said in the above post how to do it. If you still struggle say so on here and at some point over the weekend I'll have a look.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 I said the bot wasn't working, now you need to get the lines drawing on you engulfing candle, once working put the ZZ on the back test so you can visually see lines meet with ZZ, once this is working add to your buy sell tree. This is how I would do it.
-
RE: SuperTrend (Non Repainting). Higher time frame Colour Change as macro signal to lower timeframeposted in Questions & Answers
@l-andorrà Are you sure you cannot check different TF MA's in one block? I have never tried but to me left operand is returning the price level of daily MA & the right operand is returning the current TF MA price level, so in FX/EA it is just comparing if one price is above the other.
-
RE: modify stop loss based on magic numberposted in Questions & Answers
@l-andorrà As l-andorra says maybe custom code, if both EA's have the same magic number it would do this., also with a group you could set up to only modify certain trades.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 The ZZ in your project was not working, Always put results in comments or drawing a line to visually see if working. In Here is a project where ZZ is working and displaying in comments, Haven't had the time to get the engulfing working but you will see what you need to do.
-
RE: I Want To Correction In My Zigzag EAposted in Questions & Answers
@muneeb00 In your other post I put a link on how to create engulfing, use your ZZ code to get the ID to ensure it matches the engulfing candle.
-
RE: I Want To Create A Bot On EMAposted in Questions & Answers
@muneeb00 In HERE see how to create a candle condition, candle cross just has to have the same candle ID.
-
RE: syntax error, parameter missedposted in Bug Reports
@amincgi Without seeing how the indicator is in inputs and fxdreema is hard to say, are the dreema inputs the same as in MT?