- Search Energy EXCH
-
jeanlouie replied May 26, 2022MA_6_Avg - 6 separate ma - option to just show the average line only - pic has the average line in thick aqua
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 26, 2022url Made it a while back, on chart buttons to make short trendlines that stay horizontal or vertical, you can still style them and move them freely.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 25, 2022I'm surprised you took a post with several points helping you out, offensively. In case you didn't bother to read it, point 3 is most likely your specific issue, but as I also noted you didn't provide enough info. People like you baffle me. Ask for ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 25, 2022- to insert a chunk of code there is a little button on the top right of the new post window, </> - in your ihighest/ilowest, you keep starting from index 1, and changing the count parameter, re-read the documentation for it - you cant use the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 25, 2022- did you write this? - to insert a chunk of code there is a little button on the top right of the new post window, </>, click it and paste a short bit of code in, or upload the entire mq4 file - you haven't shown the settings of the ii loop you're ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 23, 2022Alert tf options are added, for tfs that are used inside the indicator, one signal per that particular tf candle time. Any combination can be used.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 21, 2022Upload a csv, and is it located in your datafolder-mql4-files folder?
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 18, 2022That'll be a negative.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 17, 2022BB_Candles_Outside - signals candles outside the bbands - option for either candle body, or full candle wick - option to ignore consecutive signals for a new signal - full alerts
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 16, 2022For various reasons I almost never supply sources for my freely supplied indicators. That particular indicator is also (if I recall correctly) the latest of several updates and not intended for others to modify.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 16, 2022You can put any levels you want in this and move it wherever you want. url No, it can just become time consuming.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 14, 2022- start by looking at existing codes for simple indicators written in the last 6ish years and make something now - whenever you need to google something, I use mql4/5 + a few keywords - learn how to write a single moving average indicator - learn ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 8, 2022I checked out your posts on this thread and others, about a grid pyramiding ea and modifications to existing trade managers. Some thoughts: - requests for things that already exist in some way I'd guess have the lowest reponse rate, I'm confident ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 5, 2022Wick_rebound - up arrows on a lower low and a close higher than the previous open, reverse for down arrows - ma filter options of none, single, and crossover - full alerts
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 5, 2022It's working better now, also added an option to use the orignal calc, flipping between the two in the tester has a stark speed difference.
Coder Help: Indicator makes EA run very slow
-
jeanlouie replied May 4, 2022I know how to call it, that's not the point, the point is that event functions are not meant to be called by the user, the approach doesn't address object and buffer visibility directly, and the indicator's main start/oncalc also stops working when ...
Indicators with ON/OFF buttons
-
jeanlouie replied May 4, 2022If you're just screenshotting the oncalc doc and think that answers the question then that means you've never done it. The copy n paste approach you use won't work, and you'll have to make up a couple of arrays to pass as reference and a prevcalc ...
Indicators with ON/OFF buttons
-
jeanlouie replied May 4, 2022Yes I noticed it's very slow, however you only mentioned the array issue as a problem. I'm not looking into it much, but it's not as simple as a single ma crossover. It possibly could be made much faster, but your description is not just what it's ...
Coder Help "array out of range"
-
jeanlouie replied May 4, 2022And how would you actually call oncalculate?
Indicators with ON/OFF buttons
-
jeanlouie replied May 3, 2022Here, I can run it in the tester, and you should leave author info in at the top
Coder Help "array out of range"