Managed EA ( SWIPE/ Tap To Confirm Trade?)
-
Is there a way to input settings so that EA will look for trade based on conditions but will not execute trade until approval?
For example using MA cross strategy for buys and sells, Bot can ask me to swipe to take trade or press ok to take trade settings. Or perhaps something similar to this kind of method.
-
@tyquan1414
Well you can try this:
Step 1 :Add few buttons on the chart for " buy, sell, close trade, auto and manual " button
Step2: attach required blocks with these buttons, also add use flags for "auto and manual" buttons
Step 3: Now add conditions of ma cross over and attach alert blocks to those conditions, so when the condition is true it will give the alert, in your case when the ma cross happens it will give you an alert and you take trade by clicking on the buttons you created in step 1, and when you want fully automated version that takes trades automatically, just click the auto button that you created in step 1 and bot will start trading automatically, you can click on manual button which turns off this auto feature just make sure you use flags correctly -
@zackry
How would i begin to compute that into blocks. I would leave out the automated trader part although i want it to still ask permission before executing a trade. Best if i can give confirmation for trades threw phone and not only laptop .
Here is the conditions i want the bot to send alerts based on:
https://fxdreema.com/shared/oDat3iKtd -
@tyquan1414 check this:
https://fxdreema.com/shared/Dzg0CABFci havent tested it but it should work
-
@zackry
Thanks! appreciate that so much i'm going to try testing this now -
@zackry Thanks! I'm learning so much from those examples!
-
@trader-philipps is it working
-
@zackry
In tester mode I can see in journal mode that things look to be going great as it is trying to signal the conditions are met for the trade, but tester doesn't allow sound and I am not getting any phone notifications. I am planning to run in live markets to see if the signals are notifying conditions met and how often.