Hi. I have an idiot doubt. Sometimes AFL gets me crazy :-)
I have applied a very simple stop profit:
//---------------------------------------
SetTradeDelays(1,1,1,1); // buy or sell after signal
//SetOption("ActivateStopsImmediately",False); --> I don't know the use of
this
stoplevelp=1;
ApplyStop(stopTypeProfit, stopModePercent, stoplevelp, 1);//1: exit intraday on
same bar
//---------------------------------------
So I though the profit stop sell the stock even in the day of buy, just 1% over
buy price.
But I see, it sells 1,3% over buyprice. or more..
In settings I have established a commission table of 0.005 per share, so I
suppose that's not related.
And, also, how does it work the axtivatestopsimmedately?
Is there any good help file to study all these..?
Thanks a lot..