@xanderrooi9 On trade tab->purple trade closed block->buy/sell block
Posts made by jstap
-
RE: Open oder on take profitposted in Questions & Answers
-
RE: How do I display total number of running trades in MT5?posted in General Discussions
@mikelegend Buckets of trades->modify variables (or comment).
-
RE: why the condition works just for first trade?posted in Questions & Answers
@khansari After the action that used the flag set flag back to the start position.
-
RE: Help me!!!posted in Tutorials by Users
@frendo |In the instruction pages you can find how to start, there is also many YouTube videos and forum post's here, once you have your start put a shared link and ask questions for any problems you are having.
-
RE: Please help how to add the pending order immediately at the same price of previous open trade every time that when the opposite trade get stop loss.posted in Questions & Answers
@zarbitz Go to project options and normalise the block id's to correct the crazy numbers, if you want to add trade once one closes remove the pending trees from on tick and add what's in the picture to the on trade tab, as is as soon as a trade has been created a pending is created at the open price of a previous closed trade, this is then the start of a loop so likely keeps placing at the open of all previous trades, see if this works, let me know if not:


-
RE: send VARIABLES to TELEGRAMposted in Questions & Answers
@aman I don't know, Iv'e never tried but in custom code/code input you can add most mql code.
-
RE: I WANT MY TDI LD50 INDICATOR TO LOOK BACK A SETPERIOD TO CONFIRM BIAS DIRECTION OF ROBOTposted in Questions & Answers
@franknk97 You could use this https://fxdreema.com/shared/Dlw5GO8vb put your indicator in the condition blocks, this will only count candles but x candles equal x time.
-
RE: send VARIABLES to TELEGRAMposted in Questions & Answers
@aman Remove the 1st all text input variable, move all so there in order, the values you want in variable from text code need to have already been put into the variables, this can be a block above another, or it could just be 1st in a modify variable block.
-
RE: help make this ea please...posted in Questions & Answers
@egaxme If you created this EA then neat work, unfortunately though is a lot to inspect, if you are having specific problems say what they are and ask how to fix.
-
RE: zizag strategy eaposted in Tutorials by Users
@crypton You will find how to use zigzag in here: https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced
you can use a time filter to determine times you use, make a start and share your project, ask how to sort problems you are having.
-
RE: how to close is last three trade..posted in Questions & Answers
@hiten7405 With the pink for each trade block you can eliminate trade you want so you are only working on the trade you want.
-
RE: I WANT MY TDI LD50 INDICATOR TO LOOK BACK A SETPERIOD TO CONFIRM BIAS DIRECTION OF ROBOTposted in Questions & Answers
@franknk97 If you have the LD50 value then a condition block with value <or> LD50 value would do this.
-
RE: Please help how to add the pending order immediately at the same price of previous open trade every time that when the opposite trade get stop loss.posted in Questions & Answers
@zarbitz You need to add a shared project so what is inside the blocks can be checked, for a start though you will need to use groups so the pending's have a different number to the instant, then the pending becomes a trade it uses the group number to adjust, the on trade allows greater control on created trades.
-
RE: Can one add indicator settings in RSI windowposted in Questions & Answers
@ukejika You can do this in meta trader, I don't think you can on FX so you will have to get/find a custom indicator.
-
RE: How to assign trades in a groupposted in Questions & Answers
@eaproz Add the used group number to the buy/sell and close blocks
-
RE: send VARIABLES to TELEGRAMposted in Questions & Answers
@aman Put all in the order it needs to happen,

-
RE: π―ππ ππππππππ , π―πππ ππ ππ ππππ ππππ π¬π¨..posted in General Discussions
@tushar If you use magic & group numbers you can control what another EA has done.