You might need to dig out the commission from ur broker and multiply it by the lots and then add it to the pips. I have used robots on ECN brokers that charge commission and it might be 1 or 2 pips and they always made a loss when collecting near the entry after taking some heat. A broker that does not charge commission is best for the bots I write and use.
Posts made by Owenb
-
RE: How i can add commission broker on EA Take profitposted in Questions & Answers
-
RE: removing pending orders?posted in Questions & Answers
You can trail a pending order, move it to a custom price level
-
RE: Skipping Entriesposted in Questions & Answers
It looks like re-paints but when you get an entry the price is not doing anything. I would open a few more of the buynow sellnow windows below and adjust the slippage. If the price is moving too far from the signal it will not trade. I have done this before where I add a stop order so the price needs to come back thru and the order is set at the signal value.
-
RE: a newbie questionposted in Questions & Answers
There is an indicator called BB stop that does what you want. Lots of variations here is one,
http://www.best-metatrader-indicators.com/bb-stops-v2-indicator/
-
RE: count open tradesposted in Questions & Answers
I dont know, I think that you are getting into custom code creation. Not hard but I don't think there are any blocks to do what you want. The only way to get info for a bunch of trades is to put them in a bucket.
-
RE: Simple script not work!posted in Questions & Answers
@mohammad2232
A script only works one time from what I know. I just work with what happens when it opens, on init, when there is a tick on tick and what happens when it closes, on deinit -
RE: FxDreema as an indicator?posted in Questions & Answers
@fxDreema Did you ever add this function? Have a bunch of formulas and 13 decimals after them. The table results look pretty crazy. It is easy coding by line to do it. Do I need to go through each calculation and add the code to do this or can I do it on the FxDreema platform?