Disliked{quote} hi have nice and profitable day {image} {image} {image} {file}Ignored


1
I will code your scalping EAs for no charge 117 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
I will code your pivot EAs for no charge 20 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} hi have nice and profitable day {image} {image} {image} {file}Ignored
Dislikedjust a simple question, anybody know what indi, ea or software is that? {image} I take the image from another user but seen it used many timeIgnored
Disliked{quote} https://www.forexfactory.com/attachm...9?d=1552954541 | TradeReport_compact - v.1.04Ignored
Disliked{quote} Hello I think I found the original code At least it is not the decompiled version of the ex4 file I think it is better to use this file if you want to make changes. have nice and profitable day {file}Ignored
Disliked{quote} Hi MwlRCT Pretty thanks for the detailed explanation/s -can you please manage time for one another indicator "WAE candles BT 1.1" to implement within your EA frame,with the possibility to chose-able time frame for the indicator,for example i want use the said indicator with H1 tf on M5 chart and taking triggering signals from arrows (with first bar option) indicator attached thanks in advance {image} {file}
Ignored
DislikedMwlRCT could you please make ea with this indicator, with option to change settings, thx : {file}Ignored
Disliked{quote} {image} Tested on LIVE market | Ea works as expected "...with the possibility to choose the time frame for the indicator?" | Yes you can select the indicator TimeFrame that you need. {image} {file} {file}Ignored
DislikedHello, I am hoping you can help fix my code. I am trying to code a MT4 indicator to indicate a powerful downward bar. Here is what I have: #property indicator_chart_window #property indicator_buffers 1 #property indicator_color1 Red #property indicator_width1 2 extern int minBarsLeft = 5; // Number of bars to the left for comparison extern int minRangeMultiplier = 2; // Minimum range multiplier for a powerful bar double buffer[]; void OnInit() { IndicatorBuffers(1); SetIndexBuffer(0, buffer); SetIndexStyle(0, DRAW_ARROW); SetIndexArrow(0, 233);...Ignored
int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], const long &volume[], const int &spread[]) { int startBar = MathMax(prev_calculated - minBarsLeft, 0); for (int i = startBar; i < rates_total; i++) { bool isPowerfulRedBar = IsPowerfulRedBar(i, minBarsLeft, minRangeMultiplier, high, low, close, open); buffer[i] = isPowerfulRedBar ? low[i] - (0.5 * Point) : EMPTY_VALUE; } }
DislikedHello Needs some solution if possible please. Set up MT4 on VPS but some of the Indicators are failing to load. The indicator files are completely fine and good working copies as they have been copied from my main MT4 on laptop. Log Error attached. Thanks {image}Ignored
Disliked{quote} I have seen this as well, not on a VPS, but locally. As far as i know the file needs to be recompiled and that is a problem for you if you don't have the source code. Unless you have forgot to copy the file to the right location of course.Ignored
DislikedPls can this be done into mt4 version? I will be grateful if great coders here can help {image} {file}Ignored
Disliked{quote} ...vertical lines indicator which can plot VLine at x interval candle...Ignored
Disliked{quote} This is the regular cycle lines object, it does all that. {image}Ignored
DislikedHello. I would be grateful if you could add an arrow and a notification when the white em 3 crosses both levels. Arrow up if it crosses the yellow and then blue level from below and arrow down if it crosses the blue level from the beginning and then the yellow level. {image} {file}Ignored