jurcekmpt / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
jurcekmpt
Added topic Arrow does not appear automaticaly
Hello! When I insert indicator to chart it does not draw last arrow others are. If I go in metaeditor and compile indicator it draw it. What can be problem? Thanks
jurcekmpt
Added topic What is difference between
int CountBars= 1000 ; if (CountBars>= Bars ) CountBars= Bars ; SetIndexDrawBegin( 0 , 0 ); SetIndexDrawBegin( 0 , Bars -CountBars); What is the difference between last 2 lines.? And how can I code that arrow will appear immediately
jurcekmpt
Added topic Place pending orders
Hello, I would like to know if there is script, indicator or EA that will place pending order . Rules: BuyStop=High between x time and y time + buffer + spread SellStop=Low between x time and y time + buffer Does anyone know something like that
jurcekmpt
Added topic Moving average problem
Hey! I would like to have 3 SMA's on H1 chart. All have period 23 but different time frame. One should use H1, second H4 and third D1 time frame. Is this possible to write. Thanks
jurcekmpt
Added topic EA works on Interbank FX but doesn't work on Metatrader 4
Interbank FX has happy face, MetaTrade 4 has sad face. Does anyone know what is the problem
jurcekmpt
Added topic Low and High
Hello! How can I get Low and High value between 15.00 and 17.00? I have tried something like this: if (Hour()==Start) // extern int Start=15; { HighValue=High[iHighest(NULL,0,MODE_HIGH,8,1)]; // 8 M15 bars between 15.00-17.00
jurcekmpt
Added topic Problem with EA
Hello! Does anyone know why this EA doesn't work? https://www.mql5.com/en/code/7612 Thanks
jurcekmpt
Added topic Expert Advisor factory
Hello, if anyone wants his/her own Expert Advisor and doesn't know how to build it, contact me. By
jurcekmpt
Added topic Free trading signals
Hello! I decided to put trading signals on my web site. I start on monday or maybe tuesday. Here is link: www.jurcekmpt.slohosting.com For more informations contact me. Have a nice weekend! :)
jurcekmpt
Added topic Rob Bookers 5-13-62 strategy!
Hello! Does anyone use Rob Booker 5-13-62 moving average strategy? What are your experiences? Which time frame, indicators you use? Is there any better version of this strategy? Thanks for answers! By
jurcekmpt
Added topic Alert when price hit (touch) MA
Hello! I would like to write indicator which alert me when price touch MA(62), from upper side or from down side. Can anyone help me? Thanks
jurcekmpt
Added topic Support and resistance level/s
Hello! I would like to know how support and resistance levels are calculatet? Are there more then one support and one resistance levels? I looked at codebase but I don't know which is the best indicator, can anyone help me? Thanks, by
jurcekmpt
Added topic Most inportant indicators for short trading
Which are the most inportant indicators for short therm trading? If I use M1, M5, M15, M30. And which are the most important indicators at all
jurcekmpt
Added topic Aritlicial Inteligence
Is there a differece if I use M1,M5,M15,... time for Artificial Inteligence EA? And does anyone know which is the best time (M1,M5, M15,...) for Artificial Inteligence EA
jurcekmpt
Added topic WHICH EXPERT ADVISOR TO USE
HELLO! I would like to know, whitch one is the best (profitable) expert asvisor in www.codebase.mql4.com, for all pairs (M1,M5,M15,...), or for only one pair. What do you think? Please, answer because I realy need help. Thanks and have a nice day
: