SladeMcBride
SladeMcBride
Friends

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

SladeMcBride
Added topic trailing stop not trailing
when looking in the journal the orders are not even trying to be modified. i assume there is a problem with the if statements double Trailing_Stop = 100 ; int init() {    double ticksize = MarketInfo( Symbol (), MODE_TICKSIZE);   
SladeMcBride
Added topic whats wrong with my iCustom
the code indicator im trying to pull from is this #property copyright "" #property link        "" //---- #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Red #property
SladeMcBride
Added topic how do i code a counter the amount of candles since the last lowest low.
ive been trying to make an indicator but am stuck on this one part. below is the code ive been trying    int i;    int limit = 100;    int test = 0;  int OnInit()   {    return(INIT_SUCCEEDED); void
SladeMcBride
Registered at MQL5.community