samuk1000
samuk1000
samuk1000
Left feedback to developer for job Just want outputs from a script to become buffers in an indicator (conversion, zigzag related)
samuk1000
Added topic Advice on publishing
Background information I have some experience with coding and programming but I am not what I would regard, by any stretch of the imagination "one of the best". When it comes to ideas to implement, I would say I am probably "one of the best". I have
samuk1000
Left feedback to developer for job Arrow buffer for up, and for down + exit up, and exit down, with some binary buffers accompanying
samuk1000
Left feedback to developer for job Scanner (non competitive bidding job)
samuk1000
Left feedback to developer for job MT4 to MT5 conversion of a custom indicator
samuk1000
Added topic MT5 Script to run script or loop within script?
I have a script which writes data from various indicator buffers to a CSV file given a start date and time, end date and time, list of instruments, timeframes etc. Because for some reason MT5 only allows this script to run across around 70,000
samuk1000
Left feedback to developer for job Simple but satisfying project
samuk1000
Left feedback to developer for job The amazing vanishing chart : ) --- make future time disappear... and reappear
samuk1000
Left feedback to developer for job Integrating a third party DLL file which takes inputs and produces an output (MT5 indicator)
samuk1000
Left feedback to developer for job [FOR SPECIFIC DEVELOPER] MODIFICATION OF AN INDICATOR MODIFIED ALREADY
samuk1000
Left feedback to developer for job An EA that uses ranges and a trigger entry bar, looks for a condition to be met, and enters pending
samuk1000
Added topic Custom indicator and printing function to chart
Hi excellent people, I am using this indicator (Kaufman MQ5) https://www.mql5.com/en/code/351 I tried this code to print the function to the chart but I only got -1 -1 -1 0 do you know what I'm doing wrong? This would work in MT4... Code is
samuk1000
Left feedback to developer for job $30 Convert candlesticks to a high and low graph. Existing MQ5 EA (actually runs more like a script) provides basis if needed
samuk1000
Left feedback to developer for job An interesting and unique multi-curve indicator based on a number matrix
samuk1000
Left feedback to developer for job Adjustment to in-built ATR + add some calculated objects (lines) to chart based on ranges. Suit beginner.
samuk1000
Left feedback to developer for job Easy task to pull data into Excel
samuk1000
Added topic Translating order code from MQL4 to MQL5 - half way there...
//Place a pending order sell using a fixed amount of account risk (1) void SellPendingOrderWithRiskFixed2() {      double lotsize = MarketInfo( Symbol (),MODE_LOTSIZE) / AccountLeverage();      double pipsize
samuk1000
Added topic Line of code from a multitimeframe indicator that won't compile properly
This line of code relates to a wingding that is responsive to RSI. Here are the relevant lines of code: item02 = Custom_Name + "DIR002";     CCI5W[i]     = iRSI ( NULL , PERIOD_M5
samuk1000
Added topic Email function works from desktop, but doesn't work from VPS.
I have read many threads on this, on this forum and outside of it, but haven't managed to solve it so far. I have an EA that sends an email on a new bar. The email function in Options works fine from my desktop. The emailing function in the EA works
samuk1000
Left feedback to developer for job Dashboard with 3 indicators / combine 3 indicators
12