- Search Metals Mine
-
satheesh replied Aug 18, 2014try this. Broker digit was adjusted
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 29, 2014Thank you for your help
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 29, 2014Back tested.I think you were not understand what I expected. If we get the buy signal in level stop indicator wait for stochastic to go down below 50% and buy when cross signal in stochastic. opposite for sell condition.
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 29, 2014I use this indicator to trade manually in H1 time frame in live account
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 28, 2014Back tested with this condtions. Opens the order only both conditions are true.
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 28, 2014crossedup = false; crosseddown = false; for(int j = 0;j < 3;j++) { kline[j] = iStochastic(NULL, Period(), 5, 3, 3, MODE_SMA, 0, MODE_MAIN, j); dline[j] = iStochastic(NULL, Period(), 5, 3, 3, MODE_SMA, 0, MODE_SIGNAL, j); } if ((kline[1] < dline[1]) ...
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 28, 2014Dear FXDT, Could you provide the logic coding for this condition Signal== buy buy when stochastic below 50 level and cross signal (first time cross only) Signal== sell sell when stochastic below 50 level and cross signal (first time cross only)
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 25, 2014do you have time to do this small modification? pls.
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 23, 2014Dear Fxdaytrader, could you modify in stochastic filter for sell condition "sell above 50 level and stochastic cross" for buy condition "buy below 50 level and stochastic cross" thanks again
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 22, 2014could you modify in stochastic filter default inputs as 5,3,3,0and sell condition for stochastic "sell above 50 level and stochastic cross" for buy condition "buy below 50 level and stochastic cross"( stochastic filter is applicable only for first ...
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 22, 2014Hi Fxdaytrader, Can you modify the logic's only for buy,sell and close to this ea (close above line buy,close below line sell).the existing logic is not working properly
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 21, 2014I have used the stoch filter to test in 5M timeframe.An buy order opened and closed imediately
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 21, 2014can you provide the mq4 file ?
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 21, 2014This EA works fine.Unfortunately 1 or two positions not closed in opposite cross out of 20 more trades.I checked without filers (including stochastic) in 1m time frame.Herewith I have attached the screenshot for those trades not closing with the ...
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 20, 2014Thank you for spending your valuable time for me.
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 18, 2014thanks in advance... have a happy weekend...
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 18, 2014Hence it uses icustum function, it is not sending all signals as per indicator... what I need is to calculate the custom indicator functions internally in Ea itself instead of using icustom function
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 18, 2014also I have tried to code EA with the indicator , it is not working...For your information I am not having enough knowledge in coding... I just tried...
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 18, 2014I have the indicator.The real problem is it opens only few trades .... not opening all the trades as per the custom indicator...for your reference I have attached the LevelStop-Reverse indicator
I will code your EAs and Indicators for no charge
-
satheesh replied Jul 18, 2014No errors. but it is not opening all the right positions according to the indicator signals
I will code your EAs and Indicators for no charge