Forum

T/P not trigerred at the championship ?

I have an opened order of 3 lots at the championship The price at the opening of the order was 237.52 T/P was set to 238.66 from the beginning At 6pm GMT, the price was 238.77, 11 pips bigger than my T/P Why my T/P at 238.66 has not been triggered

To all Russian speaking

To all Russian writers on this forum : Can you please post comments in english so everybody can understand ? There are great articles to read. I know they are all translated in english but most of the comments are in russian in the russian section. So please, comment in english so everybody

Problem with the function iMA

I have the following start function in my expert : static double EMA_Short_Saved = 0 ; int start () { //---- if ( ! isNewBar ()) { return ( 0 ) ; } double EMA_Short_Current = NormalizeDouble ( iMA ( NULL , 0 , 5 , 0 , MODE_EMA , PRICE_CLOSE , 0 ) , 4 ) ; double EMA_Short_Previous = NormalizeDouble (

How do I know if my expert's file has been accepted by moderator ?

I have uploaded my expert file for the contest a few weeks ago. How do I know if my expert's file has been accepted by moderator ? thanks

numbers of bars since a past date

I would like to know how to calculate the number of bars since the last time my 2 ema crossed. What to use, iBarShift ? and how