
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Obviously, even during the very long debugging phase I have printed everything to get out of the problem. But here I do not understand what I should check because in testing everything works without problems. How do I figure out where the problem comes from?
no useful help can be received without seeing the codes. all answers are wild guesses. you can summary your code before sending it here.
probably just those parts related to your order sending or condition checking. no one knows for sure.
Another wild guess could be the use of
OP - modify your code so that when a signal is verified an arrow is drawn on the chart. That way, if you see the arrows are where they should be you will know that the signal conditions checking algorithm is not the problem. So that will mean it has to be something to do with the order placement.
no useful help can be received without seeing the codes. all answers are wild guesses. you can summary your code before sending it here.
probably just those parts related to your order sending or condition checking. no one knows for sure.
Have you used other timeframes or other symbols in your conditions?
Just a "wild guess" - does your EA check for a maximum spread? Did you perhaps set this limit too low for the real account which makes it not trade at all?
NB: only the "g" pattern is allowed .
order sending function:
Buy (g_Lotti, Prezzo("Bid")-(g_SL*Poin), Prezzo("Bid")+(g_TakeProfit*Poin), g_MagicNumber, "g", "B11");
function ConfermaMargine
Conditions are comparisons made on the results of the following indicators:
on init code