Giorgio
Giorgio
Giorgio
Added topic Warning message
Hi guys, can anyone help me write the line of code to solve this warning please
Giorgio
Added topic Create a chart in an indicator window
Hi, I would like to re-create the candlestick chart in an indicator window, any suggestions about the functions to use/articles to read
Giorgio
Added topic How to shift an indicator
Hi guys, I created an indicator that has an array with  size=24 and each day at Midnight It does a calculation changing those 24 values, I would like to visualize It with a histogram: If we are on the 1H chart at Midnight It should print the
Giorgio
Added topic News Indicator
Hi guys, I'm creating an indicator to implement news volatility, the following code should permit the backtest of It, but It doesn't work (NewsEventUSD Isn't fill with values); any ideas
Giorgio
Added topic 2-dimensional array out of range error
Hi, I'm coding an EA and I have this problem with a 2-dimensional array: when I backtest the EA the " array out of range " error pops up, can anyone help me please? input int LookBackPeriod= 10 ;     //Look back period input int
Giorgio
Added topic Error in ObjectCreate
Hi, it gives me an error here... why? ObjectCreate("Arrow"+iTime(NULL,0,0), OBJ_ARROW ,0,iTime(NULL,0,0),Low); [MQL4] Thanks
Giorgio
Added topic MT5 Currency Strength indicator
Hi everyone, I was wondering if anyone could share a "Currency Strength Indicator" (which measures the strength of a currency's price in relation to other changes) for  Metatrader 5 . Thanks and have a good day. 
Giorgio
Added topic Problem with Calendar function
Hi everyone, I can't solve this programming error: "lastTime2" and "name2" do not work (no value is assigned to them), but "lastTime1" and "name1" work. Some idea? Thank you //Script string name1,name2,name3; void OnStart () {    string
Giorgio
Added topic News filter
Hi everyone, I would like to create a news filter so that my eas do not trade in the two previous hours at the exit of an important news and also in the next two hours. My problem is that I can't distinguish the important news (which I take in
Giorgio
Added topic My function to close all positions does not work properly
I created this function and as long as I do backtesting using [OHCL 1 MINUTE] it works correctly, but when I use [ EVERY TICK ] some error messages like the following appear (warning, not error): 2019.04.26 16: 00: 26.351 Core 1 EURUSD: 2017.06.05
Giorgio
Added topic Error: array out of range
Hi everyone, I was testing this new indicator in the strategy tester and the error: array out of range (56.22) came out. If anyone can help me out, thanks. //+------------------------------------------------------------------+
Giorgio
Added topic Metatrader 5 tester does not work
hello to all, I launched an ea (backtesting) and the graph came out like this: this is the first time that happens, the ea works for the first period but then does not trade anymore. Also, there are NO errors in the diary and the code I think is
Giorgio
Registered at MQL5.community