Re: Coding Help

121
LittleCaro wrote:Thank you beloved master !


Forex-tsd is kaput ! It send to the mql5 forum.
Yes, they made the "final migration"
In any case here we shall try to fill in the void made by the lack of TSD as it used to be

Happy trading


Re: Coding Help

124
mladen wrote:
We had some good years there so we should not object (at least too much)
Dearest MLADEN
You are exact right we had our best time there for long years along with it give us introduction and recognition so i have a lot of love and respect for TSD,and it was not and never ever in object means but i was talking in other sense,what some of them done and what we find and gain as an alternative,plz don't go on my visual open words,even then my apologize if figured out wrong or misunderstood.
regards
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.

Re: Coding Help

125
Hello Mladen,

I integrate your timefilter codding snippet in one of my skeleton ea because the time filter fonction was not working on this one, but i have 2 small errors.

That's literrally weeks i'm over this, and i can't find it.

I have 2 bools, and it says "Wrong count parameters".

Your integration time filer is at line  2222, i have put a bookmark. And of course you will find the errors by compiling.

Please when you will have some free time, can you have a look at it. It's very important for me.


Thanks so much.


Re: Coding Help

126
LittleCaro wrote:Hello Mladen,


I integrate your timefilter codding snippet in one of my skeleton ea because the time filter fonction was not working on this one, but i have 2 small errors.

That's literrally weeks i'm over this, and i can't find it.

I have 2 bools, and it says "Wrong count parameters".

Your integration time filer is at line  2222, i have put a bookmark. And of course you will find the errors by compiling.

Please when you will have some free time, can you have a look at it. It's very important for me.


Thanks so much.
LittleCaro

Try it out now

Re: Coding Help

130
I have two minor coding questions: How can I do a line break in the iCustom function
in the following code?:

Code: Select all

#define _mtfCall(_buff,_ind) iCustom(NULL,TimeFrame,indicatorFileName,...
The function iCustom can be very long there.

And the next question: can I declare variables before the init() and start() sections
(where buffers are usually declared)? I mean variables from inside the code,
e.g., from the main loop for.