jaffer wilson / Profile
США
Friends
51
Requests
Outgoing
jaffer wilson
Added topic OnTester() not writing the output to file.
Here is the code the I am trying to write during Optimization. int file; void OnTesterInit () { file = FileOpen ("testingFile.csv", FILE_WRITE | FILE_CSV | FILE_READ ); if (file == INVALID_HANDLE ) {
jaffer wilson
Added topic How I can add my own column in Strategy optimizer?
Hello everyone, I am trying to print my own values in the Optimization result along with the values originally displayed by it. See the image: One can see Pass, Result,Profit,TotalTrades, and rsi_period. If I want to add my own values
jaffer wilson
Added topic Wrong values received by MQL5 iCustom function
I am trying to call the MQL4 indicator with MQL5 using iCustom() . int test = iCustom ( _Symbol , _Period , "ADXmagic.ex4" ); I have copies the two buffers with number 0 and in the a and b of double type. CopyBuffer (test, 0
jaffer wilson
Added topic MQL5 MT5 How to know whether the candle will go up or down from a particular level?
I am trying to identify the way using MQL5 , to know whether the coming candle will go up or down from the particular level. Can anyone help me know it, please? I am fed up with using the indicators still if there is any solution, kindly respond
jaffer wilson
Added topic How we can use iVolumes() indcator in Expert?
What is the usage of iVolumes() in expert adviser? How we can utilize it?
jaffer wilson
Added topic Not getting any output on the screen for the indicator.
Here is the code of the indicator that I trying. Kindly help me to make it visible with proper result: #property copyright "Copyright 2016, MetaQuotes Software Corp." #property link
jaffer wilson
Added topic How to download Metatrader 4?
Whenever I am trying to download the MT4 from the website, it is giving me the MT5 download exe. How I can I get the MT 4 exe that I can work on it. Please suggest
jaffer wilson
Added topic not able to return the value through indicator.
Here is the indicator which is returning the time remaining for the new bar: //+------------------------------------------------------------------+
jaffer wilson
Added topic How I can copy previous Bid or Ask prices?
I have thought that there might be some function that can get me previous Bid or Ask price similar to the one that give OHLC value . But I could not see any such function. Please let me know how I can get the previous values of the Bid
jaffer wilson
Added topic Close order on close price in MQL5
I am trying to find out a way to close order on the closing price of the current candles. Kindly, guide me how I can do that. I have read about the Ctrade PositionClose() function , but do not know the usage. Can anyone help
jaffer wilson
Added topic Screen shot not taken while testing.
Hello everyone, I am trying to take the snapshot of the chart while I am testing. But the script is not at all working. I could not see anything in the \Files folder. Please help me. Here is the script: #property description "The Expert Advisor
jaffer wilson
Added topic How to improve speed of Strategy Optimization in MT5?
Hello everyone, Please suggest me how I can make optimization process faster on the MT 5 platform. It shows 10000 iterations and my processor working hard to make it faster but could not. It is going something like 2 iteration or 4 iterations
jaffer wilson
Added topic Can I access MetaTester with GPU Farm?
I have seen that my Local Farm Detects the CPU cores and run process on it. I am working on Deep Learning Indicator. For Deep Learning I am in need of GPU for processing. I want to know how I can include my GPU core as Local
jaffer wilson
Added topic GPU based optimzation for strategy tester and expert?
Hi guys, I am in a dilemma. Please help me and suggest me. I am trying to run my strategy and optimize is using the strategy tester . But the process is taking hell lot of time and I want it to get completed as fast as
jaffer wilson
Added topic OpenCL and MQL5 indicator returning garbage values in the output
Here is the code that I have tried for Simple Moving Average . const string cl_src = "__kernel void
: