hi, Attached file- sample expert & indicator signal - buy and sell signal sent to txt file & fibo level1,2,3 level-signal sent to txt file i required below requirement & i need forex EA autotrading this expert with zigzag,fibo level,trailling,take profit,stoploss as per below my requirement. 1.Sample expert(attached file) - same required mq5 & ex5 file & ex4 & mq4 file 2.Sample Expert object & indicator with same setting required- all dashboard,Hline,Trendline,Signal,zigzagleg change as per trend line(sell(Red) or buy(green)) buy & sell signal 3.buy entry & sell entry sent to txt file object create select condition = buy only/sell only/both- this important for buy and sell signal taken below step... object button create label : buy /buy exit & sell /sell exit below ( enclosed file format-Forexprofitsupreme Signal) ( if (FileIsExist(symbol + "buy" + ".txt")) FileDelete(symbol + "buy" + ".txt"); int fileHandle = FileOpen(symbol + "buyexit" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); if (fileHandle != INVALID_HANDLE) { FileWrite(fileHandle, bid,); FileClose(fileHandle); } else FileClose(fileHandle); if (FileIsExist(symbol + "sell" + ".txt")) FileDelete(symbol + "sell" + ".txt"); int fileHandle = FileOpen(symbol + "sellexit" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); if (fileHandle != INVALID_HANDLE) { FileWrite(fileHandle, ask); FileClose(fileHandle); } else FileClose(fileHandle); int fileHandle = FileOpen(symbol + "sellexit" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); if (fileHandle != INVALID_HANDLE) { FileWrite(fileHandle, ask); FileClose(fileHandle); } else FileClose(fileHandle); int fileHandle = FileOpen(symbol + "buyexit" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); if (fileHandle != INVALID_HANDLE) { FileWrite(fileHandle, bid); FileClose(fileHandle); } else FileClose(fileHandle); ) 4.(or) another buy entry & sell entry( fibo level " entry" buy and sell signal ) b) fibo level Buy/Sell Entry ( Every fibo level ("Entry ")- sent to ext file below requirement ------------------------------------------------------------------------------------------------------ buy trend (if Fibo Level 1 FILE TXT =" symbol +symbol+ "Enty".txt) buy trend (if Fibo Level 1 FILE TXT =" symbol +symbol+ "Enty".txt) buy trend (if Fibo Level 1 FILE TXT =" symbol +symbol+ "Enty".txt) ( if (FileIsExist(symbol + "buy" + ".txt")) FileDelete(symbol + "buy" + ".txt"); int fileHandle = FileOpen(symbol + "buy" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); if (fileHandle != INVALID_HANDLE) { FileWrite(fileHandle, ask); FileClose(fileHandle); } else FileClose(fileHandle); -------------------------------------------------------------------------------------------------- sell trend (if Fibo Level 1 FILE TXT =" symbol +symbol+ "Enty".txt) sell trend (if Fibo Level 2 FILE TXT =" symbol +symbol+ "Enty".txt) sell trend (if Fibo Level 3 FILE TXT =" symbol +symbol+ "Enty".txt) if (FileIsExist(symbol + "sell" + ".txt")) FileDelete(symbol + "sell" + ".txt"); int fileHandle = FileOpen(symbol + "sell" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); if (fileHandle != INVALID_HANDLE) { FileWrite(fileHandle, ask); FileClose(fileHandle); } else FileClose(fileHandle); ----------------------------------------------------------------------------------------------------------- 5.Sample expert fibo Target level(refer sample expert fibo level)- sent to txt file as per below a) fibo level step (Fibo level -1st,2nd,3rd( mark object line with fibo level colour)(same sample expert fibo level%)- check sample expert file as same level b) Step trailling fibo level step Target( Every fibo level (Stop loss,1st target,2nd Traget,3rd Target)- sent to ext file below requirement fileHandle = FileOpen(symbol + "Trend line" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); buy trend (if Fibo Level 1 FILE TXT = " symbol +symbol+ "stop Loss" +"1st Target"+"2nd Target"+"3rd Target".txt) buy trend (if Fibo Level 2 FILE TXT = " symbol +symbol+ "stop Loss" +"1st Target"+"2nd Target"+"3rd Target".txt) buy trend (if Fibo Level 3 FILE TXT = " symbol +symbol+ "stop Loss" +"1st Target"+"2nd Target"+"3rd Target".txt) fileHandle = FileOpen(symbol + "Trend line" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); sell trend (if Fibo Level 1 FILE TXT = " symbol +symbol+ "stop Loss" +"1st Target"+"2nd Target"+"3rd Target".txt) sell trend (if Fibo Level 2 FILE TXT = " symbol +symbol+ "stop Loss" +"1st Target"+"2nd Target"+"3rd Target".txt) sell trend (if Fibo Level 3 FILE TXT = " symbol +symbol+ "stop Loss" +"1st Target"+"2nd Target"+"3rd Target".txt) 6) ZigZag 0-100 buy trend order close, if create sell Trend ( " Re-Entry" refer fibo expert- sent txt & alert msg) ( int fileHandle = FileOpen(symbol + "buyexit"+ ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); if (fileHandle != INVALID_HANDLE) { FileWrite(fileHandle, bid); FileClose(fileHandle); } else FileClose(fileHandle); ) 7) ZigZag 100-0 sell trend order close, if create buy Trend ( " Re-Entry" refer fibo expert- sent txt & alert msg) ( int fileHandle = FileOpen(symbol + "sellexit" + ".txt", FILE_WRITE | FILE_TXT | FILE_UNICODE); if (fileHandle != INVALID_HANDLE) { FileWrite(fileHandle, ask); FileClose(fileHandle); } else FileClose(fileHandle); ) 8.final - experts and indiactor complie with password i will change expiry date every month 1st(mq5/ex5 & mq4/ex4 file) my expert Name: Alupa Trading & investment & Password need to change every month 1st day(expert and indicator) important this. Alupa Trading & investment expert working MT4 & MT5 ... required once confirm share the finial mq4 &mq5 file most important. contact: MANI.M CONTACT NUMBER: +91 9994160516 Mail id: selva.mani08@gmail.com