enum - HistoryLoadMode - In Days
datetime - HistoryStartTime - (can't see this value)
int - HistoryMonths - 0 (can't see this value)
This is the first 3, the rest are something similar (the last one is a bool type)
Hello to everyone .
I want to add a “ .ex4 “ indicator .
I have find a lot of inputs which type is “ int “ but they have a list of written conditions in front of them .
Is there any way to add this indicator to site ???
If it is please help me .
Thank you .
Cumulative Delta MT4.ex4
Try 0, 1, 2, ...
When you export the EX file copy all the inputs as they are written in the exact order they are in although 123 is a number it is actually a enum in cases like this
@jstap Excuse me sir I don’t know any thing about “ enum “ .
Coud you please completely show me just the first row structure .
I mean some thing like this :
1 - Data type : ……………………….
2 – name : …………………………….
3 – default value : ……………………..
Please fill this parts for first row of indicator . I realy appreciate you .
Thank you so much .
Excuse me sir I don’t know any thing about “ enum “ .
Coud you please completely show me just the first row structure .
I mean some thing like this :
1 - Data type : ……………………….
2 – name : …………………………….
3 – default value : ……………………..
Please fill this parts for first row of indicator . I realy appreciate you .
Thank you so much .
Date type: {a,b,c,d}
Name: defined by you
Default value: none. A variable has default value, not data type
enum - HistoryLoadMode - In Days
datetime - HistoryStartTime - (can't see this value)
int - HistoryMonths - 0 (can't see this value)
This is the first 3, the rest are something similar (the last one is a bool type)
What do you mean by alert parts? This looks correct; just ensure spelling, type, and value are correct for all inputs. You will probably need to add buffers. Look in your platform's date window and see how many the indicator has.
@jstap thank you so much .
but unfortunately i dont have this knowledge .
forgot that indicator .
i added another one in " mq4 " mode .
but this one also dont work in enum part .
i completly confused . whats wrong with " mq4 " they fill input parameters automatically .
please help me .
Please write the correct structure for me .
i have write this parameters exactly like your picture . but it isnt work again .
An indicator added by MQ will already have this added, so you do not need to do anything
MODE-MA is a predefined meta trader enum. Does the project creating these errors have any more in it than the indicator? pass block - a block using this indicator