- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Oct 13, 2013
Hi Kilian, I'd just like to point out that in your first paragraph, you say "No expert advisors. " and your 2nd rule #5 suggests the opposite.
Kilian's programming corner
- Gumrai replied Oct 13, 2013
The solution is very simple. Save a template with no objects and when you have cluttered your charts too much, just change the template to the original.
Script to delete only certain objects
- Gumrai replied Oct 11, 2013
Theoretically, when USD is falling across the board, Gold will be cheaper in other currencies, this stimulates demand and the demand will push the price of Gold up. That's the theory, but it doesn't always work that way. One of the reasons why this ...
Rookie needing help on gold/dollar relationship
- Gumrai replied Oct 11, 2013
Although I will agree that AUDUSD and NZDUSD are correlated, I think that basing a strategy on reverting to a mean is risky. If the 2 pairs tend to revert to a mean value, then you would see the AUDNZD chart oscillate around a pivot and this is not ...
Pairs Trading: Reversion to the Mean
- Gumrai replied Oct 10, 2013
During the period that there is no connection if SL or TP is hit, the trade(s) will be closed by the broker. Note, that only includes SL or TP's that have actually already been set by OrderSend or OrderModify. The EA should regain control once the ...
How to make an EA for my strategy
- Gumrai replied Oct 9, 2013
Sorry, I must have mis-read your earlier post and had a dyslexia moment, I thought that you were talking about changing the code. If you just need to install it, you just need to copy/move it from wherever it is on your computer to the where your ...
MT4: script to change all chart timeframes at once
- Gumrai replied Oct 9, 2013
I doubt it What is the "change all tf" script. and where did you get it from?
MT4: script to change all chart timeframes at once
- Gumrai replied Oct 8, 2013
Now I see that the text has changed to italics, please see this post url
Can anyone help to fix this Pip-count indicator?
- Gumrai replied Oct 8, 2013
ExtMapBuffer1 and ExtMapBuffer2 are arrays, so if you assign a value to them, you need to use [], in this case maybe ExtMapBuffer1
Can anyone help to fix this Pip-count indicator?
- Gumrai replied Oct 7, 2013
It is possible that the M5 values are updating, one of the problems with retrieving data from a different timeframe. It may be an idea to check that M5Highestshift != 0 If it does and you are not running this code in an indicator, then sleep for ...
How to pick specific 5M candle from higher TF
- Gumrai replied Oct 7, 2013
Because without that it would then be the time of the next opened candle on the higher time-frame.
How to pick specific 5M candle from higher TF
- Gumrai replied Oct 7, 2013
I have tried numerous times to edit my previous post. The 2nd line of code should be datetime opencandle = Time; but it just shows as Time without the for some reason. WTF!! it doesn't show in this post either It is square brackets with the i ...
How to pick specific 5M candle from higher TF
- Gumrai replied Oct 7, 2013
Not tested in anyway, but this may give you a starting point to do what you want int i; //Shift of bar in the higher timeframe datetime opencandle = Time; datetime closecandle = opencandle + (Period()*60)-1; int shiftM5first = ...
How to pick specific 5M candle from higher TF
- Gumrai replied Oct 7, 2013
You can get the datetime of the open and close of the 30 min candle Then use Ibarshift and iLowest, restricting the scan to between the 2 datetimes to find the M5 candle
How to pick specific 5M candle from higher TF
- Gumrai replied Oct 4, 2013
When most traders talk about R:R they are referring to Risk:Reward. The OP is talking about Reward:Risk which can be a bit confusing although, to be honest, it would make more sense.
reward to risk ratio
- Gumrai replied Oct 3, 2013
No need to put that in init() Yes, no problem Made a few adjustments that will not solve all your problems, but will create the labels in init() and delete them in deinit() I have added comments in the code, they may not be easy to see at a glance ...
Symbol price indicator (Dashboard)
- Gumrai replied Oct 3, 2013
Hey mr-roma, you sent me a PM, but apparently your settings don't allow me to reply to you firstly, I don't see the point of this in your code for (int chi=1; chi<Bars-1; chi++) { double ChClose = iClose(Symbols[Chcol],PERIOD_D1,chi); double ChOpen ...
Symbol price indicator (Dashboard)
- Gumrai replied Oct 1, 2013
Thanks FerruFX, as per my above post, It really helps to have input from experienced programmers like you and RaptorUK

Unexpected splitting of trade volume
- Gumrai replied Oct 1, 2013
Yup. Learning all the time and help from experienced programmers dramatically shortens the learning curve

Unexpected splitting of trade volume