There are times you have to interrupt your EAs while they are trading. Maybe due to too much profit or during high volatility periods like near major news events, but its too tedious to keep following so automating this would be a much comfortable approach.
Trade Plugin Download Links
How to use
- Download your preffered metatrader version EA.
- Add it to your Experts Folder and restart your metatrader.
- Add the URL
https://nfs.faireconomy.media
to the list of allowed web requests - Open a chart and load the EA. You only need it on one chart and it will scan all trades from any symbol.
The Settings
-
Magic Allows you to only filter certain trades from specific EAs
0 (Zero) Only activates for manually opened trades
-1 Activates for all trades both opened by bot and manual
Any number above zero specifies an EA with that magic number. -
Max Trades Stops automatic trading for all the EAs when all open positions reach this number.
-
Max Profit Close Closes all the open positions when this profit amount is reached. It can be set in amount or percentage of your account balance.
-
Max Loss Close is similar to max profit close but checks for a negative profit.
-
Session allows you to specify when auto trading should be on. You can have custom day sessions like
1=08:00-12:00
which means that trading is only allowed on Monday 8am to 12pm broker server time. You can have multiple sessions by adding commas. Example:1=08:00-12:00,3=04:00-17:00
-
No Trade Before News, No Trade After News specifies the range of time auto trading is disabled when around the filtered news.
-
Close Open Trades Minutes allows you to exit your open positions minutes before the filtered news.
-
High, Low and Medium filters the specific type of news that you want.
-
Timer lets you set how often the conditions are scanned by the plugin in seconds.
Usage with TradingView To MetaTrader
This plugin also allows you to perform trailing of trades that are automated with tradingview to metatrader EA. It is built separate from the Automation EAs to allow extreemely fast trailing of trades so as to always lock your profits.
Happy Trading!