Page 13 of 180
Re: Coding Help
Posted: Wed Mar 22, 2017 9:17 pm
by mladen
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
Posted: Wed Mar 22, 2017 9:34 pm
by mntiwana
Yes a final kick on ..... ass to push/grow it up in a more speedy way
Re: Coding Help
Posted: Thu Mar 23, 2017 5:54 am
by mladen
mntiwana wrote:Yes a final kick on ..... ass to push/grow it up in a more speedy way
We had some good years there so we should not object (at least too much)

Re: Coding Help
Posted: Thu Mar 23, 2017 6:14 am
by mntiwana
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
Re: Coding Help
Posted: Thu Mar 23, 2017 7:38 pm
by LittleCaro
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
Posted: Thu Mar 23, 2017 8:24 pm
by mladen
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
Posted: Thu Mar 23, 2017 10:35 pm
by gelsas
Is there a support and resistance indicator which can also be used in Strategy Tester? I mean which does behave same in live and strategy tester ?
Re: Coding Help
Posted: Fri Mar 24, 2017 12:17 am
by LittleCaro
mladen wrote:
LittleCaro
Try it out now
Thank you so much !
It's finally working !
Re: Coding Help
Posted: Fri Mar 24, 2017 1:28 am
by mladen
LittleCaro wrote:
Thank you so much !
It's finally working !
Happy trading

Re: Coding Help
Posted: Fri Mar 24, 2017 9:04 pm
by wojtek
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.