Forum

ICS.mqc

hey everyone..... ordinarily a simple google will find what's needed..... not so here.... several indicators i've been lookin at are asking for "ICS"...... i can not find it anywhere...... in the heading it always says Presence ISC.mq4 ...... which i'm guessing must be a typo........ can anyone

orderselect orderselect

hey all..... please don't spend undue time on this, but perhaps someone might know offhand..... a trade management ea manages all trades on all pairs.... sometimes the orders per pair might reach a hundred.... think of like grid trading..... the number of trades roughly correlates to the recent move

increase input box size

thanks for all the recent articles, sure helps us new mq4'ers ..... quick question, does anyone remember seeing an article that had a method to increase the size of the input pop up box..... the article was wriien on a different subject but touched on the difficulty involved when large numbers af

The Greed ea

this is a stripped down version of my greed ea...... the name is misleading….. rather than make it all, it is trying to evalulate it all….. and evalulate it all in a truly level playing field manner….. many times fellow traders will present us with rules , take oilxpro’s recent hma rules for

big ben meet little ben

bossxero was talking about the big ben trading system today.... personally it was not familar to me..... doing a quick google search for big ben accrete pdf will yield a pdf containing the rules but not much in the way of an ea that is coded in my style..... had a couple spare minutes this evening

object create

i'm sure you've all seen the monitor type indicators that monitor various indicators on multiple time frames in the same indicator window..... so in a quick glance we can see if the macd is positive , stoch is rising and so on, on all time frames...... i'm trying to improve the look of my

2 questions on codergurus course

the icustom function still at times is not working for me.... surely it must be i'm not accurately reflecting the custom indicators 'parameters' section of that line.... for instance, "macd" works perfect... 12,26,9..... but for something like the "fisher transform rsi", i can't get it correct

error in ma code

can someone see my error in the code below.... it's unstable and will only show 4 lines instead of 8.... i've seen other indicators that have more than 4 components , so the number of moving averages should not be the issue.... i've replaced parts of the code here and there with ideas from some of

calling custom indicator

in metastock we call a custom indicator by using fml("custom name") but there does not seem a similar method here.... there are countless examples of calling the standard inticators,, such as,, -------------------------- MacdPrevious = iMACD(NULL, 1440, 12, 26, 9, PRICE_CLOSE, MODE_MAIN, 1);

crossing set level

well i've just about googled the world and still empty handed.... has anyone noticed a indicator which is simply the close, or current value, crossing an user 'input' adjustable line.... in other words alert when eurusd crosses 1.2825 or some such user input.... seems so simple but for some reason i