Gbenga Ayodele
Gbenga Ayodele
  • Information
6+ years
experience
3
products
11
demo versions
0
jobs
1
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 Published MetaTrader 4 signal
HyperDrive200
Price: 30 USD, Growth: 48.96%
This Signal thrives on Moving Averages for trending Market. Trade is executed only when there is confirmation. There may be some occasional false confirmation due to market spikes during news event
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
Gbenga Ayodele
Added topic code for getting the smallest or highest indicator value for a given time
Please with respect to the great coders of this forum, i need a code that will output the least/highest value of a given line indicators like Moving Average for like 20 bars back in a given period. just like the case of
Gbenga Ayodele
Added topic One Alert per signal not once every bar
Please there is difference between  one alert per signal and Alert once per bar. Please any help on the code snippet for indicator to alert once per signal and not once per bar if ( iTime ( Symbol (), 0 , 0 )!= 0 ){ Alert (); iTime ( Symbol ()
Gbenga Ayodele
Added topic MarketInfo to get last tick type in mql4
void OnTick ()   {    MqlTick last_tick; //---    if ( SymbolInfoTick ( Symbol (),last_tick_flag))      {        Print (last_tick.flag, ": Bid = " ,last_tick.bid
Gbenga Ayodele
Added topic I need urgent help......
I want a code to automatically set the zoom state of my chart to minimum. this is to be included in a EA that depends on this minimum zoom state to work
Gbenga Ayodele
Added topic Help on finding the bigest of last 10 bars
Please I need help on mql4 code for finding the biggest of 10 last bars just like iHighest() fuction
Gbenga Ayodele
Added topic code help
i need a code for selecting all deposit using Order Select() in the terminal double p = 0.0 ; for ( int k = OrdersHistoryTotal(); k>= 0 ; k--){    if ( OrderSelect (k,SELECT_BY_POS,MODE_HISTORY){
Gbenga Ayodele
Registered at MQL5.community