MT4: FXTT_Fx_Scanner 2.11

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

MT4: FXTT_Fx_Scanner 2.11

Postby Banzai » Tue Aug 11, 2020 5:08 pm

Please add in a column of yesterday high
and a column of yesterday low
and we can turn off/on as needed.

Thank you.

The code is something like this:
Code: Select all
int Forex= iBarShift(NULL,PERIOD_D1,Time[0]) + 1; // yesterday
   HiPrice = iHigh(NULL,PERIOD_D1,Forex);
   LoPrice = iLow (NULL,PERIOD_D1,Forex);
   StartTime = iTime(NULL,PERIOD_D1,Forex);
 
   if(TimeDayOfWeek(StartTime)==0/*Sunday*/)
   {//Add fridays high and low
   HiPrice = MathMax(HiPrice,iHigh(NULL,PERIOD_D1,Forex+1));
   LoPrice = MathMin(LoPrice,iLow(NULL,PERIOD_D1,Forex+1));
   } //    if(TimeDayOfWeek(StartTime)==0/*Sunday*/)
Attachments
FXTT_Fx_Scanner 2.11.mq4
(109.22 KiB) Downloaded 218 times
Banzai
 
Posts: 18
Joined: Thu Jul 09, 2020 1:34 am

Re: MT4: FXTT_Fx_Scanner 2.11

Postby Apprentice » Wed Aug 12, 2020 4:45 am

Your request is added to the development list.
Development reference 1876.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36476
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Re: MT4: FXTT_Fx_Scanner 2.11

Postby Ticodebase » Fri Sep 25, 2020 5:25 am

hi
may i ask for adding pivot alternate calculations such as Fibonacci and base an etc and a choice for time frame fore the pivot such as 4h daily weekly and monthly and an option to click on symbol and the chart related to the symbol opens on the specified time frame for example when i click on euro/usd chart of it opens in 4h if I've chosen the 4h time frame in indicator options or 1 hour or daily if I've chosen related option in indicator. and i almost forgot an option in indicator for changing coolers of it would be grate.

Thanks a lot
Ticodebase
 
Posts: 1
Joined: Fri Sep 25, 2020 5:17 am

Re: MT4: FXTT_Fx_Scanner 2.11

Postby Apprentice » Sat Sep 26, 2020 2:03 am

Your request is added to the development list.
Development reference 2106.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36476
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia



Return to Indicator and Signal Requests

Who is online

Users browsing this forum: No registered users and 20 guests