Entry Condition From Existing EA
-
Hi fxDreema,
Is it possible to use an entry condition from an existing EA directly in a MQL block of fxDreema?
For example, if the EA uses neural networks, when it gives the signal, to use fxDreema for the rest of the trade condition - so how many lots to enter, take profit, stop loss etc...
p.s have you thought about a version of fxDreema we can buy outright?
-
You are talking for the input parameters of the EA? If yes, then use those "Constants": https://fxdreema.com/demo/mt4-constants
Otherwise inside the EA you can use "Variables": https://fxdreema.com/demo/mt4-variablesI will make the local build to try to connect the server first, and if not - to enter offline after 5 seconds, depending on the profile information that was previously received from the server.