I'm afraid not, man. This is the admin's private field! It depends completely on him.
Posts made by l'andorrà
-
RE: Cluttered EA input window improvementposted in Questions & Answers
-
RE: Comment (ugly) block doesn't work on MT5posted in Bug Reports
@fxDreema I didn't request to remove the text while the bot is running but only when it is removed, as it's happening now for MT4. I thought the 'normal' behaviour was what happens now on MT4.
-
RE: multiple entrieposted in Questions & Answers
I mean how many open trades are supposed to happen every trading day.
-
RE: EA xauusdposted in Questions & Answers
That I understand, but how is the variable value obtained?
-
RE: Volume limit exceeded mql5 validation errorposted in Questions & Answers
It looks like an mql5.com page report. Are you using your bot there as a signal provider? If so probably the problem will be a communication problem with their servers. I read a problem like this on a thread in the past. I'm not a programmer so I'm afraid I cannot be of any help here.
-
RE: Please help me after my EA run there is two reason the EA reset my lot size in the MT4posted in Bug Reports
Martingales are never successful in the long run. I encourage you to find an alternative approach to tradint. Trust me, I trien countless martingales in the past and none of them worked in the long run.
-
RE: Test and Retestposted in Questions & Answers
You didn't separate the block trees as I suggested.

-
RE: How can I use Counter numbers to restrict logic from runningposted in Questions & Answers
Can you please share your latest version?
-
RE: Candle pattern logic EA questionposted in Questions & Answers
Reviewing yours launching structure as it is would be very time consuming, I'm afraid. Me recommendation is splitting it into smaller parts, test them separately and find the issue when recombining them one after the next one. That should help you find the issue.
-
RE: Test and Retestposted in Questions & Answers
Then you need to use boolean variables controlling both condition separately (ie separate block trees). And then on a third block tree you use two condition blocks on top of it where both variables need to be true at the same time.
-
RE: How can I use Counter numbers to restrict logic from runningposted in Questions & Answers
Yes, just like that. Now every time a new rectangle is drawn, modify the variable slightly in order to provide a different name. You can use numbers on a string variable. That makes it easier.
-
RE: Candle pattern logic EA questionposted in Questions & Answers
I recommend to move the daily reset structure to the 'on timer' tab. You will avoid many time issues as per your description. On the other hand I don't fully understand the whole logic behind the sell triggering. Could you please simplify it?
-
RE: Test and Retestposted in Questions & Answers
Are those conditions supposed to happen at different moments in time, right? Your bot is requestion them to happen at the exact same time.
-
RE: EA not closing tradesposted in Questions & Answers
Can you please share the link to the project?
-
RE: Moving take profitposted in Questions & Answers
What if more than one candle is crossing the MA. Should there be many buys and many sells at the same time?
-
RE: Duplicating indicator windowsposted in Questions & Answers
Try contacting the admin. Maybe he can provide some help.
-
RE: multiple entrieposted in Questions & Answers
How many times is that supposed to happen per trading session?
