Page 190 of 429

Re: MT4 Indicators with alerts/signals

Posted: Mon Sep 03, 2018 8:30 pm
by Cladi39
Hello Mrtools it is posible to change a parameter of the setting? explanation on picture thanks soo much.

Re: MT4 Indicators with alerts/signals

Posted: Mon Sep 03, 2018 10:26 pm
by mrtools
Cladi39 wrote: Mon Sep 03, 2018 8:30 pm Hello Mrtools it is posible to change a parameter of the setting? explanation on picture thanks soo much.
Think so try changing on line 20

Code: Select all

extern int CandleSize = 0;
to
extern double CandleSize = 0;

Re: MT4 Indicators with alerts/signals

Posted: Mon Sep 03, 2018 11:34 pm
by mrtools
TEAMTRADER wrote: Mon Sep 03, 2018 7:11 pm
Signal as in an arrow or line on-screen.
This is so I can backtest more timeframes as well as renko and adjust the parameters to suit the timeframe.
Thanks
TEAMTRADER
Added the arrows.

Re: MT4 Indicators with alerts/signals

Posted: Tue Sep 04, 2018 12:15 am
by Nugelo Budug
Dearest mladen and mrtools,
Could you please to fix this Indicator so the Multi Time Frame and Alerts functions work correctly ...
Thank You ... :)

Re: MT4 Indicators with alerts/signals

Posted: Tue Sep 04, 2018 12:27 am
by TEAMTRADER
mrtools wrote: Mon Sep 03, 2018 11:34 pm

Added the arrows.
Thanks again - do you have the mq4 file for it please?
TEAMTRADER

Re: MT4 Indicators with alerts/signals

Posted: Tue Sep 04, 2018 12:38 am
by mrtools
Nugelo Budug wrote: Tue Sep 04, 2018 12:15 am Dearest mladen and mrtools,
Could you please to fix this Indicator so the Multi Time Frame and Alerts functions work correctly ...
Thank You ... :)
It repaints.

Re: MT4 Indicators with alerts/signals

Posted: Tue Sep 04, 2018 12:38 am
by Cladi39
mrtools wrote: Mon Sep 03, 2018 10:26 pm

Think so try changing on line 20

Code: Select all

extern int CandleSize = 0;
to

Thanks soo much Mrtools thats work perfectly.

Re: MT4 Indicators with alerts/signals

Posted: Tue Sep 04, 2018 12:45 am
by Nugelo Budug
mrtools wrote: Tue Sep 04, 2018 12:38 am

It repaints.
Okay, thank you mrtools ... :)

Re: MT4 Indicators with alerts/signals

Posted: Tue Sep 04, 2018 12:47 am
by mrtools
TEAMTRADER wrote: Tue Sep 04, 2018 12:27 am
Thanks again - do you have the mq4 file for it please?
TEAMTRADER

Re: MT4 Indicators with alerts/signals

Posted: Tue Sep 04, 2018 12:53 am
by TEAMTRADER
mrtools wrote: Tue Sep 04, 2018 12:47 am
Thanks
TEAMTRADER