IXO30I / Publications
Forum
Array out of range (Troubleshooting help)
hello together When the EA is started, it is started briefly, but deleted again at the same moment. The error is as follows: array out of range in "DeepFeedForward.mqh" (94,25) (DeepFeedForward --> that is the MQH file) Unfortunately I am still a beginner in coding. I would be really happy if
Bar Crossing Indicator-Line
Hallo lovely people I have the following problem: I want to code a EA that executes an order if the current bar crosses an indicator line! Actually it's simple I could just code (if Close >= MAline than sell etc.) but I plan to close the position when a take profit level is reached. If this happens