- Search Forex Factory
- 61 Results (3 Threads , 58 Replies )
- arby1108 replied Mar 28, 2021
Try yourself to make the MT5 version, I tried without success.
Fractal Geometry
- arby1108 replied Mar 18, 2021
Hi, I made an Indicator to draw the 4 dots fractal geometry. just click on a blue dot to automatic draw the lines. Press F to fixed or C to clear
Fractal Geometry
- arby1108 replied Nov 5, 2020
I'm a coder, I did it after your request. what you mean by historic line graph in a separate window.
Looking for spread/distance indicator
- arby1108 replied Oct 1, 2020
sometimes it happens. Just Cut the indicator from Experts folder and Paste it to Indicator folder and restart MT4
Waddah Attar Explosion Indicator vs EA
- arby1108 replied Sep 12, 2020
//+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ void Trail() { for(int i=Orders()-1; i>=0; i--) { if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES)) { ...
Unbalance Parentheses & Unexpected End of Program
- arby1108 replied Aug 24, 2020
just move mouse scroll wheel with Ctrl key pressed
Need Hotkeys to Zoom-out (MetaEditor)
- arby1108 replied Jun 15, 2019
your Function is Bool and the las Return is Return(0). just Change it to Return(false);
MQL4 Programming
- arby1108 replied Jan 22, 2019
extern double MaxSpread = 2.0; if(Digits==3||Digits==5) MaxSpread = MaxSpread *10; double spread = MarketInfo(Symbol(), MODE_SPREAD); if(isBuy && !isSell && spread <= MaxSpread && !(lastType == 1 && lastDay == Today())) if(isSell && !isBuy && spread ...
Max Spread Code for EA - Is this correct?
- arby1108 replied Dec 14, 2018
I hope this is what you want.
4 Timeframe Heiken Ashi Arrows - Enhancements - Please Help