@fxDreema hello, it seems that the comments on topics of the last two months have disappeared from my profile.
Posts made by ambrogio
-
RE: Forum updateposted in Questions & Answers
-
RE: How to get my HMA to be identified in MT4posted in Questions & Answers
@jameshovey85 try this way : always put candle ID1 value when we use indicators

-
RE: how to insert indicator into another indicatorposted in Questions & Answers
@Aibek Please type rsi vs envelopes and check....there is one like your screenshot above. It's not a matter of being smart or not, you u have not mentioned at all you already searched on codebase
-
RE: how to insert indicator into another indicatorposted in Questions & Answers
@Aibek you searched 178 pages in a few minutes?
Type on google rsi vs envelopes -
RE: I tried building my EA but iI'd rather find someone more experienced. Who can help?posted in Questions & Answers
@Aibek said in I tried building my EA but iI'd rather find someone more experienced. Who can help?:
@jstap Sure. Anyone can help me with that?
i answered you on other thread also
https://www.mql5.com/en/code -
RE: how to insert indicator into another indicatorposted in Questions & Answers
@Clarke @Aibek you can search on www.mql5.com/en/code, there are a lot of free custom indicators
-
RE: Custom Indicator m4q file not loadingposted in Questions & Answers
@xeroforex as @Morpheus_0 said, probably you need to fill manually
-
RE: ONCE PER BAR.posted in Bug Reports
@Chen-0 try to remove "once per bar" block and see what happens
-
RE: No position nearby - not working correctlyposted in Bug Reports
@gacabig I'm sorry, but I have no intention and time to test your project. As I said above, create a project of 4-5 simple blocks to isolate where the problem is.
Then you can open a bug report
Don't publish big projects, it's very dispersive to check -
RE: Hey allposted in Questions & Answers
@frank-2 hi, checking the journal tab and the expert tab for any errors can be useful most of time
-
RE: My EA won't open any trades..posted in Questions & Answers
@nicholasweber86 said in My EA won't open any trades..:
I'm building my 2nd EA to test a hair brained idea strategy out and I'm hitting a brick wall.
https://fxdreema.com/shared/tVVMI6ssc
I've tried everything I could think of.. But it's just not opening any trades when I back test.
Any helpful comments are greatly appreciated!
attention, the fractal indicator does not work on the candle ID1, but on candle ID2 instead. You should change this value
-
RE: EA backtesting on MT5posted in Questions & Answers
@Fireblade explaining how the pip rules work, we must tell to the program which digit that refers to the pip :

in case of the Ripple coin (for example) we also write in the rules :
XRPUSD = 0.001 since the third decimal number is the pips value
If you don't want write all the numbers i posted above, simple write :
US500 = 0.01 since the second decimal number is the pip value ( 3899,123)
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade put these value, works with all goods (for verify, make a simple EA that put a pending orders with SL and TP , so measure these levels on chart with the metatrader cursor. Remember : 100 pips = 1000 points on MT4 chart )

-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade you have come to a stop out, how to know why without the project? Try asking a few questions on the mql5 site, they will ask you for the code there too
-
RE: EA backtesting on MT5posted in Questions & Answers
@fireblade said in EA backtesting on MT5:
Hello - to get real results, I have downloaded 1 year tick histrĂ³ry of US500 and EURUSD.
I took my MT4 blocks from fxdreema, copied it to ex5. I then created every box new and copied the info from the ex4 boxes, then deleted the ex4 boxes and saved it as ex5.
When I then test it on MT5, it dont take ant trades.
have you search on the journal for any errors?
