- Search Energy EXCH
-
jeanlouie replied Nov 3, 2022You can try this. Candle_Size_Alert - input size in points - choice of body or full candle - full alerts - option to only plot the first and re-plot nth new signals on ticks on the live bar
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 3, 2022I think most fx brokers don't. This is mute because you've sorted it out now, but for others that may find this. If the source array for the data is ok, then 3 ways: //bb lines for(i=limit; i>=0; i--){ //bands on array b_bb_top[i] = ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 2, 2022He's going off the live candle, an indicator can switch between a valid signal or no signal from tick to tick, several times, so ticks and signal/arrows can't be equated. eg an rsi ticking up and down around 70, with a signal being above 70. I doubt ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 2, 2022It would look something like this. Count how many signals come in per bar, accept the first and every nth one. string get_signal_with_skipping() { //skip every x signals int count_skip = 3; //count how many signals occur per bar static int ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 1, 2022Ratio_Symbols_Overlay - plots ratio of 2 symbols on chart - plot is scaled to visible price space on the chart Ratio_Symbol_Prices - plots ratio of 2 symbol in subwindow - either ratio or difference - either with ticks or regular history
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 31, 2022Ok I was able to replicate it, seems ok now, was a typo, 2 things were mixed around. HLine_Alert_Maker_v1.42 - bug fix
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 31, 2022When I load the indicator with that set file, and put some alert lines on, that get hit, it's a single sound, nothing unexpected happening.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 31, 2022I dont see this, what do I do to replicate this?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 30, 2022Was requested, made for general use. Indicator_LiveValue_Display - displays the live value of subwindow indicators - all built-in subwindow indicators optional with their settings - stylable font, corner, colors, basic color biases gif image ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 29, 2022- StartBarIndex is just a random name to give a variable, like x in x=3, it's not some special term or function name that can be googled productively - that advice will do something else, the timeframe_index is just an index to a list of timeframes, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 29, 2022The tester doesn't show alerts or play sounds, only printouts are allowed, and normal popup alerts get printed out too. The sound repeater's flashing alert text you see is something I made, it's not a normal alert.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 28, 2022For a single sound you can have the alert popup on, but attached has an option to play a soundfile once as an alert option. HLine_Alert_Maker_v1.41 - option to play a sound once as an alert
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 28, 2022Thanks for bringing it to my attention, seems fine now. MAs_MTF_toggle_v1.71
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 9, 2022- I know, I mentioned that - it's not about "thinking for them", it's about not making more work for yourself and creating easier to use things that are not so specific, because chances are that the original user, and then other users too will be ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 9, 2022I'm not a fan of tankk's/banzai's copy/paste methods, and their indicator additions are used by many, but regarding indicator visibility, there are different things that can be done, none of them result in crashing/freezing, the issue is probably ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 9, 2022- mt4 is just a terminal, it will display any price data a broker gives it, the terminal has no say over whether to display sat/sun data - an issue with this indicator is that the user wants a vline with a time that is the first day of a new month, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 1, 2022No resizing: load any bmp picture as the bmpfile in a bitmap label. image Resize: import the bmp as a resource, then read the resource into arrays and resize as needed, then create the new data as a resource image, and then put into a bitmap ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 1, 2022Increasing pricestep still has the bigger effect on reducing object count, and keeps an accurate but not precise histogram, very useable, per pic. image If you use actual black, then the histogram objects still print, colored black, color-none ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 30, 2022Looked at it again, attached has - defaulted to not draw the historgram or secondary peaks - will draw the poc line - will draw triangle from the open time histogram limits to poc - on default on loading, object count is around 40 gif image edit - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 26, 2022Not for the time being. A regular fractal mtf indicator is perhaps better suited.
I will code your EAs and Indicators for no charge