- Search Energy EXCH
-
jeanlouie replied Aug 25, 2023Accelerator_n_Awesome_Oscillator - plots both accelerator and awesome oscillators as lines - plots histogram when both are above or below 0 - plots arrows n it's subwindow, optional arrows on chart - full alerts
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 23, 2023If you're getting an error alert of 4109 when running as a script from the scripts folder, then you need to allow auto trading, so trade operations can occur from ea's and scripts, as per docs for error 4109. image If that is allowed, and I put a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 23, 2023Very close but left out the important bit of whether the cci values to be compared, are the live or completed candle. That's where the signalbar number of either 0 or 1 comes in. You also dont have to be setting signalbar in every if statement. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 23, 2023- to paste large code sections, use the </> button when posting - the isFirst/SecondSignal bools aren't required - the isSecondSignal is always starting as true, so neither the 2 ob/os checks are happening - all you need for a cci ob/os crossover is ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 23, 2023It is what you wanted, and you can put it in the scripts folder.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 22, 2023Adding to tzamo above, you can check the documentation for istochastic, the return is the value of the main or signal line used, you can prove this by just printing out values: double sto_main_0 = ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 22, 2023Seems addressed now, also updated rectangle/vline times when dropped weekend candles occurs.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2023Here is another instead Rectangle_Extender - extends right most rectangle side to either live time or into future - option to limit to color - option to limit to rectangle names with a certain string
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2023Open prices of buy type orders are based on ask, sell type orders are based on bid. So the distance of the new hedged order's open price will be the distance of the previous order's open price to either the ask (it was a buy type) or bid (if it was ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2023Decompiled doesn't mean open source, if it was open source then there wouldn't be a reason to decompile it. Even though the ea doesn't seem to do anything proprietary or much at all, it's still decompiled, and it would actually be easier and more ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2023Your posted mq4 file is decompiled, ie the author didn't provide it's source, consider asking the author for the indicator and/or an alerting feature.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 20, 2023I wont get around to it, someone else may, consider contacting earnforex for that feature.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 20, 2023Alert added, live or completed candle option.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 20, 2023All those gi-, gs-,gd-number named variables show its a decompiled file.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 20, 2023Right you did mention the first bar.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 19, 2023That's a very specific nuance, I wont get around to it. If youre using mtf then whatever time it would take for a slope to change would be 1 mtf duration.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 18, 2023If you mean 2 new buffers for the start of new up/dn trend, then see the attached, simple dots on the new direction and seen in the data window
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 17, 2023Sure you can make that correction, but the point still stands regarding checking the distance price has traveled since the open time, also, since the sl distances from the open are increasing from a-b-c, you could also check the stoploss price of ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 17, 2023- place a button object somewhere, really could be any object - in onchartevent(), check for the event of objectclick, and check the name of the clicked object is your intended button or object, if so then proceed - open a new chart via chartopen() ...
I will code your EAs and Indicators for no charge