Friends

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

Thomas110
Added topic Calling iMA() in a custom indicator
Hi! I'm trying to call iMA in OnCalculate of a custom indicator: for (int i = start; i < rates_total; i++) { double fast_MA_prev = iMA(_Symbol, _Period, prm_MA_fast_period, 0, prm_MA_calculation_mode, i-1); // where  prm_MA_fast_period=10
Thomas110
Added topic Classic question (I guess): how to copy the entire Strategy Tester's journal or how to export it?
Hi all, I'm struggling in exploiting the contents of the Strategy Tester 's journal, the interface is really not user friendly. How to "copy all" the journal, how to export it, or how to do it with mql5 code
Thomas110
Added topic An easy one - location of mq5 source code
Hi all, I would like to access the source code (mq5) of the indicator iBands (to see its details including the structure of the generated handle) or the source code of any other built-in indicator (to use them properly in a EA). How could I do it
Thomas110
Added topic Signals - visibility of SL/TP under the Trading history tab
Hi, after login (but without subscription), I can't see the SL/TP used by the trader for his/her historical trades (whereas a friend of mine can). Hence the question: how is it possible to systematically display columns SL and TP? It is necessary to
Thomas110
Registered at MQL5.community
12