Forum

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); //---- SetIndexStyle( 1 , DRAW_ARROW , 0 , 1 ); SetIndexArrow( 1 , 222 ); SetIndexBuffer ( 1 , ExtMapBuffer2); //---- switch ( Period

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

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