- Search Energy EXCH
-
jeanlouie replied Aug 26, 2020Try this out; - renamed it to the name inside it - added a buffer to show which patten number is found at that candle - no change to how anything is calculated, the pattern buffers are not changed once set - pattern numbers: 1 - BullEngulf 2 - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 26, 2020The mq4 is decompiled so can't touch it. But I can write another indicator that will read the ex4 to provide arrows and alerts, in the same way if a person was watching the screen. trend-direction-force-index-indicator - add on - arrows on level ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 26, 2020Sorry but I don't do ea's, someone else may though.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 26, 2020No it's not possible in the way it's already set up. Minimum time gap has to be over 1 hour or over 1 candle, reason being that the time trigger checks the hour and then minute of the day, so 2 times (start n end) can't share the same hour or tf ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 25, 2020Should be as many as you want. file They work by creating near unlimited objects from the 1 indicator instance, the above attached will need another indicator loaded. Glad you like the becks n circle. Curiously, a circle indicator for mt4 didn't ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 25, 2020Engulfing_Candle_backwards_forwards_v1.1 - fixed some bugs - option to have all candles englufed+engulfer to be the same type - pop-push-email alert
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 25, 2020Session_Boxes_High_Low_Mid_Breakout_v1.4 - arrow color as box-hl color or separate up/dn color - arrow placement offset - arrow or vline - breakout with pip gap - if on close breakout is used, will use completed bar - separate pop/push/email alert
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 25, 2020- top and bottom levels from the the d1 line are always seen now - new levels added - level % labels will be your input - if level is 0 then it wont be used - option to show prices with levels
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 25, 2020post updated - coloring - flashing issue on renko/range offline chart
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 24, 2020It's not that simple, or it's "just" writing in 5 to-do-lists summing to about 80 new lines in each. Also they didn't seem to be updating the graphics, at least on my side, so I amended that. They seem to be working. - option for any level you want ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 24, 2020I don't think I have an offline range bar generator so I just used a renko one in the pic. Range_Bars_on_Chart - draws range bars as rectangles, on top of a chart ie doesn't generate a offline chart - range size option - colors - width of a range ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 23, 2020Unfortunately I wont take that on.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2020If it works, it works, the test file ex4 had a time limit in it so that's not working anymore, but the final version posted has no time limit. I won't provide the mq4 for this, amongst other reasons it can easily be packaged with the base indicator ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2020You may be able to make use of; Wave_Lines_ABCDEF - draws 5 movable connected lines - point labels, optional text, intended as waves (with start point A), BCDEF, or 5 generic waves - optional measurement labels in no. candles and pips per wave - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2020Dammit didn't uncomment back some lines, fixed now, again sorry.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2020I'm not going to go through all of it, but here's some tips; - try to keep loops separate, loops within loops can really slow things down - keep a check on how many cycles a loop goes for - test with a single or a few objects being updated, then ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 20, 2020Neither of those indicators is the macd looking indicator in the subwindow of the pic.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 19, 2020Modifying objects for some useful purpose a lot is not a stupid method. Some things I noticed: - 114 you define a loop limit, looks ok, but it's not used in any loop - 118 every time start() is called, which is every tick, you're resetting those ...
I will code your EAs and Indicators for no charge