Forum

breaking economic news

Is there a way to get notified on my android only for major economic forex news

One year in duration Forex Contest

Anyone knows if there are Forex contests that last 1 year

Programmatically add to tester marketwatch and string array symbols of specific sector

I am trying with this part of code to add to a string array and to testers marrketwatch forex and crypto. I do not understand what i am doing wrong.. litle help? string symbolss[]= { }; int OnInit () { int total= SymbolsTotal ( false ); Print (total); for ( int i=total- 1 ; i>= 0 ; i--)

ROI and Drawdown by month and by year MQ5

Is there a way to display in a bar chart ROI and DD by month and by year on startegy tester report or on a histogram inside the tester? I have tested my EA since 2008 to 2023 and i want to visualize these stats

From Forex to cfds. Pips , Lots and used Margin calculation

Hi. I used to trade only forex , and i was using this part of the code to find out how many pips is the stop loss, and if it was more than 300 pip then i entered the trade. //to find the stop value i use fibonacci. double SymPoint= 0 ; if ( SymbolInfoInteger (thissymbol, SYMBOL_DIGITS ) == 3 )

How to show all symbols and timeframes i use on Strategy Tester Report MQL5

I use 31 Pairs and 15 Timeframes on my expert advisor . How can i see them on Strategy Tester Report? // Symbols are in a class string symbolss[]= { "AUDCAD", "AUDCHF", "AUDJPY", "AUDNZD", "AUDUSD", "CADCHF", "CADJPY", "CHFJPY", "EURAUD", "EURCAD", "EURCHF", "EURGBP", "EURJPY", "EURNZD", "EURSGD"

Mql5 Tester OrderSend error 4756 BUT there is no SL and TP

Hi. I use this void to open my trades and i get error 4756 which from what i understand is invalid stop.BUT i do not set either sl or tp. /////////////////////////////////////////////////////////////////// void SendOrder( string thissymbol, double found, ENUM_TIMEFRAMES TF2 , double buys, double

Exchange data between Symbols

On my strategy i find the Highs and Lows and i draw Trend Lines, for each TimeFrame. I want an alternative way to store "uptrends" and "downtrends" strings for each timeframe,(5,15,30,60,240,1440) without using text files,or GlobalVariables or MySql. My problem is that (i think) i cannot read

type conversion warning

I am having a small problem. i am trying to abstract 2 dates, and get how many days the are, with the following code string lastdate2= "" ; handle3 = FileOpen ( "Time.txt" , FILE_TXT | FILE_READ ); lastdate2= FileReadString (handle3); FileClose ( handle3 ); datetime last=

How can i find FIbo Expansion Price Value?

I can get the Price_value from Fibonacci with 2 parameters, with the following code... void OnTick () { ObjectDelete ( 0 , Symbol ()); datetime time1,time2; double price1,price2; int chart_ID= 0 ; string name = Symbol (); double fib_values[ 13 ]={ 0.0 ,. 236 ,. 382 ,. 500 ,. 550 ,. 618