SetIndexArrow( 0, 108);
Add it under the line you have posted above . .
20 pips a day isn't too much to ask . . .
I will code your pivot EAs for no charge 28 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
DislikedIf you don't have a line that starts . . SetIndexArrow( . . . . then you need to add one . . such as . .
SetIndexArrow( 0, 108);
Add it under the line you have posted above . .Ignored
DislikedI now have, SetIndexStyle (0, Draw_Arrow );
SetIndexArrow (0, 108 ):
when I compiled I got error, Draw_Arrow - variable not definedIgnored
DislikedAnyone help with this, i've tried compiling with metaeditor what i think i need but it keeps giving errors. I only need the camarilla to be adjustable.Ignored
DislikedHi neil324,
from what I have gathered, I guessed you probably just wanted the camarilla indicator to be able to adjust manually according to the yesterday's high and low and closing inputs that will be indicated by you. Like what Pivot Manual.mq4 indicator is doing, but with the calculations and display like that of camarilla.
Here is your requested "Adjustable Manual" version of your camarilla indicator.
I have added a few settings, here's a short explanation on what they do:
Use_Manual
When this is set to true, it will take...Ignored
DislikedIt's not showing a pivot point, L5 SB Target or H5 LB Target like the original though.
Strange there is no mention of L5 or H5 in the original but it still draws it on the charts.Ignored
DislikedIt's not showing a pivot point, L5 SB Target or H5 LB Target like the original though.
Strange there is no mention of L5 or H5 in the original but it still draws it on the charts.Ignored