Attachments forums

List of attachments posted on this forum.


All files on forums: 136863

Re: Indicators with ON/OFF buttons

kvak, Mon Sep 06, 2021 6:19 am

Banzai wrote: Mon Sep 06, 2021 3:41 am If we can convert the MTF functions to the new format as in "Hama Jurik mtf.mq4",
then we can make MTF buttons to work about 99%.

The new format has about one line:

Code: Select all

#define _mtfCall(_buff,_ind) iCustom(NULL,TimeFrame,indicatorFileName,PERIOD_CURRENT,MaPeriod,MaMetod,Step,BetterFormula,jurik,Length,Phase,alertsOn,alertsOnCurrent,alertsMessage,alertsSound,alertsEmail,_buff,_ind)
Attached are three files so you can see the codes to compare:
--------------------------------------------------------------------------
Download:
Hama Jurik mtf BT (1).mq4 (this is your mod)
It is great work Banzai. In MTF I sometimes have some issue, still learning.
Here is your new MTF with button, update it with autohigher timeframe and candle autowidth. try it, i thing that it is without some bug....
All files in topic