On trade tab trade closed by TP-close all trades
Posts made by jstap
-
RE: I am stuck Please Helpposted in Questions & Answers
-
RE: multiplyingposted in Questions & Answers
I should have said for each closed trade block, for SL you may need to use price fraction value, or get the level and add pips.
-
RE: Glitch on Unattching EA waits for tick dataposted in Questions & Answers
Not sure but I guess it's your terminal
-
RE: I am stuck Please Helpposted in Questions & Answers
Best would be to trail by pips, other wise close profitable trades by money.
-
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
for each closed trade-close price will give you the price. On trade tab trade closed connected to buy/sell will create a instant order.
-
RE: multiplyingposted in Questions & Answers
On trade tab, trade closed by SL, for each trade block, buy/sell block with in loop lot adjusted by *2, create 2 trees 1 4 buy, 1 4 sell
-
RE: how to use EA on meta trader 5posted in Questions & Answers
I think you need this, when you create the project select MT5
-
RE: How to enable EA to Execute Buttonposted in Questions & Answers
You can back test and check EA at any time
-
RE: EA not workingposted in Bug Reports
To change the base value you need to add the same variable to where you have +3, then add the +3 to the adjust field.
-
RE: Price Level From Text Objectposted in Questions & Answers
Object on chart description, I think.
-
RE: moving average on atrposted in Questions & Answers
You would need a custom indicator to do this.
-
RE: free margin checkposted in Questions & Answers
Not sure but if you put this in a comment you will see what value is returned.
-
RE: Help me display the total LOTsposted in Questions & Answers
bucket of closed positions, display lots in a comment
-
RE: I want a block that Enter trade once even if it gives multiple signalposted in Questions & Answers
Indicator appears, once per bar
-
RE: Close position please help!posted in Questions & Answers
If you look in your input (on platform, is the constant), you can chance this number, if added to adjust this will be added to the constant, so wants to be empty. As for the pass I would add if it was me, might not be needed but you will have to test to find out.
-
RE: Close position please help!posted in Questions & Answers
Use bucket of trades to get the value of each type, in separate trees check value and close the one type.
-
RE: Change TP - Take Profit Average Lots for first and last positionsposted in Questions & Answers
I know, keep trying and you'll get there

-
RE: Change TP - Take Profit Average Lots for first and last positionsposted in Questions & Answers
Modify stop's need to be under a for each trade, this way it will loop through and modify each trade, this also needs to be in a separate tree and not under a buy/sell block.