Jaco Moolman
Jaco Moolman
  • Information
3 years
experience
1
products
16
demo versions
0
jobs
0
signals
0
subscribers
Jaco Moolman Published product

70.00 USD

J.M.T.I This indicator automatically shows a level or support and resistance in the currant market.  Can be used on any time frame Can be used on any currency pair Works on the active bars in the window To add more bars one can simply zoom out.  Red zones can be strong liquidity pools. Green zones usually is where an possible break out might occur. The higher the contrast of the colors the stronger the support or resistance levels will be.  The indicator has an option to refresh

Jaco Moolman
Added topic Screenshot Zero file size(MQL5)
I know there posts about this.. but none of them actually gives and answer. I want to take a screenshot when doing a back test. I've tried visual mode and non visual mode.  When doing a screenshot the file is 0KB? I've tried all the code
Jaco Moolman
Added topic Screenshot in MQL5
Good day kind people, Does anybody know how to take screenshots in MQL5? I've tried all the many, many (4/5 others posts) and nothing is working. :( The chartscreenshot command does not seem to be doing what it's supposed to be doing. :(
Jaco Moolman
Added topic Display text on terminal MQL5.
I use to be able to do this in MQL4, but now I can not do this in MQL5. I found many 1/2 answers or how to's, but none works. If anybody would be so kind as to perhaps so me the full code. Just place text on x,y with color, nothing complicated
Jaco Moolman
Added topic Bermuda triangle backtesting problem.
Hi there. Strange thing. I downloaded 2 history charts and was back testing with it happily. I was testing some EA's I found on the net, no problem. Then all of a sudden. Can not find history data. I checked . The data was still there. I downloaded
Jaco Moolman
Added topic New HAS EA for you to play with.
Hi there. This is a EA that I'm working on. It's in the "play with" stage now and I though I would make it open for everybody to play with. How this works. Al the changes takes place here: // PLACE ORDER if (OrdersTotal() < 1) { //if
Jaco Moolman
Registered at MQL5.community
Jaco Moolman
Added topic Bigger than smaller, that is the question.
Hi there. I'm using the Heinek Asi smoothed (HAS) indicator to determan the buy / sell of the trates. At the moment I just use the following code. if (four_haOpen<four_haClose) {fourhourbuy=true;COL5=Blue;} else {fourhourbuy=false; COL5=Red;} if
Jaco Moolman
Added topic Time frame loads, then load again and again?
Hi. I've tested my expert for some time. The expert uses muliple time frames. I've added some time frames and now the expert keeps on loading ie the 30min start over and over. I can see the memory usage going up as the chart is loaded over and over
Jaco Moolman
Added topic A non scripting question. Very strange.
Hi there. I'm just checking to see if this has happend to someone else aswell. My robot I'm testing on a demo account is working fine. the problem is when I close the MT4 platfor to reboot or someting. For some strange reason it closes one of the
Jaco Moolman
Added topic Q regarding trailing profit, not stoploss
Hi there. I've been trying to modify the code: if(TrailingStop>0) { OrderSelect(0,SELECT_BY_TICKET); if(Bid-OrderOpenPrice()>Point*TrailingStop) { if(OrderStopLoss()<Bid-Point*TrailingStop) {
Jaco Moolman
Added topic Closing orders. Stupid question. :(
Hey there. I'm bit stuck en closing orders. I get en error "unknown ticket", but I've tried a lot of ways and got a lot of different errors. Can someone help? Thanks a lot. :) OrderSelect (OrdersHistoryTotal()-1, SELECT_BY_POS
Jaco Moolman
Added topic Ideas anyone?
Hi there. Since most of U have been doing this for way longer than me I though I would as U for some advice. (From zero to here in 1month and a couple of days for me) I've been working on an robot that simply opens a buy/sell when all of the Heikan
Jaco Moolman
Added topic Heiken Ashi Smoothed on multiple charts?
Good day. First of all thanks a lot to PHY for helping me with my previous post. U rock! He gave me the key to build my first robot! And a semi successful one at that! https://www.mql5.com/en/users/phy I would like to know, using the Heiken Ashi
Jaco Moolman
Added topic Simple indicator
Good day. I'm rather new with MT4, but have been an programmer 4 a while. I just want to know how to I put and up/down arrow where the "IF" are true. Eg... if x=y.. then put and up/down arrow at that point. I can put arrow in the