Forum

Set Breakeven of multiple trades at certain amount

The code below finds breakeven of multiple trades which is at $0 how can find $10 breakeven point string eq; string Sym[]; double Equity[]; double Lots[]; double sum = 0 ; string level0 = "" ; ArrayResize (Sym, 0 ); ArrayResize (Equity, 0

Multiple trades Trailing

I use the code below to find breakeven of all the trades I have a point I close all of them at 0, my question is how can I trail? string eq; string Sym[]; double Equity[]; double Lots[]; double sum = 0 ; string level0 = "" ; ArrayResize (Sym, 0

Indicator Testing- Live / Tester values

I have a question want to know if a coding issue or MQL5, I have a custom indicator when dropped in the chart it draws signals arrows. When I test on the tester to confirm if the arrows will be formed if it was live some arrows are missing despite all conditions met, want to know if the tester issue

How to publish indicator & EA MQL5

I have an EA that uses an indicator for signals how do I publish them both

Setting Indicator Buffers number and Set colours

I am trying to set Indicator buffers and make the Moving Averages a specific colour but its not working only 1 buffer is set "MA 1" and the colour is black