- Search Energy EXCH
-
jeanlouie replied Mar 9, 2022- popup and push alert options added
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 8, 2022- MFI option added with input period - RSI values are now inputs
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 22, 2022Right you are, post is updated.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 21, 2022Trendline_HLine_Rect_prefix_alerter - for trendline, trendlinebyangle, hline, rectangle - 3 inputs - object name search isn't really a prefix, just any unique combination of characters - price matching on the live candle - full alert options edit - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 16, 2022There is no setting for that. You'll need to ask the broker to change the time setting of their service feed, which they most likely will not do. If you're doing anything cross-brokers, compare hour figure or gmt offset of each broker and then ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 15, 20222 = 2 Both candles are from the same tf, at index position 2 on both brokers.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 15, 2022Try loading it twice with different settings. Look at the settings options.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 12, 2022Don't wait, look through the last recent posts and take your pick, go for it and have fun
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 10, 2022Well then, what other variables are there to control for? Read the documentation for icustom and you'll see there are also indicator settings, if left out then default values are used. The indicator on the chart, and the icustom call should have the ...
Free Coding request
-
jeanlouie replied Jan 8, 2022- verify they are the correct buffer numbers, data window buffers start at index 0 - verify the shift is the correct shift you intend to get a value for - if the correct buffers have no value at the correct shift, and you get nothing, then that's ...
Free Coding request
-
jeanlouie replied Jan 5, 2022- fib styling options for handle and levels added - option to ray off the levels, the object is a regular fib object, the width of the levels behave the same, so option to set the handle width
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 5, 2022- check the start and end values of the loop, and which way the counter is going. What you have now is going from index 0 (i=0), going down (i--, 0, -1, -2, -3...), as long as i is larger or equal to the array size (>=arrsize()). - direction doesn't ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 2, 2022Do you really think that's a useful response? Imagine if someone asked you if you knew the indicator on some picture they found on the internet under the name of gazillionaire? I reversed image searched it, and found the site where it's from, and ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 1, 2022I understand it may be preferred by you, but I'll keep the lines from session to session, no changes will be made.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 31, 2021Its a source-less picture, where's the pic from, whats the indicator name, developer name, a single pic isn't much to go on.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 31, 2021copying n pasting code doesn't always work, and that stuff is what banzaifx got off someone to copy n paste its intended for older mt4, and uses old event functions that dont exist in mt5 and wont work with newer mt4 event functions I dont think its ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 31, 2021Print out the values of indicatorcounted, countedbars, bars, and limit, before the loop, to see whats going on with them on first loading and then on every new tick. The value of limit in the loop will be what the i counter goes upto, make sure the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 29, 2021Some extra context to others: - the indicator was written with older event functions like init and start, so it was written when #strict didn't exist, and so I wouldn't try to force #strict property on it - possible data loss warning usually isn't a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 28, 2021If I do that then I'll have to manage the new placements in the subwindows, then manage the presence of the subwindows and what happens when the subwindows disappear. It's quicker said then done, let alone times 4, and the functionality of the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 28, 2021To add to eess's reponse, some points: - arrayresize applies to only the first dimension of an array - arraysize is the number of elements in an array, not the index size of the first dimension - you're resizing the array to its total element count ...
I will code your EAs and Indicators for no charge