EA 1 It opens a market execution position of your choice ( Sell / Buy ) * If the position hits SL it opens a new one with ( Multiplication ) volume in the OPPOSITE direction using predefined SL/Tp * IF the position hits TP it opens a new one with ( Multiplication ) volume in the SAME direction using predefined SL/Tp It continues to open positions until it reaches X winning trades or you manually stop the EA * If it didn't reach the X winning trades during the day it will continue opening positions even entering a new day ( after 23.59 ) till reaching same X It should only work in predefined days and at specific time Inputs : - Type Position : Sell / Buy - Starting lot : 0.01 - Take Profit - Stop Loss - Trailing Stop - Slippage - X Profit ( 0 = No stop ) - Time : xx.xx ( if 00.00 the ea start the moment you add it ) - Days : You have to choose which day it will work Mon ( True / False ) Tue ( True / False ) Wed ( True / False ) Thu ( True / False ) Fri ( True / False ) - Multiplication Mode after TP : 0 ( 0=1,2,3,4.... 1=1,2,3,5,8.... 2=1,2,4,8,16.... 3=1,3,9,27.... ) - Multiplication Mode after SL : 2 ( 0=1,2,3,4.... 1=1,2,3,5,8.... 2=1,2,4,8,16.... 3=1,3,9,27.... ) Chart display top right corner : - Today Closed Profit trades : 0 , Loss Trades : 0 , Max Profit trades per day : X - History ( 0 number of trades ) , Total Lots : 0.00 , P/L : 0 USD ------------------------------------------------------------------------------------------------------------------------ EA 2 It opens a market execution position of your choice ( Sell / Buy ) * If the position hits SL it opens a new one with ( Multiplication ) volume in the OPPOSITE direction using predefined SL/Tp * IF the position hits TP it opens a new position in the SAME direction ( COnditions for volume ) using predefined SL/Tp Same inputs as first EA except for Multiplication Mode , it will be using steps to advance in volume Step : Every Tp hit is considered 1 step To begin new step it open a position with ( double volume or +1 ) of the first position of previous step Exemple : -> Buy usd/jpy with 0.1 lot SL hit -> new position Sell with 0.2 lot SL hit -> new position buy with 0.4 lot TP hit - Step 1 - -> new position buy with 0.2 lot TP Hit - Step 2 - -> new position buy with 0.4 lot SL hit -> new position sell with 0.8 lot TP hit - Step 3 - -> new position sell with 0.8 lot - Step 4 -