Forum

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. //+------------------------------------------------------------------+ //| TradePanel.mq4 | //| Copyright 2019, MetaQuotes

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

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 ... My stoploss is not fixed and I consider it according

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 ]

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 , "Highlight State ?" ) ma(source, length, type) =>

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 version "1.00" #property strict #property indicator_chart_window #property indicator_buffers 1 #property

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( 50 )