Error_Break_Script_V1 – This script is a general example of using error brake in any strategy – Break on Code Error Sample Strategy – script MetaTrader 4

Error_Break_Script_V1  - This script is a general example of using error brake in any strategy - Break on Code Error Sample Strategy - script for MetaTrader 4
This script is a general example of using error brake codes in any strategy. Error_Break_Script_V1 – This script is a general example of using error brake in any strategy – Break on Code Error Sample Strategy – script MetaTrader 4

Three Line Break – indicator MetaTrader 4

Three Line Break - indicator for MetaTrader 4
Author: Equipe ForexThis method has been described by Steve Nison in the book “Japanese Candlestick Charting Techniques”. “Three-Line Break” combines the qualities of the “tic-tac-toe” charts and the standard line charts or bars. The literature notes the advantages of future price movement prediction methods based on the calculation of the duration of pricing models. This … Read more

closing partially script and Stop loss to Break Even point – script MetaTrader 5

par
closing partially script  and Stop loss to Break Even point Input Parameters are as follows. input bool ParticalClosed=false; input int ClosedVolume=50;//Percentage of Lots to Close % input string ack=”Type 50 for 50%”; input bool  StopMoveToBE=false; input int   AddBreakEventPips=10;// opening price +1 Pips closing partially script and Stop loss to Break Even point – script MetaTrader … Read more

More Trade After Break Even – EA MetaTrader 4

More Trade After Break Even - expert for MetaTrader 4
The Masterpiece of this little EA is the Orders count function , int OrdersCounter()   {    int counter=0; //—    for(int i=OrdersTotal()-1; i>=0; i–)       if(OrderSelect(i,SELECT_BY_POS))          if(OrderMagicNumber()==MagicNumber && OrderSymbol()==Symbol()) // if order has been opened by this EA            { //— if break even has taken place    /* For buys Only when the StopLoss … Read more