i want to draw box on specific time
-
hi friends
i want to draw a box on specific time. ea draw box at the time i want.
but its draw a box on another time too.
can anyone check this for me and solve the problem?
thans
https://fxdreema.com/shared/GsFBH97E -
Do you really need the box? I mean, if you just need to establish some price limits and time periods using variables is far easier and more effective than plotting objects.
-
no i need the box because i want to see my strategy works true or not. problem is solved. buy i have another problem

this is my ea report. its good from start but at the end, its happens.
what this means? is there any problem in my EA? -
This means your backtest closed all open trade at that moment. If you extend the final date for backtest you will see that day trades will be closed normally while the new ending date will show the same result for all open trades at that moment.
-
@l-andorrà If I put this ea on a real account, will it still work the same way?
-
If you didn't modify any input parameter and/or code line, yes, it should work on a real account normally.
-
thanks my friend
-
You're welcome.