hyunjeshin
hyunjeshin
Friends

Add friends via their profile or user search and you will be able to see if they are online

hyunjeshin
Added topic Question Regarding Array
Hello, This may sound abit stupid to professional coder but is it not possible to use variable as array, as there will be invalid index value (i tried understanding it but i seem to not be able to) Example Code would be  input int FASTEMA = 50 ;
hyunjeshin
Added topic Regarding allowing EA to send another order only after a new bar/candle
Hi, Currently I am usually the following code to limit to opening a single order if ( OrdersTotal () == 0 ) I have also tried below, following a youtube guide    bool NewCandle()    {        static