Page 140 of 438

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Mon Apr 23, 2018 9:47 pm
by MX01
rcguru wrote: Mon Apr 23, 2018 9:25 pm

try edit/replace these two lines :
double signalVal = (atrVal + adxVal != 0.0) ? (momVal / (atrVal + adxVal)) - subtractFromSignalVal : 0.0; // -2
double indiVal = (adxVal != 0.0) ? ((atrVal + cciVal + rsiVal) / adxVal) - subtractFromIndiVal : 0.0; // -1

(solution give by Ernst Van Der Merwe)
Oh nice, seems to work now! Thank you!

The only little downside is that alerts constantly go off when signals appear instead just once or at candle close.

Do you know if it can be fixed so just one message alert/ sound once an arrow appears and not every tick movement after?

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Mon Apr 23, 2018 10:07 pm
by Deez
MX01 wrote: Mon Apr 23, 2018 9:47 pm

Oh nice, seems to work now! Thank you!

The only little downside is that alerts constantly go off when signals appear instead just once or at candle close.

Do you know if it can be fixed so just one message alert/ sound once an arrow appears and not every tick movement after?
not exactly sure its fixed..

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Mon Apr 23, 2018 10:09 pm
by MX01
Deez wrote: Mon Apr 23, 2018 10:07 pm

not exactly sure its fixed..
I now finally get real time signals/ arrows.

But I assume it's somewhat of a repaint indicator. It seems not too bad but when a signal fails it will put a new arrow on next candle.

Curious if there are some good settings to give less but more accurate signals.

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Mon Apr 23, 2018 10:17 pm
by Waal9
MX01 wrote: Mon Apr 23, 2018 10:09 pm

I now finally get real time signals/ arrows.

But I assume it's somewhat of a repaint indicator. It seems not too bad but when a signal fails it will put a new arrow on next candle.

Curious if there are some good settings to give less but more accurate signals.
Hi. Could you share for us none coders, please?

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Mon Apr 23, 2018 10:23 pm
by Deez
MX01 wrote: Mon Apr 23, 2018 10:09 pm

I now finally get real time signals/ arrows.

But I assume it's somewhat of a repaint indicator. It seems not too bad but when a signal fails it will put a new arrow on next candle.

Curious if there are some good settings to give less but more accurate signals.
I'll try to mess around with the settings but it's gonna be hard to test since it repaints.

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Mon Apr 23, 2018 10:34 pm
by MX01

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Mon Apr 23, 2018 11:29 pm
by sal
Deez wrote: Mon Apr 23, 2018 10:07 pm

not exactly sure its fixed..
if the channel filtered and further arrows appear with S/R you can win (expiry of 5min)... also i seen that, WICK length is higher than 60% of BAR, and arrow get, sure 100% win... :) try

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Tue Apr 24, 2018 1:00 am
by MX01
sal wrote: Mon Apr 23, 2018 11:29 pm
if the channel filtered and further arrows appear with S/R you can win (expiry of 5min)... also i seen that, WICK length is higher than 60% of BAR, and arrow get, sure 100% win... :) try
Do you use standard settings?

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Tue Apr 24, 2018 1:17 am
by MX01
Does anyone know who created this Momentum arrow indicator?

I wish to know what to look for in settings so it stops constantly putting new arrows on every candle.

I know it's probably too good to be true to expect perfect signals but I'm not asking for a 100% win rate. Just some settings that give enough good signals but doesn't constantly paint new arrows after a signal.

Re: BINARY OPTIONS TRADING STRATEGY & IDEAS

Posted: Tue Apr 24, 2018 2:01 am
by rcguru
MX01 wrote: Tue Apr 24, 2018 1:17 am Does anyone know who created this Momentum arrow indicator?

I wish to know what to look for in settings so it stops constantly putting new arrows on every candle.

I know it's probably too good to be true to expect perfect signals but I'm not asking for a 100% win rate. Just some settings that give enough good signals but doesn't constantly paint new arrows after a signal.
I do not know, but in the code you can read, "based on ADXcrosses Indicator
I found another, which I send attached, but it does not seem to be the same