- Search Metals Mine
- 1,032 Results (19 Threads, 1,013 Replies)
-
futurespec replied Dec 12, 2013I imagine it was because the bar temporarily met the conditions for a buy but that then changed later .... should only happen when mAlertBar = 0
Can someone add filter to this MA alert
-
futurespec replied Dec 12, 2013Max, Think this should be in the @Platform Tech' section .... more likely to get response there. Did not really follow what you are asking? Normally pivots are from daily charts ... is that what you meant or for lower TF's? M.
New Pivots Anyone?
-
futurespec replied Dec 12, 2013Changed the logic so it should be better now (I know I said that before) M.
Can someone add filter to this MA alert
-
futurespec replied Dec 12, 2013There may have been a slight change in logic in post 18. Option to use current or previous bar ... if use current then it can repaint as values change during the bar. Better to use prev bar close ( mAlertBar = 1) but this will give delayed alerts if ...
Can someone add filter to this MA alert
-
futurespec replied Dec 11, 2013Not sure it was working correctly but think it is now. If not let me know. Added option to use arrows or lines (or both) The screenshot you showed above now matches mine so fingers crossed M.
Can someone add filter to this MA alert
-
futurespec replied Dec 11, 2013Hopefully now 3 / 3. Should be what you asked I think. M.
Can someone add filter to this MA alert
-
futurespec replied Dec 11, 2013JP, Sorry no time now. Have changed the alert to show period. 1 out of 3 is a start. Why arrows and not lines? M.
Can someone add filter to this MA alert
-
futurespec replied Dec 11, 2013Think this is what you are asking for. HTH M. EDIT : Changed line colours ... did not notice that before
Can someone add filter to this MA alert
-
futurespec replied Dec 10, 2013Try this. (works on std Osma ... 12, 26, 9) Looks at close of last bar. HTH M.
Can someone add filter to this MA alert
-
futurespec replied Dec 10, 2013Now I have added the bells . (more lines and correct direction) That is it finished now!! M.
Multi-colored lines MT4 Fib Tool
-
futurespec replied Dec 10, 2013Now it is not just a pretty rainbow it has the whistles too! (only 1 alert per bar) M.
Multi-colored lines MT4 Fib Tool
-
futurespec replied Dec 10, 2013How about adding bells or whistles? Would you like some xmas decorations to go with it? Maybe an angel on top? And some snow for added effect? How about asking more politely? How about a thread where people stop asking for add this and add that? Did ...
Multi-colored lines MT4 Fib Tool
-
futurespec replied Dec 9, 2013ObjectSetText("m.Lab"+y, DoubleToStr(mFibPcnts[y], 0) + " " + DoubleToStr(mFibs[y], Digits), 7, "Arial", mTxtCol); // sets the figures ObjectSet("m.Lab"+y, OBJPROP_TIME1, Time[mLabT]); /// sets the position on bar number ObjectSet("m.Lab"+y, ...
Multi-colored lines MT4 Fib Tool
-
futurespec replied Dec 9, 2013Finished trading for day so did minor update M.
Multi-colored lines MT4 Fib Tool
-
futurespec replied Dec 9, 2013Lines changed as request. Labels done Up to you to play with it now M EDIT: Attachment updated
Multi-colored lines MT4 Fib Tool
-
futurespec replied Dec 6, 2013If you need help to mod you will need to supply the mq4 file (you only give the ex4) M.
Custom Indicator - Trend Master
-
futurespec replied Dec 5, 2013cja has given you a good start. To make it easier for you to visualise what is happening I have moved some of the vars to external variables so that you can easily adjust them and move the text out of the way of other stuff. extern int mYdist = 200, ...
Help with Text Display Please?
-
futurespec replied Dec 3, 2013Try this (I was bored). No I will not mod further ... if you want something different then mod to your needs. M.
Multi-colored lines MT4 Fib Tool
-
futurespec replied Dec 3, 2013Like CM says you are asking too much .... You need someone to teach you coding! ... it isn't going to happen overnight. 1. Not enough detail to comment. 2. Need to check time of bar and not enter new trade until new bar time. 3. Monitor open ...
Request for EA Help