Forum

MQL5 Publishing indicator on marketplace validation report failed.

My indicator does not place any trade, so here is the issue I don't understand when I tried to upload an indication on MQL5, but the validation report give me this below: test on EURUSD ,H1 (netting) -EURUSD: no history data from 2023.05.01 00:00 to 2023.06.01 00:00 If anyone can give advise what

How many people are actually using EA for their trading?

How many people are actually using EA for their trading & if you're a profitable EA user comment 1. I just wanna see if its durable to code myself a profitable EA. Thanks

loop HistoryDealsTotal() printing zero? or am i wrong here?

I wanna loop through history deals but why am I getting print zero here? i tried HistoryDealsTotal() and HistoryOrdersTotal() both printing zero, what seems to be wrong here? tks all. double totalProfitLoss = 0.0; int totalDeals = HistoryDealsTotal() ; Print("Total historical deals__:"

≪Help≫ Fix FiboStop EA

I have a Fibostop EA which code by someone else, but it does not work probably. it keep saying " return value of 'OrderModify' should be checked ". Can anyone please take a look for me to fix it? Many Thanks! //+------------------------------------------------------------------+ //|

-----------------------------OrderModify & OrderSelect should be check-----------------------------

Hi Coders, I get 4 warnings when I Compile my EA, Please help me out to fix this. Many Many Thanks. The warnings are highlighted as Red colour. warnings are below void function returns a value. Return Value of "OrderModify" should be check. Return Value of "OrderModify" should be check. Return Value

[Help] With Parabolic Moving Stop Loss Please

Hello, I am NEW in Mql4 Coding, can anyone help me to add Parabolic Moving Stop Loss into my EA Please? Basically move the Stop Loss to current Parabolic Dot

End of Program, unbalance left parenthsis (Help)

Can anyone fix this for me? it drive me headache. i tried to deleted all the "//" but i still say unbalance left parenthsis