Friends

Add friends via their profile or user search and you will be able to see if they are online

Gbenga Ayodele
Added topic How will my EA trade from indicator that uses Arrow Signal.
int init()   { //---- indicators     SetIndexStyle( 0 , DRAW_ARROW , 0 , 1 );     SetIndexArrow( 0 , 221 );      SetIndexBuffer ( 0 , ExtMapBuffer1); //----
Gbenga Ayodele
Added topic code help
I need you to help me on code to select all account deposit from trading terminal. i want to use it to calculate account growth as (Equity/Deposit)-1
Gbenga Ayodele
Registered at MQL5.community
Gbenga Ayodele
Added topic looking for hammer indicator code base
pls i need hammer and spining top indicator alert that will alert me when there is property called hammer defined by: |open- close|=0, |high-open|=0 etc