Thanks in advance.
Attached File(s)
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 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} Hello Jeanlouie, if this one is also decompiled then i give up. Thanks in advance. {file}Ignored
DislikedHello, I'm not good in coding and wanted to create a pop up alert to this indicator please when Aqua (for buy) or Orange (for sell) circle appears. Any help will be greatly appreciated. {image}{file}Ignored
Disliked{quote} I have other similar version of the same indicator in mq4 but i don't know if those are decompiled or not. Thanks.Ignored
...
double Price_over_under_SMA_5[];
double LWMA_of_fastsingular_6[];
double trend_7[];
double Gda_248[];
double Gda_252[];
//double LWMA_Period1_buf_2[];
string Gs_256;
bool Gi_264;
bool Gi_268;
int G_timeframe_272;
double Gd_276;
string Gsa_284[] = {"M1", "M5", "M15", "M30", "H1", "H4", "D1", "W1", "MN"};
int Gia_288[] = {1, 5, 15, 30, 60, 240, 1440, 10080, 43200};
string Gs_nothing_292 = "nothing";
datetime G_time_300;
...
int datetime_48;
... As you can see, this code was first decompiled from an .ex4 file, and then hand edited somewhat to make a few var names easier to read; but it is still a difficult task to go through decompiled code to understand it, let alone modify it.
However, the real bottom line is this: Decompiling of .ex4 files is (or should be) illegal, and is nearly always unethical (unless it's your own that you lost the source for). For this reason, most FF programmers -- including jeanlouie, cja, ... me -- routinely decline to edit/enhance/debug/fix code that was decompiled.
DislikedPlease help. I found an EA here, the expert must open a "buy or sell" operation when the size of the body candle is >= pips example: Body Candle Size (Only Body size)>= 40 pips then price open on the next candle that I need, but the price open on the current candle when reach 40 pips :-(Ignored
void requestLongOrder(){
if(Close[0]-Open[0] >= trigger) DislikedHi! I have two zigzag indis. I'd like to use it on a lower timeframe with higher inputs as a higher timeframe confirmation. One of them paint the correct signs on the high/lows, but sometimes don't paint it on the exact candle which created that high/low. It's a multi timeframe version, so the inputs here are low (20,20,20) This is the AA version On the left side you can see it's drew a little horizontal line and the sign is not above the candle which created the high.{image}The second zigzag can't draw the correct signs. In the right that's not...Ignored
Disliked{quote} Hello Jeanlouie, if this one is also decompiled then i give up. Thanks in advance. {file}Ignored
Disliked{quote}...possible to make this indicator non repaint after candle close...Ignored
Disliked...zigzag...higher timeframe...but sometimes don't paint it on the exact candle which created that high/low...you can see it's drew a little horizontal line and the sign is not above the candle which created the high...Anybody can fix one of them? Or can anybody make the simple zigzag into multi timeframe?...Ignored
DislikedWould a coder please modify attached indicator to show only the swing pips value and time (I don't require the price of the highs and lows) as per the attached gif? Thank you Barry {file} {image} {file}Ignored
Disliked{quote} Hey Shabs19 now it looks very fine.....may I ask....would it be a great effort to install an "on-off"-button for the H4 indi-numbers? Sometimes its better to only see the rectangles for the big overview.... I already have on-off-buttons for showing sessions as shown in the screen...thus -if it is possible for you- there should be x- and y-variable for the position of this button....
If you don`t feel like doing this...no problem.... Thanks for all your work so far! {image}
Ignored
Disliked{quote} It's correct and there's nothing to fix. The higher mtf zz knee is located on the higher tf candle that made that knee, as seen on a lower tf as a horizontal section covering that higher tf period. What you're seeing is the same effect as a mtf moving average.Ignored