Forum

Strange observation !

Good afternoon to all ! When testing and optimizing the EURJPY Expert Advisor on the timeframe = H4 I ran into some incomprehension. (to put it mildly)! Outside the optimization period on the forward/backward test the Expert Advisor has shown quite a good result. See the chart. But run in the "back

Closing of positions. On indicator signal.

Good evening! A problem has arisen. I need to close a position. By the signal of the indicator. In addition, I need to be able to close the position by Stop Loss or Take Profit. (Just in case the indicator signal is too late. - This often happens): if ( ... ... ... ) { ticket = OrderSend ( Symbol ()

Multicurrency advisor question

Good evening! I am thinking of combining two pairs into one EA. I have done it. But suddenly I had doubts. I did it like this: extern bool GBP = true ; extern bool EUR = true ; - - - - - - - - - - - - - - - - - - - - int start () { double A = iRSI ( " GBPUSD " , 0 , ..... ) ; double B = iRSI ( "