- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Apr 24, 2012Really have not a clue what you are trying to achieve. You need to be more explicit. Anyway try this and see if it helps.
Help to code Piecewise Calculation
-
futurespec replied Apr 13, 2012Ok, NP. Pleased you find it useful. When you make your fortune please tell us how ;-)
Indicator that fills region between price and EMA with color
-
futurespec replied Apr 12, 2012Hopefully close to what you asked. Feel free to modify to your needs. HTH
Looking for Useful Indicators
-
futurespec replied Apr 12, 2012What Cyber told you is correct! That is the way to change the default tester template. Just try it!
Setting Tester Default Chart Template?
-
futurespec replied Apr 11, 2012This might give you a start. Maybe not elegant coding but hope it helps. Currently gives irregular results if the time of the lines is over the weekend/ Perhaps someone else could help here? mCycleBars is number bars apart for the cycle mRay ... ...
help on Obj_cycles and trend lines
-
futurespec replied Apr 10, 2012AFAIK (only to be proven wrong!) it is not totally straightforward. You can get live prices to XL easily with links but that would not give you the last days OHLC. You would need to save the data to a file using MT4 and then open that file in XL. It ...
Link OHLC data for 5 daily bars dynamically to Excel?
-
futurespec replied Apr 10, 2012Np, Merlin. As a point of interest if you put the indi that you have uploaded onto the same chart as my indi and set my indi to the same settings for prd, matype, dev etc then there is v little difference between the 2. Anyway, good luck.
Can anybody code this simple indi?
-
futurespec replied Apr 10, 2012You could have had it on here for free! It was not the explanation that was the problem. It was the -ve response after I tried to help!
Can anybody code this simple indi?
-
futurespec replied Apr 10, 2012As FxTr51 and cyber1 have told you the description is not exactly helpful. I tried to help but was given a somewhat -ve response so gave up there!!! From your last pic it appears all that you want is a band that is 2 x Atr wide. No longer ...
Can anybody code this simple indi?
-
futurespec replied Apr 9, 2012Not sure what you are trying to achieve but hopefully this will help.
Can anybody code this simple indi?
-
futurespec replied Apr 6, 2012No polish available ;-) If you need a different brand you will need to let me know and I will go shopping!
Risk-Reward Visual Tool for Metatrader
-
futurespec replied Apr 6, 2012Ok, did this b4 your reply. Take a look and tell me what is right/wrong HTH
Risk-Reward Visual Tool for Metatrader
-
futurespec replied Apr 6, 2012Nothing that I know of... Explain more what you need and I will take a look, no promises. Assume you want a line from a low to a high .... what risk/profit lines do you want and what variables do you want to set yourself?
Risk-Reward Visual Tool for Metatrader
-
futurespec replied Apr 4, 2012You have.... if(Volume[0]>1) return; Does this not mean that your code will not reach the closing conditions further below. Suggest you put a comment in lower in code to see if execution is actually reaching that part of code.
EA-Help Closing Position
-
futurespec replied Apr 2, 2012Try changing...... int start(if (TimeMonth(TimeCurrent()) >= 1 && validindicator == true) { Alert("The Indicator has expired"); validindicator=false; } if(validindicator == false) { return(0); }) { to ........... int start() {
Need help modifying a code to include Automatic Expiration
-
futurespec replied Mar 28, 2012Try this. Think it does what you ask? HTH
Indicator that fills region between price and EMA with color
-
futurespec replied Mar 28, 2012I can see that they are not the same (but to me that is bad naming practise ... too alike). You have if condition is met... if(OrderMagicNumber()==MagicNumber2 &&closesell==1&&CloseSell==1) { OrderClose(OrderTicket(),OrderLots ...
EA-Help Closing Position
-
futurespec replied Mar 27, 2012Why do you have.. if(OrderMagicNumber()==MagicNumber2&&closesell==1&&CloseSell==1) {OrderClose(OrderTicket(),OrderLots(),Bid,Slippage,CLR_NONE);OrderClose(OrderTicket(),OrderLots(),Ask,Slippage,CLR_NONE); } Is that not trying to close the same ...
EA-Help Closing Position
-
futurespec replied Mar 27, 2012Sorry missed that bit. Not sure what you are trying to achieve but does this do it?
Help required with adding text pool