Forum

Is there a way to simulate live market with all values etc?

Hi there! I have a EA that checks if a candle from a indicator has been 100% positive (So every tick), before he does something. Is there any way to simulate this situation so i can test the best settings? I already tried the strategy tester with extra downloaded data and 100% quality in the report

Recording if the last candles of a indicator were positive.

Hi guys, im trying to get a function that checks how many candles from the indicator were positive or negative in a row. My problem is that it is somehow not working correctly. So lets say: 4 Candles have been positive but it shows only 3 sometimes. Do you guys have a idea? Thank you! My try: //|

MT4 EA Close specific order.

Hi! Im running multiple Forex Pairs but i only want to close the order of the Forex Pair that the EA is installed "on". My try; void CloseOrders() { // Update the exchange rates before closing the orders. RefreshRates(); // Log in the terminal the total of orders, current and past. //