Click on the market chart to create a price alert – indicator MetaTrader 5

Click on the market chart to create a price alert - indicator for MetaTrader 5
This an indicator which understands mouse click and keyboard press, and the purpose is to create alerts at the price that the market has not yet reached. It can be very helpful to be alerted when the price crosses a particular value. It can be used to validate theories in a trading system, or alert … Read more

1 Click Button To Close All Open Positions – EA MetaTrader 4

1 Click Button To Close All Open Positions - expert for MetaTrader 4
Click “Close All” button to close all your open positions (regardless of the pair) at once. This new version doesn’t contain the code written below that previous versions had which may cause an infinite loop. if(checkOrderClose==false) continue; but instead brings an error control system to prevent an infinite loop while still closing all trades. if(checkOrderClose … Read more

1 Click To Close All Open Positions at Current Attached Chart – EA MetaTrader 4

1 Click To Close All Open Positions at Current Attached Chart - expert for MetaTrader 4
Click “Close All” button to close all your open positions at current attached chart. Select CloseOnlyManualTrades = true to close only manual trades. Select CloseOnlyManualTrades = false to close manual trades and/or other trades opened by an Expert Advisor. This new version doesn’t contain the code written below that previous versions had which may cause … Read more

1 Click Button To Close All Open and Pending Orders V03 – EA MetaTrader 4

1 Click Button To Close All Open and Pending Orders V03 - expert for MetaTrader 4
Click “Close All” button to close all your open & pending orders at once. Parameters: RunOnCurrentCurrencyPair = true (Expert Advisor works only on attached chart’s currency pair which means if you run this expert advisor on EurUsd chart, it will only close EurUsd positions) RunOnCurrentCurrencyPair = false (All your positions (regardless of the pair) will … Read more

One Click (Hot Key Alt-C) close all order and take screen for keep your trading journal – script MetaTrader 4

Closed order screen shot in ..../files
Copyright 2018 , raymondyeung.htc@gmail.com  Speed Technology      One Click (Reference : Hot Key Alt-C) close all order and take screen for keep your trading journal 1) Close all order on the Symbol Chart  2) Take screen for keep a Trading Journal One Click (Hot Key Alt-C) close all order and take screen for keep … Read more