Forum

Signal not available for public

Hello! I have a problem with my signal – it does not appear in public overview. It's 5 weeks old already and it runs really smoothly, unlike many public signals which are one week old and have big drawdown or big loss. Can anybody help me please? I did not get a response from desk. Thank you! :)

Help with lot calculation in MQL5??? Problem with code in metaeditor 5

Hello! I would like to change martingale function to make my EA open lots adding just 0.01 (0.01, 0.02, 0.03, 0.04...). Could somebody help me with my code? int f= 0 ; if (Martin== true ) { if (total== 0 ) { f= 1 ; } if (total>= 1 ) {

Grid EA - Lot Calculation Code MT5

Hello! I have been searching really everywhere but I was not able to find what I was looking for. So I would appreciate your help! I have got an EA based on grid strategy. But it works only with martingale. I would like to change the code and make it add lots by one (0.01, 0.02, 0.03 etc.). Could