• Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Baptiste George
Baptiste George
New MT4 Indicator released - Free license until end of 2019 !!!

https://www.forexfactory.com/showthread.php?t=920786
Baptiste George
Left feedback to developer for job Solve little problem with Webrequest into existing EA
Baptiste George
Added topic Webrequest problem
Hi, Please help to solve problem while "webrequest=200 Too many requests" This function is too complicated for me. I only can code bots. I can't figure out what's wrong. It was working for years before. Not anymore : ( string GrabWeb() {   
Baptiste George
Added topic Expiration Date on Pending order
Hi, ‌ I wanted to use the expiration date on pending order . ‌ void openShortLimitTrade_RSI( double value) { // TrailingStopDistance    int ticket = OrderSend ( Symbol (), OP_SELLLIMIT ,Lots,value,slippage, 0 , 0 , "RSI_EA" ,MagicNumber2
Baptiste George
Added topic Problem with declaration without type
Hi, Why when I tried to copy something working into another EA‌... It doesn't work. ‌ Please Help.‌ ‌ It says 'SplitString' and 'ArraySize' - declaration without type. But it is coded like this into many EAs. int init()   ‌
Baptiste George
Added topic EA stops to run.
Hi, I have noticed that I have an old EA that sometimes stops to run. I mean I have to click compile button again so EA refreshes and restarts to run. After days it will kinda freeze again for sure. What can I do? Should I replace void_Start() by
Baptiste George
Added topic Date Variables problem.
Hi, I have 1 variable times created this way: (picture attached) I need to calculated the time between now and the last time a news time came out. when I do this way... it works nicely: Print (( TimeGMT () - GV_FxCal_News1)/ 60 ); => I got the