Page 72 of 438

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Fri Feb 09, 2018 11:48 pm
by sal
new test...

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 12:11 am
by Deez
Some key levels

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 12:44 am
by sal
test method 2 with grab & Double stochastic indicator:)

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 2:01 am
by bgrtz
pacois wrote: Sun Feb 04, 2018 4:05 am Experimental zero cross multiframe. zeron_Mtf.mq4
Dear Pacois,

Can you tell me what indicators are inside the circle in the middle section of the chart? Other than zeron, of course...


Thanks in advance...

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 2:31 am
by sal
trend test

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 2:54 am
by pacois
bgrtz wrote: Sat Feb 10, 2018 2:01 am

Dear Pacois,

Can you tell me what indicators are inside the circle in the middle section of the chart? Other than zeron, of course...


EURUSDM1.png


Thanks in advance...
Hello, Gray line Tma, green line a bollinger experiment.

Tma :
Tma[li_4 ]=Close [li_4 ]*100- iCustom(NULL,0,"! mth_FastTMALine",0,li_4 )*100;

Bollinger:

BB[li_4 ]= iBands(NULL,0,BBPeriod,Deviations,0,0,MODE_UPPER,li_4)*100-iBands(NULL,0,BBPeriod,Deviations,0,1,MODE_UPPER,li_4)*100+
iBands(NULL,0,BBPeriod,Deviations,0,0,MODE_LOWER,li_4)*100-iBands(NULL,0,BBPeriod,Deviations,0,1,MODE_LOWER,li_4)*100+
iBands(NULL,0,BBPeriod,Deviations,0,0,MODE_MAIN,li_4)*100-iBands(NULL,0,BBPeriod,Deviations,0,1,MODE_MAIN,li_4)*100;

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 3:25 am
by sal
pacois wrote: Sat Feb 10, 2018 2:54 am

Hello, Gray line Tma, green line a bollinger experiment.

Tma :
Tma[li_4 ]=Close [li_4 ]*100- iCustom(NULL,0,"! mth_FastTMALine",0,li_4 )*100;

Bollinger:

BB[li_4 ]= iBands(NULL,0,BBPeriod,Deviations,0,0,MODE_UPPER,li_4)*100-iBands(NULL,0,BBPeriod,Deviations,0,1,MODE_UPPER,li_4)*100+
iBands(NULL,0,BBPeriod,Deviations,0,0,MODE_LOWER,li_4)*100-iBands(NULL,0,BBPeriod,Deviations,0,1,MODE_LOWER,li_4)*100+
iBands(NULL,0,BBPeriod,Deviations,0,0,MODE_MAIN,li_4)*100-iBands(NULL,0,BBPeriod,Deviations,0,1,MODE_MAIN,li_4)*100;
can you please modify arrow as per the snap condition !! :)
1

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 3:29 am
by pacois
sal wrote: Sat Feb 10, 2018 3:25 am

can you please modify arrow as per the snap condition !! :)
1
Unfortunately zeron would make arrows "dancers"

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 5:13 am
by Deez
Thx to Tsar for reminding me about this beautiful tool..

SDI Smoothed nmc

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Sat Feb 10, 2018 7:02 am
by sanantonioroxas
sal wrote: Sat Feb 10, 2018 3:25 am

can you please modify arrow as per the snap condition !! :)
1
Hello ,
Can you please share the indicators used in this test with settings?