Experts: Arrows and Curves EA - page 4

 
SmamkeleSimz :

please check with Volatility 100 index it has more than 5 digits

I do not understand.

 
Vladimir Karputov:

I do not understand.

see here BUY trade only

Files:
Capture.PNG  67 kb
 
SmamkeleSimz:

see here BUY trade only

So in the indicated time period there are no signals on SELL.
 
Vladimir Karputov:
So in the indicated time period there are no signals on SELL.

i tried M1 M5 AND M15 same thing is happenning

 
SmamkeleSimz :

i tried M1 M5 AND M15 same thing is happenning

If the trading situation allows, the indicator gives a signal. I took the first character that came across and showed you - there are signals and BUY and SELL:

 
Vladimir Karputov:

If the trading situation allows, the indicator gives a signal. I took the first character that came across and showed you - there are signals and BUY and SELL:


Hi, I managed to fixed it but.. when it has the "pink"  dot as sell signal it open sell as it suppose too but if the next candle does not have the dot "pink" the SELL close and it Open a BUY without the BUY SIGNAL "lime DOT".

what could be causing this?

Files:
ff.PNG  40 kb
 
SmamkeleSimz :

Hi, I managed to fixed it but.. when it has the "pink"  dot as sell signal it open sell as it suppose too but if the next candle does not have the dot "pink" the SELL close and it Open a BUY without the BUY SIGNAL "lime DOT".

what could be causing this?

The EA looks at these two buffers:

   bool need_open_buy=(iCustomGet(handle_iCustom,0,1)==0.0)?false:true;
   bool need_open_sell=(iCustomGet(handle_iCustom,1,1)==0.0)?false:true;
 
I like this EA, however I feel like it might work a lot better if it was constrained to only certain hours of the day. Would that functionality be difficult to add?