DislikedHello is it possible to rewrite this pivot in mt4? {image} {file} {file}Ignored
Other than screen shots, not tested further.
Attached File(s)
TSLA: 30-Dec-22 123.18 // 16-Jun-23 260.54 **111.51%**
3
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
DislikedHello is it possible to rewrite this pivot in mt4? {image} {file} {file}Ignored
Disliked{quote} MT5 - {image} MT4 - {image} Other than screen shots, not tested further. {file}Ignored
Disliked{image}{quote} Good evening mntiwana. Please give a link to the indicators Spearman Correlation what are depicted in the screenshots on the site https://www.forexfactory.com/attachment.php?attachmentid=3368140&d=1561164706. RomanUkraine {image}{image} Those that I found do not work (screenshot number 1 - straight lines). I have to switch time frames so that they get redrawn (they did recalculation - screenshot...Ignored
DislikedHi can someone help me add Arrows or dots in this indicator?? its very good indicator all its lacking is arrows or dots also if additionally if any other additional indicator can be added to make this one more accurate??? Like adding snr or ema or anything {file} {file}Ignored
DislikedHi can someone help me add Arrows or dots in this indicator?? its very good indicator all its lacking is arrows or dots also if additionally if any other additional indicator can be added to make this one more accurate??? Like adding snr or ema or anything {file} {file}Ignored
DislikedHi can someone help me add Arrows or dots in this indicator?? its very good indicator all its lacking is arrows or dots also if additionally if any other additional indicator can be added to make this one more accurate??? Like adding snr or ema or anything {file} {file}Ignored
extern int Ribbon_Per=48; extern int Ribbon_Shift =0; extern int Ribbon_Mode = 3;
if (g_ibuf_112[gi_152] > Level_Cci && Close[gi_152] > iMA(NULL, 0, Ribbon_Per, Ribbon_Shift, Ribbon_Mode, PRICE_HIGH, gi_152)) g_ibuf_108[gi_152] = 90.0;
else {
if (g_ibuf_116[gi_152] < -Level_Cci && Close[gi_152] < iMA(NULL, 0,Ribbon_Per, Ribbon_Shift, Ribbon_Mode, PRICE_LOW, gi_152)) g_ibuf_108[gi_152] = -90.0;
else g_ibuf_108[gi_152] = 0.0; DislikedHi, can anyone code or point me in the right direction to find a simple indicator for mt4 that can set 3 MA's to spec and when price closes on or above/below it, it sends an alert to my phone please?Ignored
Dislikedthanks but thats not exactly what i need. I need it to send a push notification to my phone when price closes above or below one of the 3 MA's that i set.Ignored
Dislikedwould you pleased make the idea to expert, or if it was in please insert it Time frame : any Indicators : Ema 20- Momentum Take profit, stop lose : a variable may be 10 or 15 or ..... condition buy: Price cross ema 20 from upper to up & Momentum cross level 100 from upper to up Then Buy next candle open condition sell: Price cross ema 20 from up to upper & Momentum cross level 100 from up to upper Then Buy next candle open maximum entry: a variable may be 1 position or 2 positions for 1 pairIgnored
DislikedHallo! I would like to have an EA set TP and Stoploss based on ATR(5) for MT5. Is this possible? Thank you very much in advance!Ignored