Hi, all! Help, pls - need alert for this indicator for every arrow!
Thank you kindly.
Thank you kindly.
Attached File(s)
I will code your scalping EAs for no charge 71 replies
Need help to code EAs for MT4 and MT5 5 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} Post your attempt. In a nutshell you'll be looping up from the live candle, checking to see if the zz value is equal to the high or low of a candle, then stopping and doing whatever else once you find it.Ignored
string SignalCheck() { string Signal; for(i=Bars; i>=0; i--) { ZzH2BuyConfirm = iCustom(NULL,HTF2chart,"3_Level_ZZ_Semafor",4,i); ZzH2SellConfirm = iCustom(NULL,HTF2chart,"3_Level_ZZ_Semafor",5,i); if(ZzH2BuyConfirm==High[i]) { Signal = "Buy"; break; } else if(ZzH2SellConfirm==Low[i]) { Signal = "Sell"; break; } } return (Signal); }
Disliked{quote} yes, thanks mate. I understand the indi seems to update the trend line on M1 or M5 quite well, and AE triggers nicely when price cross the trend lines ... I use small lot size about 1 to 2% max, on Gold, with TP 500, SL 300 pips, already in profit. maybe need to optimize TP and SL to get better result. Simple, but it is nice to see a pair of an indi and an EA work hand in hand nicelyIgnored
Disliked{quote} Check these https://www.earnforex.com/metatrader...osition-Sizer/ https://www.earnforex.com/metatrader...ick-trade-pro/Ignored
Disliked{quote} Thanks J - I am currently using this at the moment but the issue is the Position Sizer EA tool doesn't include buttons to execute simple tasks like close/BE a trade etc. I believe the package does come with MQL4 file, is someone able to add that in there and maybe uplift the indicator theme to look slightly modern too? ThanksIgnored
DislikedDear sir pls can anyone convert this indicator into MT5 EA with adding Stop loose, Entry, takeprofit 1,2,3 exit i will so grade full if anyone do..... Thanks in Advance {file}Ignored
Disliked{quote} Hi there ntk, I am not a coder/programmer but I have a friend who is a good one. We are always keeping an eye on to create profitable EAs...if this is profitable as you say then I will ask him to get this done for me, might take sometime depending on how busy he is, mind you he runs his own business...can you please provide me a bit more information, so I can have a clear vision please? What EA and indicator do you actually use? There are two you have provided on different posts, if I am not mistaken. 1. These two: TrendMeLeaveMe...Ignored
Dislikeddear all, i need indicator like this,please if anyone has got it,share thanks {image}Ignored
DislikedI need modification to the attached Dinapoli Targets when price closes above the white line which is the ENTRY LINE i need an arrow alert to display BUY OR SELL signal the lines inscriptions should also be made visible as in the attached picture .Thanks and a very MERRY XMAS to all traders here. {image} {file}Ignored
Disliked{quote} This indicator redraws, many signals disappear after some time and signal comes 2 candles later.Ignored