theone964
theone964
Friends

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

theone964
Added topic Trying to set Variable as Label Text
I am trying to pass a variable (Count) as the Text of my Label. Whenever I try to use any Variable as the Text is just shows "0". If I pass a number or text then it works just fine. I am sorry if this is simple but I am new to MT5, on MT4 I used to
theone964
Added topic Previous iRSI
Hello, I am new to MT5, shifting over from MT4 and I am having some issues with last candle values on an indicator. My EA looks to see if the 1H RSI of the last candle is higher than 4H RSI of the last candle. I am wanting to know how to get the RSI
theone964
Added topic Indicator help
Hello, I have an indicator which works fine but it draws fib lines and to get the fib values in my EA I am using ObjectGetDouble. This makes backtesting painfully slow since it has to draw the object every time. After many failed attempts at changing
theone964
Added topic Problems with iCustom
Hello I am having issues with grabbing data from an indicator and saving/using that in a multi currency EA. I made loops and used array's for each currency and the numbers all come in and work but every tick or update on timer a few of the values are
theone964
Added topic Changing Pending Order OR Getting the Trigger Price
Hello, I am trying to Modify or Delete the old Order and Create a new Order for a Pending order if prices moves in my favor giving me a better entry price. Initially I want to open a BuyStop 5pips above the current Ask. Then if price moves lower keep
theone964
Added topic Creating Array using IF
I am trying to create a string array based on an ENUM that I created for a drop down list. The enum and drop down list work fine.  When I create an Array based on the enum selected that's when I run into problems. enum ENUM_BASKET {
theone964
Registered at MQL5.community