- Search Energy EXCH
-
jeanlouie replied May 7, 2023Doesn't the indicator posted do that? Just dont use either mtf setting.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 7, 2023From the tv script: image the channel lines K+-, are at a distance from the k line, ema35, and the distance is (rma in tv is ewma/exponentially weighted ma, with w=1/period) an ewma(35) of the true range of each candle, then multiplied by 0.5. In ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 7, 2023I don't think trading view has a default achored vwap with channels, and the indicator name you're using isn't mentioned so no idea how the channels are determined, but attached is just the vwap. VWAP_anchored - vwap from a draggable vline gif
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 7, 2023Just to be clear, the 2 pictures of the macd subwindow are of non-mtf and mtf settings, not 2 separate subwindows with 2 macds each with same fixed minmax values. ie the indicator is 1 subwindow that displays 2 macd's together, no adjusting minmax ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 7, 2023Ok I looked it up, it's the Rob Hoffman overlay set indicator here url Attached is the tv script in mql4, all settings adjustable.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 5, 2023You're trying to create a channel, based on an ema, the width of the channel is a multiple of another ma type. Using default indicators only I don't think this is doable, closest thing that comes to mind is the envelopes but that has the channel ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 5, 2023The color array aColor has no size given and isn't being resized, but it's also not needed. Just go straight to using the values in the holdingArray, they are already strings of r,g,b as comma separated numbers. ie ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 5, 2023Circles_Concentric - concentric circles by ratios of handle radius - can have none or many - texts for ratios
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 5, 2023If you've done the previous 2 lines right, then you probably did the KUpper and KLower lines properly too, guessing because you didn't post what you've written so far in mql4. Anything unexpected would probably be due to the factor 0.5 needing to be ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 5, 2023- check what color you are getting in the color array - there are no strings in a color literal C'r,g,b' - you can use stringtocolor instead which does take a string
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 5, 2023The messagebox suspends the ea until a response is met. You can get around this by making your own msg like box with regular objects and regular alert sound, where you can switch on a timer that when reached closes it and proceeds with some action, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 2, 2023Aside from the previous post of setting fixed-min/max values the same, you could alternatively use this too. Macd_2x_window - 2 regular macd's in the same subwindow - separate mtf's
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 1, 2023One thing you can do is to set the fixed min/max values in both macd settings to the same values. The single line macd in mt4, has the histogram as the distance between the 2 ema's, so setting min/max window values would be based on an estimation of ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 1, 2023Arrow distances as a multiple of atr(10) from the candle, default is 1, should be quite close to the candles.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 1, 2023If you only have the indicator ex4 file, then you can't make any changes to the indicator itself. If you have the ea source mq4 file, then you can change the settings that it uses when referring to the indicator, and have default settings in the ea ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 28, 2023It's from gpt? That's the error, gpt can't currently make proper mql4/5 codes. I know you're trying to get something up and running, but for the time being with gpt, it's somewhere between nonsense and blind-copy-like-pasting with fingers crossed. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 26, 2023It seems needlessly lengthy, it's just a daily box with % levels. I'm sure you could have just made a whole new indicator in less time instead of retrofitting a file from 2009. As you know there is no font size setting to the fibo object, so to get ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 24, 2023Right you are, thanks for letting me know. I can't edit the original post past 24hrs so I'll attach here. HighLow_every_n_from_vline
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 24, 2023Search around for zigzag and or/ break of structure, if you find one with alerts then it'll probably be on higher highs/lows and lower highs/lows.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 24, 2023Wont get around to it, use it as is, or declutter the chart with fewer indicators.
I will code your EAs and Indicators for no charge