- Search Crypto Craft
- 1,856 Results (15 Threads, 1,841 Replies)
- Gumrai replied Jul 25, 2013
Sorry that this is taking some time Macedonia. It has been a bit of a headache for me to sort out. I'm determined to get there eventually and I think that I may have breached the hill so I hope is easier running from here.
Hi Lo Break EA
- Gumrai replied Jul 25, 2013
You could always open a Trade explorer, keep it private if you want. The trade report tab will tell you which are the most profitable pairs
I will code your EAs and Indicators for no charge
- Gumrai replied Jul 24, 2013
I get that a lot when using the tester. Rarely in real time. If you try to modify a SL with exactly the same SL, then you will certainly get OrderModify error 1.
I will code your EAs and Indicators for no charge
- Gumrai replied Jul 24, 2013
Most of you probably already know, but it is a good idea to clesr out your log files occasionally. It's amazing how large they can grow, especially when using the strategy tester. So large that they can eat up all the spare space on your hard drive ...
Hi Lo Break EA
- Gumrai replied Jul 24, 2013
Well, here is the latest version which I hope that some of you guys (& Gals?) will put to the test and see if there are any malfunctions. As always test on demo thoroughly. With this version you can input how many bars you want to use. Ie if you ...
Hi Lo Break EA
- Gumrai replied Jul 24, 2013
Daegaa, I need more information. A screenshot or 2 of the parameters that you have inputted and for which currency pair. Is the smiley face smiling
or unhappy
If the smiley face is unhappy it is because you have not enabled live trading in the ...Hi Lo Break EA
- Gumrai replied Jul 23, 2013
I can't imagine why you would need to go back so far, chart will look very messy. The reason why it won't work is because the lines are named without a year, so it creates a the lines for June 2013, but they are named "Monthly High/Low June" When it ...
Need indicator that draws horizontal line at candles high/low
- Gumrai replied Jul 23, 2013
Not always a good idea to delete the history. When it updates you may find that you don't have as much history as before. If doing it as an experiment, best to copy the files to another folder first.
Building .hst files with MQL4
- Gumrai replied Jul 23, 2013
Daegaa, I responded to your post in post#14 If there is a problem, I need your feedback, I cannot resolve it otherwise.
Hi Lo Break EA
- Gumrai replied Jul 23, 2013
Nearly ready with the next update that uses the range of the last "n" candles and after that will look to incorporating MAs I have 4 projects on the go at the moment and so it is slow progress. As I said before, when I hit a problem that I cannot ...
Hi Lo Break EA
- Gumrai replied Jul 23, 2013
Exiting trades with 1 click at market price is simple enough as already said. Maybe you mean that you are looking fort a script to open orders with a pre-set Lot size, SL and TP?
One Click Orders - indicator for MT4
- Gumrai replied Jul 22, 2013
I can't understand what is happening, I cannot replicate this problem on my charts. It should be impossible to use data from another symbol, because the code only uses data from the chart that it is attached to. Here is an updated version, please ...
Need indicator that draws horizontal line at candles high/low
- Gumrai replied Jul 22, 2013
I don't see how this calculation has anything to do with candle movement. From your example... Lower tail = 1.5200 Upper tail = 1.5500 So (lower tail + upper tail )*2 is (1.5200 + 1.5500 )*2 =6.14 So 6.14 + candle body, Problem, candle body does not ...
New idea: calculate daily movement
- Gumrai replied Jul 21, 2013
Hi Xandi, I've been working to make some minor improvements and also pondering the best way to do what you want. At the moment, the pending orders are placed during the initialisation stage of the EA and modifications are carried out in the main ...
Change "Open Order TP(target)" if other pending order triggered
- Gumrai replied Jul 21, 2013
As you are purchasing an option to buy an instrument at some point in the future, then you will not own it until the expiry time, if you exercise the option. So I don't see that you can receive interest for the period that you don't own the ...
Can carry trade interest pay for long option premium?
- Gumrai replied Jul 20, 2013
I don't know why, but the slightly modfied version didn't attach Try again
Need indicator that draws horizontal line at candles high/low
- Gumrai replied Jul 20, 2013
That should only be happening when changing timeframes or altering parameters. It's because the lines have to be deleted whenever the indicator is deinitialised and the computer was trying to find 1 more line than existed. I've modified that now. I ...
Need indicator that draws horizontal line at candles high/low
- Gumrai replied Jul 20, 2013
Please attach it to a chart without any other indicators attached and let me know what happens.
Need indicator that draws horizontal line at candles high/low
- Gumrai replied Jul 20, 2013
If you open your terminal and click on the experts tab, you should see a record of this alert and it will tell you which indicator issued it. I think that this alert is from another indicator, not the one that I uploaded.
Need indicator that draws horizontal line at candles high/low
- Gumrai replied Jul 20, 2013
That may be because the daily,weekly and monthly history are not updating, Flick through a few timeframes and especially daily,weekly and monthly tf of the chart that you have it attached to.
Need indicator that draws horizontal line at candles high/low