Forum

How Count Lose Trades?

hellow, i want to county losses trades untli one of them will not Get TakeProfit. if order gets takeprofit order count must set to 0. i tried but my code dosn't work. //+------------------------------------------------------------------+ int TotalOrderCount(int MagicNumber) { int count = 0;

How to Count Losses Trades until Get TakeProfit

hellow, i want to county losses trades untli one of them will not Get TakeProfit. if order gets takeprofit order count must set to 0. i tried but my code dosn't work. //+------------------------------------------------------------------+ int TotalOrderCount( int MagicNumber) { int count = 0 ;

how to create indicator that draw line at open prices on 10, 10 o'clock bars.

hi, i want to create indicator that draw line at open prices on 10, 10 o'clock bars

How to get open prices of 10 bars which was opened at GMT 10 o'clock

hi, i need to get open prises of last 10 bars which was opened at GMT 10 o'clock. could anyone help me