
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
sorry i hope its in here
Thanks for all the effort. But it still not working.. only when set fixed lots..
Argghh getting crazy :P
Thanks for all the effort. But it still not working.. only when set fixed lots..
Argghh getting crazy :P
where in getpip() function.
OrderSelect(cc, SELECT_BY_POS, MODE_HISTORY);
:
if (OrderSymbol() == symbol && OrderCloseTime() == 0)
:
if (last_ticket==0) {
last_ticket = OrderTicket();
tickvalue = MarketInfo(Symbol(),MODE_TICKVALUE);
pipvaluefor1lot = lotsize*tickvalue*pip;
maxLot = NormalizeDouble(AccountFreeMargin()*Risk/100/pipvaluefor1lot/SL,2);
Thanks for all the input.
Going to work with it. Can take a while for me :P
Will let u know
This topic is was unreadable with all these source code.
I made some cleaning.