Colin Kimble / Profile
Colin Kimble
Added topic Trading script completely ignores conditional standard
Hi! I coded a script where the conditionals analyse both daily and one minute time frames, the one conditionals for one day time frame is to buy when the calculations return a value > 0.5 and to sell when the calculations return a value of <
Colin Kimble
Added topic EA updates when using a strategy back tester but doesn't update when using live demo trading
Hi! I created a script that is able to update one minute calculations every one minute. It is a multi time frame EA that uses both a daily and one minute time frame. The daily time frame updates but the one minute time frame doesn't update when using
Colin Kimble
Added topic MT5 trace and log files
Hi! I ran my EA on my laptop and the MT5 software shutdown but the laptop was still running. Is there a way to check using the trace and log files if my EA script submitted a trade before the shutdown of the MT5 desktop application? I was trading on
Colin Kimble
2025.01.07
Thank you for the information! How would I know in MT5 if an EA is currently active? I have tried to search online and it constantly says how there would be a smiley face in the corner but in MT5 there is no smiley face in the corner, there is only a blue icon that looks like a graduation hat.
Colin Kimble
Added topic My script successfully compiles without any errors but won't submit a trade in the strategy tester, and my print function doesn't return a value.
Hi! A script I coded successfully compiles without any errors but won't submit a trade in the strategy tester , and my print function doesn't return a value, I am stuck is there any advice that could be given on what the next steps would be in
: