Forum

Signal - account equity 0.00 less than limit

Since a couple of days I have subscribed to one of the signal providers but it appeared now already 2 or 3 times that overnight my positions are closed and I saw the following reason in the log file: Signal - account equity 0.00 less than limit [amount], close all positions opened by signal Signal -

Error Backtesting : no data restored

I am trying to back test a few EA's but get every time the following error message and can't find a proper answer so far on this issue. The error message is as follows: 11:15:20 EA name : optimization started 11:15:20 EA name : no data restored 11:15:20 EA name : optimization stopped 11:15:20 There

MT4 Crashing when saving set file

Every time I try to save a set file in the Strategy Tester screen MT4 it is crashing. It happens when I click on the save-button and the Save As-screen opens it's crashing after a couple of seconds. I have reinstalled version 432 and installed version 438 but it's happening in both versions. Anyone

Problems with search function

Is it correct that there is a problem with the search function ? I get the message "An error occurred. Please try again later." But I get this message already now for 2 days. Is there any helpdesk to whom I can address this problem

OrderLots not showing any value

Hi, I try to implement an indicator which is showing my outstanding orders for a specific EA. But I am trying as well to get the total lotsize in case there are more outstanding orders for this EA, but I am doing something wrong because it's not returning any value for the OrderLots. Can anyone help

Conditional line in graph

I hope someone can help me. What I try to achieve is a conditional line in a graph i.e. for the Stochastics indicator I only want the base line and the signal line to be drawn when they are rising or if the are above 30. How can I do this? Do I need to add an if statement in this part of the code

Multiple sessions MT4 on same account

Is it possible to run 2 or more sessions of MT4 (with different EA's) on the same account at the same time

Call a custom Indicator

I hope someone can help me. I want to call a custom indicator (the one who is attached to this topic). What I ultimately want to do is to generate a signal when i.e. buffer 2 is crossing buffer 4. I am now trying to figure out if I can call this custom indicator or that I have to implement the

Multiple Indicators in same subwindow?

Is it possible to show more indicators in the same subwindow? I.e. I want to have 3 or 4 stochastics in subwindow 1. Is this possible and if yes, how do I do this

Problems with buffers (Stochastics)

I hope anyone can help me. I try to add an additional Moving Average to the usual Stochastics but the last two MA's (buffer 4 & 5) do not show up in my graph. Probably I do something wrong with the buffers. Could anyone tell me what I am doing wrong? Thanks in advance. #property