Gbenga Ayodele
Gbenga Ayodele
  • Information
8+ years
experience
3
products
19
demo versions
0
jobs
0
signals
0
subscribers
Gbenga Ayodele
Added topic Blinking text in mt4
Please house,  I need any help with a code snippet for blinking text in mt4   I have this graphical display board that shows so many signals for multiple currencies and timeframe. I want the arrow of new incoming signal to blink for 20
Gbenga Ayodele Published product

30.00 USD

Just an excellent arrow indicator with 96 percent accuracy. It uses trend moving averages to detect trend direction change and alert with corresponding arrow. It does not repaint and the alert is optional on the basis of current bar or previous bar. Please this indicator is not responsible for every of your trading  position and it must be used in conjunction with other indicators to  make trading

Gbenga Ayodele Published product

This trend reversal arrow indicator has an alert signal that is a valuable tool for forex traders, providing several advantages that contribute to making more informed trading decisions and potentially increasing profits. Here are some advantages: Early Identification of Reversals: The primary advantage is the early identification of potential trend reversals. This arrow indicator can visually signal when a trend may be losing momentum or about to reverse, allowing traders to be proactive rather

Gbenga Ayodele Published product

This Dashboard displays signals in grid view for the 28 major fx currency pairs. It is Mainly used for forex scalping in between 10 to 20 pips maximum and can be used on major trend market decisions. It Uses mainly Moving average and does not give false signal. All you need to note is the point in the grid where the signal occurs.  A beep sound is heard whenever there is a new signal and it will be displayedat the top of the chart

Gbenga Ayodele
Added topic Using closed order Comment for EA algorithm
Can i use  closed order comment to work my EA trading decision or it is allowed in MT4? for(int i= OrderHistoryTotal()-1; i>=0; i--) { if(OrderSelect(i,SELECT_BY_POSITION,MODE_HISTORY)) if(OrderSymbol()==Symbol() &&
Gbenga Ayodele
Added topic Trade on VPS server only
Please Big brother,   I need a code snippet to force my EA to only work on VPS servers only and not on my local computer. Any help would be appreciated.... Thanks in Advance
Gbenga Ayodele
Added topic Code for getting consecutive up and down tick direction
int Cur_p = Ask, initi_p = 0 ,cnt= 0 ;      if (Cur_p>initi_p){      cnt=cnt+ 1 ;      initi_p =Cur_p; } if (Ask<initi_p) cnt= 0 ; Please any help on why this code is not working. i
Gbenga Ayodele
Added topic WindowPriceMax for other symbols differet from the current chart
Please i need help getting windowpricemax for all symbols in multi currency EA. How to get Maximum price chart for each of the symbol and timeframe. double lower_range= WindowPriceMin( 0 )+ 0.09 *(WindowPriceMax()-WindowPriceMin());   
Gbenga Ayodele
Added topic MultiSymbol Expert Advisor in MQL4 coding
In order to maximize trading opportunity, i entered into multi pair EA coding community. The problem in it so far is dealing with chart that are not opened in the chart window, refreshing the chart to get latest tick and most importantly getting the
Gbenga Ayodele
Published code Daily Chart Trader
This is strictly for daily chart and any symbol with spread low enough for its operation
123