This bit will always = zero (anything * 0 = 0)
0.0 * MarketInfo(Symbol(),MODE_STOPLEVEL) * 1.0 * PointSo will this bit.
Spread * 0.0
So the only bit that will have any effect is:
OrderOpenPrice() + TakPprofit(20) * Point

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
Hi All,
I created a working arbitrage expert advisor which i've been using for 2months now and making huge profits and petty little losses, but i found out my expert is not including takeprofits and stoploss sometimes maybe it is too low or maybe it is too high(Dunno), but the expert works well without takeprofit..
This is the formula i use:
Does this make any senses at all?
Is my calculation the foolish way or its just too complicated for an arbitrage ea?
I made a whole month withdrawal without using sl or tp, but i think it is dangerous in the event there is an unexpected(Either VPS Shutdown or something else)...
Please, Can you help me check if i'm making any senses?
Thanks...