Forum

Problem Double Stoch Arrow

hello friends i m working on double stoch arrow indicator ..two stoch i use 5,3,3 and 14,3,3 logic is when both stoch>50 buy arrow appears if both two stoch<50 sell arrow appear this inidcator works good but missing some arrows please modify and guide me where i m wrong here is code and chart

Programmatically open offline chart

Hi, how can I programmatically open an offline chart

how to open offline chart

hi i m trying to open offline chart here is my code #import "user32.dll" int PostMessageA( int hWnd, int Msg, int wParam, int lParam ); int SendMessageA( int hWnd, int Msg, int wParam, int lParam ); int GetAncestor( int hWnd, int gaFlags ); int GetLastActivePopup( int hWnd

how i get support and resistence using icustom in my indicator

hi all i have very good support and resistence indicator i want to add this to my indicator i m using icustom function but everytime it return 0 please check my code //+------------------------------------------------------------------+ //| testsupport.mq4 | //|

alert every 20 seconds

hi all i want simple bid price alert every 20 seconds.please guide me how to do this

how to change profile

hello all respected mql programmers i have three profiles in my terminal with three different forex systems..i want to change profile on specific time for example i have profile following name abc,def,ghi . now i want automaticaly change profile after every 2 mins .please guide me how i acheive

how to get max open buy and sell price

hello i have 5 trades currently open for example Buy @ 1.1010 Buy @ 1.1040 Buy @ 1.1030 Sell@ 1.1070 Sell@ 1.1050 i want to get max BuyPrice currently open trades like currently open max Buy price is 1.1040 and opposite get min sell price like currently open sell min price is 1.1050 how can i get

how to Change Pair on current open chart

hi i want to change pair on current chart i.e currently open chart is EURUSD with h1 tf and Momentum.tpl Template . when i attach ea it change EURUSD To GBPUSD with same time frame h1 and same template Momentum.tpl

Please help me find an error in this script

Hi all. Please help me find an error in this script. this script use for open new chart with specific symbol, time frame ,and template problem is this code open chart with specific time frame but not load specific template please guide me how to load template #import "user32.dll" int GetAncestor(