thanks. but i already finish the robot using chatgpt lol. took me a day to troubleshoot it.
Posts made by keanzoe
-
RE: Selecting Individual Profit instead of total profit tradesposted in Questions & Answers
-
Selecting Individual Profit instead of total profit tradesposted in Questions & Answers
let say i have 3 running trades and i want to select the profit of my last trade only. what block i should use?
-
RE: Buy / Sell on Custom Indicatorposted in Questions & Answers
you put 'close trade block' above the buy and sell entry.. thats mean your ea only open a trade when a position is closed. which there is no open trade was currently running.
-
RE: Finding prices gap between 2 pairposted in Questions & Answers
never mind i solve it using for each trades and connect with bucket of trades.
-
Finding prices gap between 2 pairposted in Questions & Answers
Let say i have 4 running trades, how to select an individual profit of one of the running trades instead of the whole total profit?
-
RE: How to select the last 2 tradesposted in Questions & Answers
Thanks for the answer. That's what I'm looking for

. -
RE: How to make Buy and Sell EAposted in General Discussions
use the condition block, change the indicator to candle..
-
RE: No Position Block Questionposted in Questions & Answers
if you have different EA, it wont interfere one another, but if you have the 2 same ea on different pairs, change the magic number. but thats my opinion.
-
How to select the last 2 tradesposted in Questions & Answers
let say i have 8 running trades that executed in different time and different pairs. how to select the last 2 trades so i can put condition for it? what block should i use?
-
RE: EA makes wrong Short Entrysposted in Questions & Answers
did you intently to open so many trade?
-
RE: Developmentposted in Questions & Answers
if you want to pay, just ask the requirement here and whoever make it, gives the trial for you to test, if you satisfy then you'll pay.. so it's a win win.. lol
-
RE: foward value from constant to variableposted in Questions & Answers
i get it now. using the formula block.. lol
-
RE: foward value from constant to variableposted in Questions & Answers
i never want to modify the constant , just passing value from it to variable.
-
foward value from constant to variableposted in Questions & Answers
I want to clarify: if I use a modify block to forward the value from a constant to a variable, it wonβt work, right? because i cant modify the value from mt4 if it is variable..
-
RE: New order error: Invalid trade parameters (3)posted in Bug Reports
read at the journal log. what did it says?
-
RE: I need help with my EA, after the first take profitposted in Bug Reports
Why did you put (close trade) block? The trades are closed by tp and sl. Remove that and it should start producing entry again
-
RE: I need help with my EA, after the first take profitposted in Bug Reports
the logic behind your EA is simple but your blocks are complicated. lol
-
RE: open new buy position at every 20 pips profit on the previous buy positionposted in Questions & Answers
i set it as four, after 4 trades it wont generate the pending order. however, after you set take profit block, put make sure you turn on the block again..