indicator to expert

 

hi i havejust a quick question

ibulit an indicator that generater buysell signals with arrows .. howcan i execute these arrows into real trade ??

//mt4

 

hey cool t...... use the function 'icustom' to enable your ea to reference the proper buffer from your indicator.....h

 

i found this code

double val=iCustom(NULL, 0, "SampleInd",13,1,0);

dont knowwhat that 131 0 means but shouldi addthison toof the idicator

the thing is theindicator is a template of 4indicatorsall working together andgiving out abuysignal through alert function i just want thealert to adda trade ( buy/ sell) specific LOT

can you helpme????

 

hey cool t..... yes, that's the type of code line you would use.... the 13,1,0 are fictional settings for the fictional "sampleind" ...... you would replace those items with the proper settings from your indicators.....

are these indicators posted on the web somewhere we can see.... h

 

spoutnikh1v1.1

 

hey me again..

forget the spoutnik indicator i build one myself .. embedded buy sell signals through alerts in h1

so how is it to compile this to EA iam stuck with it

Reason: