KSforex
KSforex
Friends

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

KSforex
Added topic Copy trading EA without csv file or without delay
Hi Question 1- Please advise what are the other methods other than using a csv file for copy trading? Because the trade will not open until the new price arrives and this will cause a lot of delay. What methods  is there that the
KSforex
Added topic How to fill between buffers with solid color
Hi I need to fill between buffers with solid color, smooth and without zoom in problem. How built-in ichimoku do it prefect but published source code of ichimoku not? ( Please check screen shot to understand my mean) I know it is possible to do it by
KSforex
Added topic Create custom server for back testing
Hello I want to access all MT4 futures during back testing. (Like FXCM platform) Is it possible to install test server and run prices with custom speed and connect to a account the server
KSforex
Added topic strategy tester not using max possible CPU, only 25%
Hello I have 8 CPU cores but MT4 use only 25% of CPU. please check attached screen shots.  What can I do to use max possible CPU
KSforex
Added topic What is meaning of these codes?
Hello What is meaning of these codes?  I don't understand Red and bold parts. 1- what is variables started with  _  ? 2- what is _mtfCall  ? 3- what is meaning of this statement :  double PP= (   )? :  ; If
KSforex
Added topic iCustom run an indicator per buffer?
Hi If I use iCustom like bellow to save 4 buffers, it run the indicator 4 time for each buffer and waste CPU and resources. I'm right?!   Buffer[i]=iCustom(NULL,0,"CustomIndi",1,i);   Buffer[i]=iCustom(NULL,0,"CustomIndi",2,i);  
KSforex
Added topic Pivot indicator without iBar function
Hello  If possible please send me any standard pivot indicator without iBar function used.  My pivot indicator not working in strategy tester . I think iBar function caused that. Thanks
KSforex
Added topic Draw buffer in both Subwindow and main Chart
Hello Is it possible to draw some buffers inside sub-window but draw other buffers in main chart? Thanks in advance
KSforex
Added topic Assign indicator buffer for all bars to an array (The indicator has bars limit)
Hello Is it possible to assign indicator buffer for all bars to an array while the indicator has bars limit? For example the indicator calculating buffer for last 500 bars , and I want to assign buffer for all bars into an array
KSforex
Published code PremiumPivot
The indicator plots Pivot levels for 3 custom periods on chart.
KSforex
Added topic buffers not updating in strategy tester
Hello Please check attached pivot indicator . What is different between adding indicator manually or by tester.tpl and directly select in strategy tester ? When this indicator tested by tester.tpl  or added manually to strategy tester, it
KSforex
Added topic Remove last n character from string
Hi for example we have different strings: 1- "abcd abcde efg" 2- "abcd 123 efg jkl" 3- "abcd 456 tuv 567" .... .. . I want to remove last 4 characters . There is no useful function here https://docs.mql4.com/strings . and can't use "
KSforex
Added topic Time Filter for indicator ( Not EA )
Hello How to add time filter for an indicator ? Can anyone help me.  For example begin time: 23:00 , end time: 03:00. between 23:00 and 03:00 indicator should not work. Can't use TimeCurrent() like Expert advisers and have to user Time[]
KSforex
Added topic array usage , out of range error
Hi Please help me to use array correctly it this indicator. In line 97 and 107, out of range  error is received. This indicator drawing arrow when 2 moving averages crossed. and MAX_Profit_Up[i_Up] , MAX_Profit_Down[i_Down] should save
KSforex
Added topic StringFormat
Hello In  StringFormat function , what do each of  these symbols? I did not find any document. please send me URL if possible. %s %d %%.%df %.2f %.f
KSforex
Added topic if variable is between 2 number
Hi Currently I'm using this code : if ( (10<x) && (x<20) ) There is another way without &&
KSforex
Added topic set previous existing buffers into an array
Hello I need to check if each "new fractal " or "current price" is above/bellow "previous fractal" .  But don't know how to find the  "previous fractal" price.Tried to set existing buffers in to an array but was not success, for example
KSforex
Added topic "array out of range" only when using "#property strict"
Hi This is a simple fractal indicator.  MAIN QUESTION : Why getting  " array out of range " error only when using "#property strict" ? //+------------------------------------------------------------------+
KSforex
Added topic property strict and extern name
Hello I have find out this: "Comment is displayed if  #property  strict is use, with both extern and input. If #property strict is NOT used, variable name is displayed, with both extern and input." I need to disable strict and comment
KSforex
Added topic Close[i] Not working
Hello I have problem with this code. this indicator draw arrow with stochastic signal if above bellow kijun sen. but why this code not working ?      if (M_kijun_sen_value< Close [i] )   // EDITTED CODE
12