Disliked{quote} Yes they are interested. Especially scammers who will create a system and sell it to naive folks.Ignored
Attached File(s)
DinapoliTargets (1).mq4
6 KB
|
339 downloads
I will code your pivot EAs for no charge 25 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Yes they are interested. Especially scammers who will create a system and sell it to naive folks.Ignored
Disliked{quote} I don't know if you need the mq4 file to use it for an EA generator. You don't need the mq4 file for iCustom(), the ex4 file is enough. MT4 works with ex4 files, not mq4 files. mq4 are source code for coders to be able to work with them. You just need to know the buffers, and you can find them out by ctr+D. Star-Profit-Channel is buffer 0 Value 2 is buffer 1 and so on. {image}Ignored
Disliked{quote} I will try some more then. Is this correct by any chance (have almost zero experience in coding): double buy = iCustom(NULL,0,"SignalSG",0,0); double sell = iCustom(NULL,0,"SignalSG",1,0);Ignored
Disliked{quote} Hello Best good day,please can this lengthy horizontal lines be cut to ( short)...i marked it with XXX... to appear on 4hrs chart and daily and display the inscriptions of STOP ENTRY AND TARGETS as shown in the pictures attached.Thanks{image}{image}{file}Ignored
Disliked{quote} You want those lines specifically to D1 start, or do you want an Offset parameter that can be negative or positive number? Because so far I made them with Offset: {image} Or, maybe, do you want to see only the part between X______________________X??? Like this? {image}Ignored
Disliked{quote} If the name of the indicator is correct, then yes. The name of the indicator must be exactly correct, or iCustom won't find it. BTW, you want to read the signal from the current candle "0"? This may be a poor idea, because on the current candle it can appear and disappear.Ignored
Disliked{quote} Thanks for the the help man, appreciate it. And ya I have back tested it, if it got painted it will not disappear and reappear, it would stick. Now the problem I am facing is where should I put it on the code ( I have added an alert function for testing). like this double buy = iCustom(NULL,0,"SignalSG",0,0); double sell = iCustom(NULL,0,"SignalSG",1,0); if( buy!= EMPTY_VALUE ) { Alert("hi"); } if( sell!= EMPTY_VALUE ) { Alert("hi"); } return(0); This would give an alert based on my understanding, correct me if I am wrong. But should I put...Ignored
Disliked{quote} The Alarm needs to be in the OnCalculate() function, but you need to put it in some code so that it doesn't keep alarming on every tick. Look into some of the indicators in this thread that have alarms. People keep asking for alarms, so you won't have a problem with finding one. Don't be afraid to use what's already available in open source codes.Ignored
Dislikedcould someone code or point me where can i find a EA/script wich will just add to the original position? For MT5 it is really simple as in the image for example, lets say i bouhgt at the yellow line. If price rises to the green line it just close the trade with profit and waits the next trade. If price falls until the red line it will add to the position (if the first position were 1 lot then it will add just another one) and the target for both lots is now at the yellow line a stop for all positions will be put at the black line {image}Ignored
Dislikedanyone know of a simple horizontal line indicator? Example: Where I can say at 1:00 on Thursday. I want the close price in a horizontal line form. One that repeats each week. With out repainting forever (all past history shown). ThanksIgnored
Disliked{quote} I found this. I dont know anything about coding. Can someone make this a mt4 exe file thanks. https://www.forexfactory.com/thread/...62#post2587362Ignored