EA to work only for testing
-
This might be explained somewhere but I can't seem to find it and would appreciate your help.
Can FxDreema create an MT4 / MT5 EA that only works in the Strategy Tester? I've seen on the Market paid EAs for sale that have Demo versions that only work in testing mode, others in demo accounts only (although if a strategy works on higher time frames one can attach the free Demo EA to a demo account and manually copy the trades to a live account, without having to pay for the EA).
So I'm wondering what is the best practice to build an EA that can be tested for free and have a sale price or rental price.
Thank you!
-
@bogdaiki Hi! In on init tab play around these blocks: if real account==>terminate
if demo account==>terminate
-
@ambrogio Also take if Testing and use turn off and turn on or the terminate block to close EA or diable it's functions.
-
Awesome, thank you guys!