@Boillot84
Seeing you adjust the indicator value, should it be minus rather than plus ?
Posts made by sktsec
-
RE: Only Buy Stopsposted in Questions & Answers
-
RE: Only Buy Stopsposted in Questions & Answers
@Boillot84
You can probably add the condition that the current price is below the pending buy order price -
RE: EA makes wrong Short Entrysposted in Questions & Answers
@Joomlun
What is exactly your problem ? -
RE: New order error: Invalid trade parameters (3)posted in Bug Reports
@l-andorrà
As I can remember, the solution is upgrade to Windows 11 -
RE: Only Buy Stopsposted in Questions & Answers
Provided the current price is below the pending price
-
RE: Custom Indicator- Compilation errorposted in Questions & Answers
Output buffer session. Enter names for buffers
-
RE: Reset transactionsposted in Questions & Answers
@behnnod_rp
Conditon for buying is true for the current candle but false for the previous candle.That is all you need
-
RE: Compilation errorposted in Bug Reports
Changes in variable and constant name won't be a problem
-
RE: Reset transactionsposted in Questions & Answers
Add the logic of the condition for the last candle being not true.
-
RE: STRATEGY SPECIALIZATION OR DIVERSIFICATIONposted in Questions & Answers
@Dreamland9
If you have many ideas, you might finally go through a lot of strategiesPerhaps more importantly is to maintain 2 or 3 well designed EA as template. So when you have any new ideas, you just need to modify the parts relating to the trading logic
For example, any template may contain input options for tp, sl, spread limit, max number of trades, reverse signal direction, buy or sell only, close old trades of opposite direction, trading time, etc
-
RE: Licencingposted in Questions & Answers
@Dr-Amiin
I am afraid any idea of setting up such server is not implemented with fxdreema. -
RE: Licencingposted in Questions & Answers
@Dr-Amiin
It seems you are talking about setting up a server for real time remote authorization and the EA http request can get a valid key from the server.How is your server working ?
-
RE: Some details regarding your productsposted in Questions & Answers
@Hand2010
Indeed years ago I had spent some time to try on Molanis product. I felt it was difficult and not sure if it was in anyway productive at all.Fxdreema is very productive. You can manipulate a lot of variables and even do looping.
But keep in mind that the speed of EA generated by fxdreema may not be very fast in backtest, as the code generated is quite complicated
-
RE: Some details regarding your productsposted in Questions & Answers
@Hand2010
I see.What I can tell is that fxdreema is powerful. It is relatively easy to learn, and this forum can help a lot.
However, the generated code is quite complicated and is not expected for code modifications.
-
RE: Some details regarding your productsposted in Questions & Answers
@Hand2010
Are you marketing on Molanis.com products?Ain't they useless and outdated ?
-
RE: Custom indicator with exe fileposted in Questions & Answers
You can still add it as custom indicator, provided you know the inputs and buffers
-
RE: Fxdreema Receive webhook?posted in Questions & Answers
@Plugpogpag
If you really need it, try google for commercial ones. There are many of themAs I said, you can DIY using python as backend. Sure a lot more resources are required
If you want to do the job directly with MQL codes, it may require import specific DDLs, and is beyond basic MQL coding knowledge
-
RE: Fxdreema Receive webhook?posted in Questions & Answers
Maybe you could first use python to receive webhook data
As I understand, receiving webhook requires at least a simple server to do the job. I don't think MT4/5 has this build-in function
Maybe co-pilot can help.
-
RE: ea no take input every dayposted in Questions & Answers
Put once per bar above buy / sell blocks, rather than at the top
At the top means you only do checking once per bar