- Search Metals Mine
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Mar 20, 2014
Is your platform still build 509 as well?
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
I'm surprised, I thought that everyone had been upgraded to 610 by now. The code was written for the new version and will not work in the old If/when your platform is upgraded, you will find that it will work.
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
I must admit that I didn't look too closely at the code that K40 uploaded, just checked that it compiled in b887 and then ran it through the strategy tester. But I thought that the 2 stage orders were no longer necessary with MT4 with straight ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
What is the problem? It is compatible with build 610 I ran it through the tester and it lost all the account though

I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
Are you kidding me?? What build is your platform? (click "help", then "about")
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
Are you checking the "Allow live trading" box?
Set SL and TP automatically in dollar amounts?
- Gumrai replied Mar 20, 2014
What values are you entering for SL and TP? Maybe you could show what trade you have open? ie pair and lot size?
Set SL and TP automatically in dollar amounts?
- Gumrai replied Mar 20, 2014
When you learn to code, you soon realise that you need to ALWAYS be precise. The computer doesn't have the ability to think and so if you give it vague instructions, the result may not be what you expect
Anyway, there may be plenty more questions ...I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
Nice one
On my chart, the Chikou value is almost directly below the current close price, so you can easily see that they are exactly the same and change in tandem.I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
Does this mean that the Tenken sen has to be above the cloud on the previous bar (before the cross) or only after the cross? Does the Kijun sen have to be above the cloud?
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
But you said that you don't use the clouds from the other settings
The Chikou spans can't help but be aligned as they will always be the same value - the close/latest price of the current candle Higher or lower than which price? Which ...I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
Hi, I think that you misread my code duplicated below //+------------------------------------------------------------------+ bool IsChikouBullish() { double chikouprice=iIchimoku(NULL,0,tenkan,kijun,senkoub,MODE_CHINKOUSPAN,kijun); double ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
Try this - I've done minimal testing
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 20, 2014
Please try this script (test it on demo) Remember that it will modify the SL and TP of all open trades (not pending)
Set SL and TP automatically in dollar amounts?
- Gumrai replied Mar 19, 2014
Hi, Please try out the attached indicator If you hover over the arrow, it will show the candle length in pips
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 19, 2014
Hi again, referring to my last post, what we see is that the chikou span can be added to a chart very easily. The middle value is all that matters, so we can start with the default Ichi and then simply add 2 SMAs period 1. First SMA shift is -78 ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 19, 2014
I find it a bit confusing with all this kijun, kumo chickadee stuff But what it boils down to is that the Chikou Span is simply the current price shifted back kijun periods So I have altered your code as below, should do exactly the same without ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 19, 2014
To be honest, I am now even more confused. I have no idea what the point of the Chickou span is. It is shifted backwards, so the current bar has no value for the Chickou span If the Chickou span has no value for the current bar, how can you check ...
I will code your EAs and Indicators for no charge
- Gumrai replied Mar 19, 2014
Hmm, got confused just reading your post
So what you want is an indicator that starts off as the Ichi 9,26,52 (default) with all lines displayed then just add the Chickou span for the other 2 settings. Is that right?I will code your EAs and Indicators for no charge