aliasgari524
aliasgari524
aliasgari524
Added topic pls help me to Migrating from mql4 to mql5
Hi guys, I fixed some errors ..but now i have 15 error in my EA pls help me. thats a trading pannel. //+------------------------------------------------------------------+
aliasgari524
Added topic pls help me to Calculate Position Size with Balance and ATR.
Hello Guys , i want to  Create a personal panel for trading , Everything is fine  Except that the calculation of lot size according to ATR does not work correctly. Lot size calculations should be according to account balance and atr
aliasgari524
Added topic pls help me to Calculate Position Size with Balance.
Hello Guys , i want to  Create a personal panel for trading buy but I have a problem... im new in Programming and The problem I have now is that : i want Calculate Position Size with My account Balance and my risk buy i dont know how to do that
aliasgari524
Added topic Converting litle Code from pine script to MQL4
Hello guys, Can someone help me to convert a litle Code from pine script to  MQL4 ? wicks = input ( false , "..." ) Hlv1 = float (na) Hlv1 := (wicks ? high : close) > EMA1 ? 1 : (wicks ? low : close) < EMA2 ? - 1 : Hlv1[ 1 ]
aliasgari524
Added topic need help to convert pine script indicator to MQL4
Hi guys, i want convert some pine Script indicator code to MQL4 but im beginner in MQL pls help me that is some code i want use it in MQL but i dont know how ... :S wicks = input ( false , "Take Wicks into Account ?" ) highlightState = input ( true
aliasgari524
Added topic what is wrong in this indicator ? help me :S
Hi guys indicator  not work and Error     array out of range . can you fix it ? #property copyright "Copyright 2022, Moal sofware Crop." #property link        "https://t.me/moalpert" #property
aliasgari524
Added topic need Help to Convert Pine Script into MQL4 language
Hi guys, i want convert some pine Script indicator code to MQL4 but im beginner in MQL pls help me that is some code i want use it in MQL but i dont know how ... ` float p= 0 float q= 0 float m= 0 T=close-open L=high-low k=math.abs(T)/(L) atr=ta.atr(
aliasgari524
Registered at MQL5.community