Gbenga Ayodele
Gbenga Ayodele
  • Information
8+ years
experience
3
products
19
demo versions
0
jobs
0
signals
0
subscribers
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
123