Forum

webrequest

need help curl -X GET " https://api.tradejini.com/v2/api/account/details " \ -H "Accept: application/json" \ -H "Authorization: Bearer 4d4ac4fb8d6289f6bf3f91e99a07b50e:a8999824d04ca5c62895d44975036816" \ above is curl and is working properly in python and other language as well as and i convert into

string formatting help

Hi Currently I use this style of formatting string Massage = "" ; string command = "BUY" ; string symbol = "XAUUSD" ; double BuyPrice = 1842 ; double SLPrice = 1830 ; double TPPrice = 1850 ; Massage = "INSTANT " + command + " " + symbol + " " + "ENTRY : " +

Half Trend working stop

Hi this is half trend indicator it stop working at Line 85,21 how to solve this error? trend[i]=trend[i+ 1 ]; //+------------------------------------------------------------------+ //| Half Trend.mq4 | //|

Half Trend EA

help me for buy and sell condition based on half trend indicator #define _htCall(_buff,_ind) iCustom ( _Symbol , _Period , "half-trend nrp" ,inpHTPeriod,_buff,_ind) double _htCurr = _htCall( 7 ,inpHtBarTotest); double _htPrev = _htCall( 7 ,inpHtBarTotest+ 1 ); bool _canBuy =

Heiken Ashi Exit indicator

Hi Friends, any one help me to convert MQL4 code to MQL5 code This is MQL4 Code #property indicator_chart_window #property indicator_buffers 4 #property indicator_color1 Red #property indicator_color2 Lime #property indicator_color3 Red #property indicator_color4 Lime extern int MaMetod = 1 ; extern

volatility

what is the way to find volatility in market

Expert Advisor Template

Hi Friends, can any share Expert Advisor sample file