Forum

To Sort dynamic arrays( a dynamic array inside another declared one)

Can anybody help me? The goal is to sort dynamic arrays. i.e: double A[], B[], C[] , D[] , E[] , F[] , G [] , H [] , I[] , J [] ; double alphabet [10] = {A[0], B[0], C[0], D[0], E[0], F[0], G[0], H[0], I[0], J[0] } ; ArraySort(alphabet); I´m trying this witn no success... thanks a lot

My Expert Close Position is not working

Sell and Buy Functions is working perfectly but EA is not even calling the ExpertClosePosition. Could Any Body help me? Tanks a lot void OnTick() { if(CanTrade) { if(TradeOrAlert) { // Check trading conditions if (iMACD_MAIN_Value[0] <

EA building with different patterns of behavior

If possible what is the best way to create EA with different patterns of behavior through the wizard MT5 ? ie: To buy when short MA crosses downward the long one Thank you for listening

Optimization of EA parameters with Molanis?

I can not create EA with variable parameters for optimization of technical analysis with the standard version of Visual Expert Molanis MT5. ie: Optimizing the period of two moving averages...or timeframes. Only available scales of general parameters of the EA as SL, TP, etc. Thanks for the help