ffoorr
ffoorr
ffoorr
Added topic Optimisation button disapeared in strategy tester
Here is an image, the button should be down on the right https://www.mql5.com/en/charts/16879879/us2000-z22-h1-fxpro-financial-services
ffoorr
Added topic All my indicators ex4 are into the editor
Does someone know why all the ex4 indicators are into the editor, and where ex4 should be
ffoorr
Added topic How can I see the comments I put into orders,
into the "results" of the  backtester ?  there is an action to see these comments, but I don't remenber which one
ffoorr
Added topic is there a tutorial to use the /portable mode
the portable mode don't work as it worked before. I don't want an explanation, please, but a tutorial,  
ffoorr
Added topic How can I get a new metaquote ID ?
I have this message from metaquote in the " profile message" Invalid MetaQuotes ID: Your MetaQuotes ID '**********' was automatically cleared from profile, because it wasn't specified correctly Metaquotes give me this ID, which was valid 2 years ago
ffoorr
Added topic FED is starting to sell his security
This is may be why the dollar is going up. You can see here that dollar index is going up since jan 18, next post :-) And Here, FED is selling his security since jan 18 : https://fred.stlouisfed.org/graph/?category_id=7972&graph_id=132191 . FED
ffoorr
Added topic How can I turn an int to a constant ?
I want to use differents Timframe into a swicht, but program ask for a constant This do not work : constant expression required int tf1 = 5 ; int tf2 = 30 ; int tf3 = 240 ; calcul( tf2 ); double cacul( int tf ) {    Switch( tf )
ffoorr
Added topic Is it possible to avoid pending order arrow drawing ?
I don't want any arrow for pending order , is it possible to avoid to draw it, or do I have to delete arrow each time
ffoorr
Added topic BUG on iHighest using MODE_CLOSE, it don't work
I am using this code :       dc_haut[i] = High [ iHighest ( Symbol (), Period (), MODE_CLOSE , 15 ,i) ];       dc_bas[i]  = Low [ iLowest ( Symbol (), Period (), MODE_CLOSE , 15
ffoorr
Added poll Will Yellen raise rate on WED 15 March
  • 46% (12)
  • 31% (8)
  • 12% (3)
  • 27% (7)
Total voters: 26
ffoorr
Added topic Is it possible to have the flood (?) of new on a wordpad format ?
This one is writen in too small character
ffoorr
Added topic Problem with StopLoss and TakeProfit
I made a simple EA following MT4 recommandations. I buy on the ask, my stoploss (SL = Bid -stoploss;) and takeprofit (TP = Bid + takeprofit;) are on the Bid,    just like MT4 say it has to be, this way we take account of the spread. if
ffoorr
Added topic How does GetLastError() work ?
Does the last error remain in the  GetLastError() fonction until a new error come Or does the   GetLastError() fonction is reset
ffoorr
Published code Smoothed_RSI and RSI_of_MA
Smoothed RSI indicator and RSI of Moving Average.
· 1 7204 1588
ffoorr
Added topic BUG IN MT4
Indicator are inside the folder and the editor, but don't show up in the terminal the folder : In the editor : In the terminal
ffoorr
Added topic Bad news from Alpari
May be there will be a repreneur, may be there will be insolvency All traders may loose a part of there balance, they don't know how much, yet
ffoorr
Published post Statistics of the FED
I do not know if I'm in the right place for that. But I created this blog last year : http://donneeseconomiques.wordpress.com/ There people can have a look to some key statistics of the FED, at a glance. images are automatically updated...
ffoorr
Added topic How many indicator can be stored in the terminal ?
The new indicator I downlaod are into the editor, but don't show up in the terminal. Is there a limit to the number of indicator in the terminal
ffoorr
Published code MACD Momentum
MACD Momentum indicator (The Red line is the Momentum 10 of the histogram MACD, smoothed 3).
· 1 49564 6353
ffoorr
Added topic How to get an smoothed Sandart Deviation ?
can we have it directly with the stdevOnArray
12