Take profit IGNORED when using Tick based on Real Ticks

 

Hello guys,


For some reason the take profit is ignored when using `Ticks based on Real Ticks`, but it works using only `every tick`


EVERY TICK 

..

..

..



EVERY TICK BASED ON REAL TICKS


The only difference between the two Modelling systems was that when using  "Real Ticks" the second column with name PRICE follow the current price, but when using "Ticks based on real ticks" i saw the the second column use the day before closing value and stay in this value all the time..


I guess this second column represent the CURRENT PRICE, i just dont know why when using real ticks it don't get updated


Part of the buy script

      trade.SetAsyncMode(true);

      trade.SetExpertMagicNumber(getDayMagicNumber());

      trade.SetDeviationInPoints(
10 );

      trade.Buy(VOLUME_PER_ENTRY,_Symbol,symbol_info.Ask(), 0,symbol_info.Ask()+PRICE_OUT,"");


Using RICO-PRD Hedge (Brazil)

Symbol: WINZ20